#include "grbl.h"
Go to the source code of this file.
Functions | |
void | sleep_init () |
Initialize sleep timer. More... | |
void | sleep_check () |
Checks running conditions for sleep. If satisfied, enables sleep countdown and executes. More... | |
void sleep_check | ( | ) |
Checks running conditions for sleep. If satisfied, enables sleep countdown and executes.
NOTE: Sleep procedures can be blocking, since Grbl isn't receiving any commands, nor moving.
NOTE: With overrides or in laser mode, modal spindle and coolant state are not guaranteed. Need
void sleep_init | ( | ) |