add layer_height parameter
[ozzloy@gmail.com/3d-printables] / spin-data.scad
index 62e216ab4a5135972db6ebb5fbc653be53efc492..0c83d85bcad1a929d25e26a26e08fcd362b2cd9e 100644 (file)
@@ -95,7 +95,8 @@ module spin(weight_radius,
             weight_lip_overhang = 0.3,
             bearing_lip_overhang = 0.3,
             wall = 3,
-            arms = 3) {
+            arms = 3,
+            layer_height = 0.15) {
   layer_height = 0.15;
   thicker_thickness = (bearing_thickness > weight_thickness) ?
     bearing_thickness : weight_thickness;