gerritv / Grbl-Panel

A control panel for Grbl
MIT License
180 stars 103 forks source link

How to set work coordinates #26

Closed Scott216 closed 9 years ago

Scott216 commented 9 years ago

In the offsets section of GRBL-panel, how do I send the entered offsets to GRBL?

gerritv commented 9 years ago

Hi Scott After entering a value, e.g. G54 X, double click in that box to send the info to Grbl. This lets you change/set one axis at a time for each Offset. You can see the resulting Gcode in the gcode section. I will review the Wiki to ensure that this is clarified.

Scott216 commented 9 years ago

Worked great, thanks