From 7cc14f1d9449212ecb89469541daaeb739bcc048 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 30 Jul 2023 23:02:18 -0400 Subject: [PATCH] fix internal bug --- gears.scad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gears.scad b/gears.scad index b085f87..47cbc50 100644 --- a/gears.scad +++ b/gears.scad @@ -1040,7 +1040,6 @@ module ring_gear2d( assert(is_finite(gear_spin)); pr = pitch_radius(circ_pitch, teeth, helical=helical); ar = outer_radius(circ_pitch, teeth, helical=helical, profile_shift=profile_shift, internal=true); - echo(ar=ar); attachable(anchor,spin, two_d=true, r=pr) { zrot(gear_spin) difference() { @@ -1053,7 +1052,7 @@ module ring_gear2d( clearance = clearance, backlash = backlash, profile_shift = profile_shift, - internal = true && false + internal = true ); } children();