Disabled PRINTJOB_TIMER_AUTOSTART (T2267)

- Disabled autostart of print job to give Cura more control.
- Start GCODE will need to be modified to add M75
- End GCODE will need to be modified to add M77
master
Marcio Teixeira 6 years ago
parent 94eff7d758
commit b4ec240300

@ -13,7 +13,7 @@
* got disabled.
*/
#define LULZBOT_FW_VERSION ".32" // Change this with each update
#define LULZBOT_FW_VERSION ".33" // Change this with each update
#if ( \
!defined(LULZBOT_Gladiola_Mini) && \
@ -227,6 +227,7 @@
#define LULZBOT_BUFSIZE 5
#define LULZBOT_HOST_KEEPALIVE_FEATURE_DISABLED
#define LULZBOT_CLARIFY_ERROR_MESSAGES
#define LULZBOT_PRINTJOB_TIMER_AUTOSTART_DISABLED
// Marlin 1.1.4 has changed the behavior of G92 so that
// it changes software endstops, making it less useful

Loading…
Cancel
Save