Skip to content

Commit

Permalink
fix grbl home calibration point to be inbounds
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Apr 7, 2024
1 parent e3390f1 commit 61d086b
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 @@ -65,7 +65,7 @@ def stop_grbl():
would be no tension on the GT2 belts
"""
home_calibration_point = np.array([500, 400])
home_calibration_point = np.array([500, 450])


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

0 comments on commit 61d086b

Please sign in to comment.