diff --git a/switch_holder_plate.scad b/switch_holder_plate.scad index 9f698da..dfde8aa 100644 --- a/switch_holder_plate.scad +++ b/switch_holder_plate.scad @@ -250,7 +250,7 @@ module switch_holder_plate(switch_config, w_extra) } } // draw bezier_points - if($show_case_debug == true) + //if($show_case_debug == true) %color("black") for(k=[0:len(ctrl_pts)-1]) for(i=[0:len(ctrl_pts[k])-1])