From: Ian Jackson Date: Fri, 1 Mar 2019 20:13:48 +0000 (+0000) Subject: salter-scale-hook: wip CutProfile X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=665a2c6a2e65094bcbe29993dcbe269f2c2564d3;p=reprap-play.git salter-scale-hook: wip CutProfile Signed-off-by: Ian Jackson --- diff --git a/salter-scale-hook.scad b/salter-scale-hook.scad index 5eb7666..025e54a 100644 --- a/salter-scale-hook.scad +++ b/salter-scale-hook.scad @@ -46,9 +46,9 @@ module CutProfile(){ rectfromto([x,yminc], [30,ymaxc]); } -module Demo(){ +module ProfileDemo(){ Profile(); color("red") translate([0,0,1]) CutProfile(); } -Demo(); +ProfileDemo();