Update rounding.scad

This commit is contained in:
Richard Milewski 2025-12-14 16:59:53 -08:00
parent 54b3c85f36
commit db9d6a04dd

View file

@ -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