mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
Quantization tweak to cylindrical_extrude().
This commit is contained in:
parent
8a64ae7a9c
commit
42e064c2ac
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue