summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad
index 2825c07..f3305a1 100644
--- a/another.scad
+++ b/another.scad
@@ -465,3 +465,3 @@ module the_extruder(
465 translate([-gearbox_d/2,-longwing,ls_z]) rotate([0,-90,0]) 465 translate([-gearbox_d/2,-longwing,ls_z]) rotate([0,-90,0])
466 translate([0,-lever_thickness/2-1,-gearbox_d]) 466 translate([0,-lever_thickness/2-1,-gearbox_d-1])
467 cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]); 467 cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]);