grblHAL / core

grblHAL core code and master Wiki
Other
326 stars 85 forks source link

Hi, once an error occurs in the G code, it will return an error and the next one will not return an error. I want to add a system setting for the user to choose by themselves. Is it possible? #272

Closed hanke-cnc closed 1 year ago

hanke-cnc commented 1 year ago

If so, where do I need to change? I have learned to add custom system setting parameters

terjeio commented 1 year ago

This functionality is dependent on the compatibilty level - Repeat last error on subsequent commands.

Code is here.