From 5c6a81033f052ee481dd41fe14b6f25ce1c1c911 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 28 Sep 2015 18:14:43 -0300 Subject: [PATCH] sfc/slicer.py: print Z position of layer being processes --- sfc/slicer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfc/slicer.py b/sfc/slicer.py index 3857ff9..8ae81f0 100755 --- a/sfc/slicer.py +++ b/sfc/slicer.py @@ -222,6 +222,7 @@ if height is not None and height < 0 and z_levels[-1] > height: for i in range(0, len(z_levels)): next_z = z_levels[i] + print >>sys.stderr, "next_z = ", next_z wires = shape.slice(Base.Vector(0, 0, 1), next_z + epsilon) if i == len(z_levels) - 1: next_z += end