Generalize `i_am_box' into `frame_type' option
[clinton/prusa3.git] / box_frame / inc / settings.scad
index dbf1797..af60400 100644 (file)
@@ -13,3 +13,6 @@ xy_delta = ((bushing_xy[1] <= 7.7) ? 0 : bushing_xy[1] - 7.7) * 0.9;
 z_delta = (bushing_z[1] <= 7.7) ? 0 : bushing_z[1] - 7.7;
 
 m3_nut_diameter_bigger = ((m3_nut_diameter / 2) / cos (180 / 6)) * 2;
+
+// deprecated
+i_am_box = (frame_type == frame_box);