mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-26 15:34:47 +02:00
Fixes for rect(center=)
This commit is contained in:
@@ -640,7 +640,7 @@ module cylindrical_extrude(or, ir, od, id, size=1000, convexity=10, spin=0, orie
|
||||
yflip()
|
||||
intersection() {
|
||||
left(x) children();
|
||||
rect([quantup(step,pow(2,-15)),size.y],center=true);
|
||||
rect([quantup(step,pow(2,-15)),size.y]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user