From db9d6a04ddfe9476204e960f1400c87241970dfd Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Sun, 14 Dec 2025 16:59:53 -0800 Subject: [PATCH] Update rounding.scad --- rounding.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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