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.99k stars 1.59k forks source link

Auto sleep stepper #1172

Open krejcipetr opened 1 year ago

krejcipetr commented 1 year ago

Unlock stepper in X minutes. Timeout is configured by 33th setting variable. If is $1 == 255 (ms), after $33 minutes in IDLE state disable stepper. It is not blocking waiting.