Quantization tweak to cylindrical_extrude().

This commit is contained in:
Revar Desmera 2020-05-17 21:33:06 -07:00
parent 8a64ae7a9c
commit 42e064c2ac
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}

View File

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,303];
BOSL_VERSION = [2,0,304];
// Section: BOSL Library Version Functions