chiark / gitweb /
floating-phases: Echo the z_pause value in case it is calculated
[reprap-play.git] / floating-phases.scad
index 92e6b4ffc254de4e65d09a0992dcdadfea4af3c6..0f247be742702e0e0740be17af58d1a72bb6c180 100644 (file)
@@ -12,7 +12,7 @@
 //        "yellow",
 //        ];
 //
-// Pause height                2.0
+// Pause height                z_pause value from caller
 // head park X         15
 // head park Y         260
 // head move Z         1
@@ -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));