Add support for pause and resume action commands on M600

This commit is contained in:
silentninja1 2017-12-20 09:22:13 -05:00 committed by Scott Lahteine
parent 00749d8ef0
commit b12eb33feb
2 changed files with 16 additions and 0 deletions

View file

@ -1441,6 +1441,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 ======================
//===========================================================================