mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 15:36:30 +02:00
Fixed green terminal pin centering.
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 150 KiB |
@@ -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
|
cube([1, box_w2, box_h2], center = true); // terminal back
|
||||||
}
|
}
|
||||||
|
|
||||||
translate_z(-pin_l)
|
translate_z(-pin_l / 2)
|
||||||
cube([0.44, 0.75, pin_l]); // pin
|
cube([0.44, 0.75, pin_l], center = true); // pin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for(i = [0: ways - 1])
|
for(i = [0: ways - 1])
|
||||||
|
Reference in New Issue
Block a user