mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 19:06:57 +02:00
Quantization tweak to cylindrical_extrude().
This commit is contained in:
@@ -362,7 +362,7 @@ module cylindrical_extrude(or, ir, od, id, size=1000, convexity=10, spin=0, orie
|
|||||||
yflip()
|
yflip()
|
||||||
intersection() {
|
intersection() {
|
||||||
left(x) children();
|
left(x) children();
|
||||||
rect([step,size.y],center=true);
|
rect([quantup(step,pow(2,-15)),size.y],center=true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,303];
|
BOSL_VERSION = [2,0,304];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user