mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-29 19:48:15 +00:00
Update rounding.scad
This commit is contained in:
parent
54b3c85f36
commit
db9d6a04dd
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
|||
// FileFootnotes: STD=Included in std.scad
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
BOSL2_FOO = is_undef(_BOSL2_STD) && (is_undef(BOSL2_NO_STD_WARNING) || !BOSL2_NO_STD_WARNING) ?
|
||||
echo("Warning: foo.scad included without std.scad; dependencies may be missing\nSet BOSL2_NO_STD_WARNING = true to mute this warning.") true : true;
|
||||
BOSL2_ROUNDING = is_undef(_BOSL2_STD) && (is_undef(BOSL2_NO_STD_WARNING) || !BOSL2_NO_STD_WARNING) ?
|
||||
echo("Warning: rounding.scad included without std.scad; dependencies may be missing\nSet BOSL2_NO_STD_WARNING = true to mute this warning.") true : true;
|
||||
|
||||
// Section: Types of Roundovers
|
||||
// The functions and modules in this file support two different types of roundovers and some different mechanisms for specifying
|
||||
|
|
|
|||
Loading…
Reference in a new issue