Remove dead code

This commit is contained in:
Roberto Alsina 2023-02-24 16:00:29 -03:00
parent d9f7d7f7a9
commit 120638f50f
1 changed files with 0 additions and 8 deletions

View File

@ -117,14 +117,6 @@ def model():
.workplane(offset=-scr_thickness, centerOption="CenterOfBoundBox")
.placeSketch(board_cutout)
.cutBlind(-6)
# # Make small hole for the keyboard cable
# # not needed with this keyboard
# .faces("<Y")
# .workplane(centerOption="CenterOfBoundBox")
# .center(width / 2 - 175, -4)
# .placeSketch(kbd_cable_hole)
# .cutBlind(-height / 2)
# Pillars to join with bottom half
.workplaneFromTagged("mid_height")
.workplane(offset=-thickness / 2, centerOption="CenterOfBoundBox")
.center(-width / 2, height_bottom - height / 2)