Skip to content

Commit

Permalink
hard to move physical laser calibration down by 50mm, hack it a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Apr 7, 2024
1 parent 61d086b commit e31a3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spf/grbl/grbl_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
home_pB = np.array([0, 0])
home_bounding_box = np.array(
[
[500, 450],
[500, 400],
[3000, 450],
[3000, 2800],
[1900, 2800],
Expand Down Expand Up @@ -65,7 +65,7 @@ def stop_grbl():
would be no tension on the GT2 belts
"""
home_calibration_point = np.array([500, 450])
home_calibration_point = np.array([500, 400])


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

0 comments on commit e31a3d7

Please sign in to comment.