Skip to content

Commit

Permalink
wrong y bump value
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Jan 10, 2024
1 parent e584a3b commit 47736f9
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 @@ -221,7 +221,7 @@ def stationary_point(self, p):
while True:
yield p

def calibration_run(self, current_p, step_size=5, y_bump=1000):
def calibration_run(self, current_p, step_size=5, y_bump=100):
start_p = np.array(tx_calibration_point)
max_y = np.max([x[1] for x in home_bounding_box])
direction_left = np.array([1, 0]) # ride the x dont change y
Expand Down

0 comments on commit 47736f9

Please sign in to comment.