We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4081c3f commit 81590a2Copy full SHA for 81590a2
plant_soil_protection.scad
@@ -4,7 +4,7 @@ plate_radius_mm = 110;
4
water_hole_radius_mm = 3;
5
num_water_holes_cross_axis = 9;
6
plate_thickness_mm = 0.4;
7
-offset = 0;
+offset = 10;
8
9
module plate() {
10
cylinder(h=plate_thickness_mm, r=plate_radius_mm);
0 commit comments