Skip to content

Commit

Permalink
update calibration points
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Jan 29, 2024
1 parent 650fe31 commit eb27dba
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 @@ -22,8 +22,8 @@
[500, 450],
]
)
rx_calibration_point = np.array([1900, 3000])
tx_calibration_point = np.array([350, 450])
rx_calibration_point = np.array([1930, 2770])
tx_calibration_point = np.array([550, 450])
circle_center = np.array([2000, 1600])
max_circle_diameter = 1900

Expand Down

0 comments on commit eb27dba

Please sign in to comment.