Merge pull request #7217 from benlye/add-kill-action
Add configurable action command to send when printer is killed
This commit is contained in:
		| @@ -1351,6 +1351,13 @@ | ||||
|  | ||||
| #endif | ||||
|  | ||||
| /** | ||||
|  * 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" | ||||
|  | ||||
| //=========================================================================== | ||||
| //====================== I2C Position Encoder Settings ====================== | ||||
| //=========================================================================== | ||||
|   | ||||
		Reference in New Issue
	
	Block a user