Skip to content

Commit

Permalink
re: offset
Browse files Browse the repository at this point in the history
  • Loading branch information
domhel committed Jul 13, 2024
1 parent 4081c3f commit 81590a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plant_soil_protection.scad
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plate_radius_mm = 110;
water_hole_radius_mm = 3;
num_water_holes_cross_axis = 9;
plate_thickness_mm = 0.4;
offset = 0;
offset = 10;

module plate() {
cylinder(h=plate_thickness_mm, r=plate_radius_mm);
Expand Down

0 comments on commit 81590a2

Please sign in to comment.