mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-22 23:43:00 +02:00
sfc/slicer.py: print Z position of layer being processes
This commit is contained in:
parent
346899c34c
commit
5c6a81033f
@ -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)):
|
for i in range(0, len(z_levels)):
|
||||||
next_z = z_levels[i]
|
next_z = z_levels[i]
|
||||||
|
print >>sys.stderr, "next_z = ", next_z
|
||||||
wires = shape.slice(Base.Vector(0, 0, 1), next_z + epsilon)
|
wires = shape.slice(Base.Vector(0, 0, 1), next_z + epsilon)
|
||||||
if i == len(z_levels) - 1:
|
if i == len(z_levels) - 1:
|
||||||
next_z += end
|
next_z += end
|
||||||
|
Loading…
Reference in New Issue
Block a user