From: Ian Jackson Date: Sun, 23 Sep 2018 12:48:36 +0000 (+0100) Subject: floating-phases: Echo the z_pause value in case it is calculated X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=149de22ea76b1afdb36f3ed13afe4a5f6561cf20;hp=637574ccd9cbd6a0dc56dffcf3a94f89023a301e floating-phases: Echo the z_pause value in case it is calculated Signed-off-by: Ian Jackson --- 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));