mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-22 18:44:35 +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
|
||||
if last is None or dist(v, last) >= mech_eps:
|
||||
print_vec(v, z)
|
||||
last = v
|
||||
last = v
|
||||
if first is not None:
|
||||
print_vec(first, z)
|
||||
print
|
||||
|
Loading…
Reference in New Issue
Block a user