Updated example configuration files
This commit is contained in:
@ -750,6 +750,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 Counter
|
||||
//
|
||||
// When enabled Marlin will keep track of some print statistical data such as:
|
||||
// - Total print jobs
|
||||
// - Total successfull print jobs
|
||||
// - Total failed print jobs
|
||||
// - Total time printing
|
||||
//
|
||||
// This information can be viewed by the M78 command.
|
||||
//#define PRINTCOUNTER
|
||||
|
||||
//=============================================================================
|
||||
//============================= LCD and SD support ============================
|
||||
//=============================================================================
|
||||
|
Reference in New Issue
Block a user