|
|
|
@ -1427,10 +1427,17 @@
|
|
|
|
|
/**
|
|
|
|
|
* Specify an action command to send to the host when the printer is killed.
|
|
|
|
|
* Will be sent in the form '//action:ACTION_ON_KILL', e.g. '//action:poweroff'.
|
|
|
|
|
* The host must be configured to handle the action command.
|
|
|
|
|
*/
|
|
|
|
|
//#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 ======================
|
|
|
|
|
//===========================================================================
|
|
|
|
|