Skip to content

Commit

Permalink
modify test speed in motors assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andiiiiiiyy committed Jul 30, 2024
1 parent b2a8545 commit bb8bf39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async def _save_result(tag: str, led_check: bool, jaws_aligned: bool) -> bool:
await api.move_to(OT3Mount.LEFT, slot_5._replace(z=home_pos.z))
# LOOP THROUGH CURRENTS + SPEEDS
current = 0.7
speed = 8
speed = 12
ui.print_header(f"CURRENT: {current}, SPEED: {speed}")
led_check, jaws_aligned = await jaw_precheck(api, ax, speed)

Expand Down

0 comments on commit bb8bf39

Please sign in to comment.