Fixed green terminal pin centering.

This commit is contained in:
Chris Palmer 2020-04-08 19:15:38 +01:00
parent bf833b0452
commit 8f282775a4
2 changed files with 28 additions and 28 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 150 KiB

View File

@ -169,8 +169,8 @@ module green_terminal(type, ways, skip = [], colour = "lime") { //! Draw green t
cube([1, box_w2, box_h2], center = true); // terminal back
}
translate_z(-pin_l)
cube([0.44, 0.75, pin_l]); // pin
translate_z(-pin_l / 2)
cube([0.44, 0.75, pin_l], center = true); // pin
}
}
for(i = [0: ways - 1])