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)
.close()
.extrude(length)
.faces("<X")
.faces(">X")
.shell(-shell_t)
.edges("|X")
.fillet(fillet_s)