mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
fix internal bug
This commit is contained in:
parent
e3c152e69f
commit
7cc14f1d94
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue