From b7ee9ac16f33cfe1374fe8f7ca738c4481fec4e7 Mon Sep 17 00:00:00 2001 From: Rock Storm Date: Thu, 4 Oct 2018 19:04:09 +0100 Subject: [PATCH] shapes: use 'DEPRECATED' instead of 'WARNING' --- shapes.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes.scad b/shapes.scad index e56dad0..b506d0b 100644 --- a/shapes.scad +++ b/shapes.scad @@ -32,8 +32,8 @@ echoDeprecation(); module echoDeprecation () { echo(" - WARNING: 'shapes' library is now deprecated - please use 'reg_shapes' instead"); + DEPRECATED: 'shapes' library is now deprecated + please use 'regular_shapes' instead"); } // size is a vector [w, h, d]