From d05b07b6b8f778396aa77f0544db43d98faf3141 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 30 Oct 2018 17:42:48 +0000 Subject: [PATCH] ksafe-base: rename DemoProfiles nfc Signed-off-by: Ian Jackson --- ksafe-base.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ksafe-base.scad b/ksafe-base.scad index a75df6a..adb2b35 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -97,11 +97,11 @@ module AnchorWallProfile(){ } } -module Demo(){ +module DemoProfiles(){ translate([0,0,-2]) color("yellow") AnchorWallProfile(); color("red") AnchorProfile(); translate([0,0,2]) color("black") NearAnchorProfile(); translate([0,0,4]) color("blue") UsualProfile(); } -Demo(); +DemoProfiles(); -- 2.30.2