|
|
|
@ -115,6 +115,18 @@
|
|
|
|
|
#define LULZBOT_EEPROM_SETTINGS
|
|
|
|
|
#define LULZBOT_EMERGENCY_PARSER
|
|
|
|
|
|
|
|
|
|
// Prior branches of the LulzBot firmware used G26
|
|
|
|
|
// to reset a probe failed condition. Marlin upstrem
|
|
|
|
|
// now redefines that for unified bed leveling. The
|
|
|
|
|
// following maps G26 to M999 for equivalent behavior,
|
|
|
|
|
// so long as UBL is disabled.
|
|
|
|
|
#define LULZBOT_G26_BACKWARDS_COMPATIBILITY
|
|
|
|
|
|
|
|
|
|
// The following should be kept more or less:
|
|
|
|
|
#define LULZBOT_G26_RESET_ACTION \
|
|
|
|
|
Running = true; \
|
|
|
|
|
lcd_reset_alert_level();
|
|
|
|
|
|
|
|
|
|
// Temperature settings
|
|
|
|
|
|
|
|
|
|
#define LULZBOT_TEMP_SENSOR_0 5
|
|
|
|
|