mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Added version test in std.scad.
This commit is contained in:
parent
9da0523bf1
commit
9a40d29abb
2 changed files with 1 additions and 0 deletions
1
std.scad
1
std.scad
|
@ -7,6 +7,7 @@
|
|||
// ```
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
assert(version_num()>=20190301, "BOSL2 requires OpenSCAD version 2019.03.01 or later.");
|
||||
|
||||
include <constants.scad>
|
||||
include <edges.scad>
|
||||
|
|
Loading…
Reference in a new issue