Enable ACTION_ON_PAUSE and ACTION_ON_RESUME (T1830)

master
Marcio Teixeira 7 years ago
parent ac4fac7b6f
commit f21ad454ad

@ -1469,6 +1469,8 @@
#define LULZBOT_NOZZLE_PARK_POINT { 100, 300, 20 } #define LULZBOT_NOZZLE_PARK_POINT { 100, 300, 20 }
#endif #endif
#define LULZBOT_ACTION_ON_PAUSE_AND_RESUME
/*********************************** WIPER PAD **********************************/ /*********************************** WIPER PAD **********************************/
// Nozzle wiping points (varies by toolhead, as the nozzle position varies) // Nozzle wiping points (varies by toolhead, as the nozzle position varies)

@ -1488,8 +1488,10 @@
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'. * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command. * The host must be configured to handle the action command.
*/ */
//#define ACTION_ON_PAUSE "pause" #if defined(LULZBOT_ACTION_ON_PAUSE_AND_RESUME)
//#define ACTION_ON_RESUME "resume" #define ACTION_ON_PAUSE "pause"
#define ACTION_ON_RESUME "resume"
#endif
//=========================================================================== //===========================================================================
//====================== I2C Position Encoder Settings ====================== //====================== I2C Position Encoder Settings ======================

Loading…
Cancel
Save