Fixed autofocus to not combine logs
This commit is contained in:
parent
528406137f
commit
a0b98a1adc
3 changed files with 6 additions and 28 deletions
|
|
@ -484,6 +484,8 @@ class SmartScanThing(Thing):
|
|||
if len(focused_path) > 1:
|
||||
z_index = closest(loc, focused_path)
|
||||
z=int(focused_path[z_index][2])
|
||||
else:
|
||||
z = loc[2]
|
||||
# print('Moving to {0}'.format([coords[0], coords[1], focused_path[z_index][2]]))
|
||||
# print(focused_path)
|
||||
stage.move_absolute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue