how to execute a command or macro when power-off or is inactive?
I found
/**
* Startup commands
*
* Execute certain G-code commands immediately after power-on.
*/
//#define STARTUP_COMMANDS "M17 Z"
/**
but i cant find the power-off equivalent... exist?
(I want to execute a command when the printer shut-off)
thanks
I found
/**
* Startup commands
*
* Execute certain G-code commands immediately after power-on.
*/
//#define STARTUP_COMMANDS "M17 Z"
/**
but i cant find the power-off equivalent... exist?
(I want to execute a command when the printer shut-off)
thanks