mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 15:46:31 +02:00
Merge pull request #172 from matthewfallshaw/patch-1
pie_slice can't accept `d` parameter
This commit is contained in:
@@ -1419,7 +1419,7 @@ module noop(spin=0, orient=UP) attachable(CENTER,spin,orient, d=0.01) {nil(); ch
|
|||||||
// pie_slice(ang=60, l=20, d1=50, d2=70);
|
// pie_slice(ang=60, l=20, d1=50, d2=70);
|
||||||
module pie_slice(
|
module pie_slice(
|
||||||
ang=30, l=undef,
|
ang=30, l=undef,
|
||||||
r=10, r1=undef, r2=undef,
|
r=undef, r1=undef, r2=undef,
|
||||||
d=undef, d1=undef, d2=undef,
|
d=undef, d1=undef, d2=undef,
|
||||||
h=undef, center,
|
h=undef, center,
|
||||||
anchor, spin=0, orient=UP
|
anchor, spin=0, orient=UP
|
||||||
|
Reference in New Issue
Block a user