diff --git a/rounding.scad b/rounding.scad index 1d31aa1..3b40910 100644 --- a/rounding.scad +++ b/rounding.scad @@ -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