Cable hole was on the wrong side

This commit is contained in:
Roberto Alsina 2022-07-22 09:58:36 -03:00
parent 7bd2f73e5c
commit 232b2c7ee8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ screen_base = (
.lineTo(0, height) .lineTo(0, height)
.close() .close()
.extrude(length) .extrude(length)
.faces("<X") .faces(">X")
.shell(-shell_t) .shell(-shell_t)
.edges("|X") .edges("|X")
.fillet(fillet_s) .fillet(fillet_s)