diff options
Diffstat (limited to 'connector_front.scad')
-rw-r--r-- | connector_front.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connector_front.scad b/connector_front.scad index 5b17a86..9562b02 100644 --- a/connector_front.scad +++ b/connector_front.scad @@ -25,7 +25,7 @@ module front_connector_half( // vertical screw hole translate([tray_width/2 - bar_thickness, bar_thickness * 1.5, tray_height - bar_thickness / 2]) rotate([0, 90, 0]) - # screw_hole(nut_depth = nut_height); + screw_hole(nut_depth = nut_height); } module front_connector( |