ignore gcode
[ozzloy@gmail.com/3d-printables] / foot-riser-data.scad
index a23b06a97027bf56297a3b680fc982258480a130..905dd3ac4136bcfa1337f8040ff8bf32f7ebd552 100644 (file)
@@ -3,6 +3,8 @@
 
 /* riser foot for raising bathroom shelves */
 
+$fn = 100;
+
 fudge = 1;
 // how much higher the shelf needs to be
 extra_height = 150;
@@ -17,7 +19,7 @@ module ring_2d(inner_radius, outer_radius) {
     circle(inner_radius); } }
 
 module foot_riser(foot_radius, extra_height) {
-  foot_surround_height = 50;
+  foot_surround_height = 25;
   outer_radius = foot_radius + wall_thickness;
   // raise the foot
   linear_extrude(height = extra_height) {