re-model left half of housing with bosl2
This commit is contained in:
+4
-3
@@ -61,9 +61,10 @@ module main_display(pin_header = false) {
|
||||
left(sd_inset)
|
||||
cuboid([sd_width, sd_length, sd_height], anchor=TOP + RIGHT + FRONT);
|
||||
|
||||
position(BOTTOM + LEFT)
|
||||
xrot(180)
|
||||
pin_header(14, spin=90, anchor=BOTTOM + BACK);
|
||||
if (pin_header)
|
||||
position(BOTTOM + LEFT)
|
||||
xrot(180)
|
||||
pin_header(14, spin=90, anchor=BOTTOM + BACK);
|
||||
}
|
||||
|
||||
xcopies(length - (2 * hole_inset) - hole_diameter) {
|
||||
|
||||
Reference in New Issue
Block a user