Removed a couple of print statements

This commit is contained in:
Richard Bowman 2024-01-17 12:25:17 +00:00
parent f627d6e2f2
commit 65ae6c1f76

View file

@ -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 = []