Skip to content

Commit 81590a2

Browse files
committed
re: offset
1 parent 4081c3f commit 81590a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plant_soil_protection.scad

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plate_radius_mm = 110;
44
water_hole_radius_mm = 3;
55
num_water_holes_cross_axis = 9;
66
plate_thickness_mm = 0.4;
7-
offset = 0;
7+
offset = 10;
88

99
module plate() {
1010
cylinder(h=plate_thickness_mm, r=plate_radius_mm);

0 commit comments

Comments
 (0)