Added PRINTJOB_TIMER_AUTOSTART section to example config files
This commit is contained in:
parent
8a18c52002
commit
f9a62f6a8e
|
@ -758,16 +758,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
//
|
||||
// Print job timer
|
||||
//
|
||||
// This options allows you configure if the print job timer should automatically
|
||||
// start and stop counting when a M104 or M109 is received.
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// If disabled you can control the print timer start and stop using the
|
||||
// following G-Code list:
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#defined PRINTJOB_TIMER_AUTOSTART
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -738,6 +738,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -747,6 +747,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -749,6 +749,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 110
|
||||
#define ABS_PREHEAT_FAN_SPEED 0 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -772,6 +772,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 60 // K8200: set back to 110 if you have an upgraded heatbed power supply
|
||||
#define ABS_PREHEAT_FAN_SPEED 0 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -755,6 +755,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 110
|
||||
#define ABS_PREHEAT_FAN_SPEED 0 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -750,6 +750,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 110
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -763,6 +763,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -776,6 +776,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 110
|
||||
#define ABS_PREHEAT_FAN_SPEED 0 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -747,6 +747,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -755,6 +755,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 110
|
||||
#define ABS_PREHEAT_FAN_SPEED 0 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -884,6 +884,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -884,6 +884,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -888,6 +888,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -881,6 +881,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -889,6 +889,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -758,6 +758,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
|
@ -749,6 +749,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||
#define ABS_PREHEAT_HPB_TEMP 100
|
||||
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
||||
|
||||
//
|
||||
// Print job timer
|
||||
//
|
||||
// Enable this option to automatically start and stop the
|
||||
// print job timer when M104 and M109 commands are received.
|
||||
//
|
||||
// In all cases the timer can be started and stopped using
|
||||
// the following commands:
|
||||
//
|
||||
// - M75 - Start the print job timer
|
||||
// - M76 - Pause the print job timer
|
||||
// - M77 - Stop the print job timer
|
||||
#define PRINTJOB_TIMER_AUTOSTART
|
||||
|
||||
//
|
||||
// Print Counter
|
||||
|
|
Loading…
Reference in a new issue