Skip to content

Commit

Permalink
update home point
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Jan 29, 2024
1 parent c5238a4 commit 1266998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spf/grbl/grbl_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def stop_grbl():
would be no tension on the GT2 belts
"""
home_calibration_point = np.array([300, 400])
home_calibration_point = np.array([500, 400])


def a_to_b_in_stepsize_np(a, b, step_size):
Expand Down

0 comments on commit 1266998

Please sign in to comment.