mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Modular gear2d(mod=) bugfix.
This commit is contained in:
parent
2132b3d5b3
commit
4857fc087d
@ -427,9 +427,11 @@ module gear2d(
|
||||
clearance = undef,
|
||||
backlash = 0.0,
|
||||
interior = false,
|
||||
mod,
|
||||
anchor = CENTER,
|
||||
spin = 0
|
||||
) {
|
||||
pitch = is_undef(mod) ? pitch : pitch_value(mod);
|
||||
path = gear2d(
|
||||
pitch = pitch,
|
||||
teeth = teeth,
|
||||
|
@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,458];
|
||||
BOSL_VERSION = [2,0,459];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user