mirror of
https://github.com/nophead/Mendel90.git
synced 2025-09-03 01:52:44 +02:00
Added star washers to cable clips (screws too long otherwise).
Cable strips 1mm narrower for more clearance in clips.
This commit is contained in:
@@ -57,7 +57,7 @@ module ribbon_clamp_assembly(ways, screw_type, screw_length, panel_thickness = 0
|
||||
|
||||
translate([0,0, thickness])
|
||||
ribbon_clamp_holes(ways, screw_type)
|
||||
screw_and_washer(screw_type, screw_length);
|
||||
screw_and_washer(screw_type, screw_length, panel_thickness == 0);
|
||||
|
||||
if(panel_thickness != 0)
|
||||
translate([0,0, - panel_thickness])
|
||||
|
Reference in New Issue
Block a user