diff --git a/spf/grbl/grbl_interactive.py b/spf/grbl/grbl_interactive.py index 9c08f351..2fe507ed 100644 --- a/spf/grbl/grbl_interactive.py +++ b/spf/grbl/grbl_interactive.py @@ -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):