fix align() and add alignment to attach(). Deprecate norot from attach()

This commit is contained in:
Adrian Mariano
2024-04-24 21:42:43 -04:00
parent fddfd13f2c
commit 831887fb72
3 changed files with 288 additions and 130 deletions

View File

@@ -7,6 +7,8 @@
assert(version_num()>=20190500, "BOSL2 requires OpenSCAD version 2019.05 or later.");
echo("ALERT: The syntax of align() has changed on April 24, 2024. See the wiki. See also the 'align=' parameter to attach()");
include <version.scad>
include <constants.scad>