From e31a3d79b1eda43322172f60cfc357a776488676 Mon Sep 17 00:00:00 2001 From: Misko Date: Sun, 7 Apr 2024 09:59:05 -0700 Subject: [PATCH] hard to move physical laser calibration down by 50mm, hack it a bit --- spf/grbl/grbl_interactive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spf/grbl/grbl_interactive.py b/spf/grbl/grbl_interactive.py index 2fe507ed..b200ed9c 100644 --- a/spf/grbl/grbl_interactive.py +++ b/spf/grbl/grbl_interactive.py @@ -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], @@ -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):