gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
3.98k stars 1.59k forks source link

Check And G28 problem #1219

Open ykilic2776 opened 12 months ago

ykilic2776 commented 12 months ago

If $C check mode is left on, when arduino serial port is opened and closed, check mode stays on, this is a problem, if $H is set to home location, G28 code moves to $130=20 $131=20 $132=20 X-20Y-20Z-20 and machine it goes to this coordinate It is more logical to have G28= X0Y0Z0 after $H.