Add pause/resume actions on M600, M125

This commit is contained in:
Scott Lahteine
2017-12-25 01:36:42 -06:00
parent f0a8a1a853
commit f704f405af
2 changed files with 16 additions and 0 deletions

View File

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================