Ender 3 - Mark all changes for Sprite Pro upgrade with TODOs
This commit is contained in:
@@ -634,7 +634,8 @@
|
||||
// Above this temperature the heater will be switched off.
|
||||
// This can protect components from overheating, but NOT from shorts and failures.
|
||||
// (Use MINTEMP for thermistor short/failure protection.)
|
||||
#define HEATER_0_MAXTEMP 300 // MBO: Original 275 / Sprite Pro 300
|
||||
// TODO: Change HEATER_0_MAXTEMP to 300 after Sprite Pro extruder upgrade
|
||||
#define HEATER_0_MAXTEMP 275 // MBO
|
||||
#define HEATER_1_MAXTEMP 275
|
||||
#define HEATER_2_MAXTEMP 275
|
||||
#define HEATER_3_MAXTEMP 275
|
||||
@@ -855,7 +856,8 @@
|
||||
* Note: For Bowden Extruders make this large enough to allow load/unload.
|
||||
*/
|
||||
#define PREVENT_LENGTHY_EXTRUDE
|
||||
#define EXTRUDE_MAXLENGTH 600 // MBO: To be decrease with Sprite Pro?
|
||||
// TODO: To be decrease with Sprite Pro?
|
||||
#define EXTRUDE_MAXLENGTH 600 // MBO
|
||||
|
||||
//===========================================================================
|
||||
//======================== Thermal Runaway Protection =======================
|
||||
@@ -1197,7 +1199,8 @@
|
||||
* Override with M92
|
||||
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
|
||||
*/
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 } // MBO: change e-step (93) to fit Sprite Pro => https://www.youtube.com/watch?v=lH-RrjtiC8M
|
||||
// TODO: change e-step (93) to fit Sprite Pro extruder => https://www.youtube.com/watch?v=lH-RrjtiC8M
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 }
|
||||
|
||||
/**
|
||||
* Default Max Feed Rate (linear=mm/s, rotational=°/s)
|
||||
@@ -1515,8 +1518,10 @@
|
||||
// PROBE_OFFSET with original extruder fans
|
||||
//#define NOZZLE_TO_PROBE_OFFSET { -44, -14, -2.725 }
|
||||
|
||||
|
||||
// PROBE_OFFSET with SATSANA fangs extruder fans
|
||||
#define NOZZLE_TO_PROBE_OFFSET { -51, -12, 0 } // MBO: To be cahnge after Sprite Pro upgrade
|
||||
// TODO: To be change after Sprite Pro upgrade
|
||||
#define NOZZLE_TO_PROBE_OFFSET { -51, -12, 0 } // MBO
|
||||
|
||||
// Most probes should stay away from the edges of the bed, but
|
||||
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
|
||||
@@ -1872,7 +1877,8 @@
|
||||
// After a runout is detected, continue printing this length of filament
|
||||
// before executing the runout script. Useful for a sensor at the end of
|
||||
// a feed tube. Requires 4 bytes SRAM per sensor, plus 4 bytes overhead.
|
||||
#define FILAMENT_RUNOUT_DISTANCE_MM 8 // MBO: to be changed after Sprite Pro and new filament sensor installation
|
||||
// TODO: to be changed after Sprite Pro and new filament sensor installation
|
||||
#define FILAMENT_RUNOUT_DISTANCE_MM 8 // MBO
|
||||
|
||||
#ifdef FILAMENT_RUNOUT_DISTANCE_MM
|
||||
// Enable this option to use an encoder disc that toggles the runout pin
|
||||
|
||||
Reference in New Issue
Block a user