mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
Quantization tweak to cylindrical_extrude().
This commit is contained in:
parent
8a64ae7a9c
commit
42e064c2ac
@ -362,7 +362,7 @@ module cylindrical_extrude(or, ir, od, id, size=1000, convexity=10, spin=0, orie
|
||||
yflip()
|
||||
intersection() {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user