From 149de22ea76b1afdb36f3ed13afe4a5f6561cf20 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Sep 2018 13:48:36 +0100 Subject: [PATCH] floating-phases: Echo the z_pause value in case it is calculated Signed-off-by: Ian Jackson --- floating-phases.scad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/floating-phases.scad b/floating-phases.scad index f6e1568..0f247be 100644 --- a/floating-phases.scad +++ b/floating-phases.scad @@ -99,3 +99,5 @@ module FloatingPhaseFraming(phase, zmin) { translate(tower_pos) square([1,1] * tower_w); } + +echo(str("SET PAUSE AT Z HEIGHT TO ",z_pause)); -- 2.30.2