Removed a couple of print statements
This commit is contained in:
parent
f627d6e2f2
commit
65ae6c1f76
1 changed files with 0 additions and 3 deletions
|
|
@ -61,7 +61,6 @@ class RecentringThing(Thing):
|
|||
stage.position["z"] - height_min < dz / 5
|
||||
or height_max - stage.position["z"] < dz / 5
|
||||
):
|
||||
print(heights)
|
||||
attempts += 1
|
||||
else:
|
||||
repeat = False
|
||||
|
|
@ -111,8 +110,6 @@ class RecentringThing(Thing):
|
|||
focused_pos[direction] = [list(stage.position.values())]
|
||||
moves = +1
|
||||
|
||||
print(centre)
|
||||
|
||||
stage.move_absolute(x=centre[0], y=centre[1], z=centre[2])
|
||||
steps = 0
|
||||
all_heights = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue