mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-22 23:04:16 +02:00
sfc/slicer.py: correct last position tracking for mech_eps
This commit is contained in:
parent
d3bccb6bfc
commit
d72d649c30
@ -83,7 +83,7 @@ def dump_level(wires, z):
|
|||||||
first = v
|
first = v
|
||||||
if last is None or dist(v, last) >= mech_eps:
|
if last is None or dist(v, last) >= mech_eps:
|
||||||
print_vec(v, z)
|
print_vec(v, z)
|
||||||
last = v
|
last = v
|
||||||
if first is not None:
|
if first is not None:
|
||||||
print_vec(first, z)
|
print_vec(first, z)
|
||||||
print
|
print
|
||||||
|
Loading…
Reference in New Issue
Block a user