mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-06 05:23:55 -06:00
Bring configs up to date
This commit is contained in:
parent
b904ba0f29
commit
20964ca7dc
57 changed files with 492 additions and 104 deletions
|
@ -482,6 +482,7 @@
|
|||
#define HEATER_2_MINTEMP 5
|
||||
#define HEATER_3_MINTEMP 5
|
||||
#define HEATER_4_MINTEMP 5
|
||||
#define HEATER_5_MINTEMP 5
|
||||
#define BED_MINTEMP 5
|
||||
|
||||
// Above this temperature the heater will be switched off.
|
||||
|
@ -492,6 +493,7 @@
|
|||
#define HEATER_2_MAXTEMP 275
|
||||
#define HEATER_3_MAXTEMP 275
|
||||
#define HEATER_4_MAXTEMP 275
|
||||
#define HEATER_5_MAXTEMP 275
|
||||
#if ENABLED(BED_AC)
|
||||
#define BED_MAXTEMP 150
|
||||
#else
|
||||
|
@ -1004,6 +1006,8 @@
|
|||
* Specify a Probe position as { X, Y, Z }
|
||||
*/
|
||||
#define NOZZLE_TO_PROBE_OFFSET { -22, 0, -1.5 }
|
||||
|
||||
// Certain types of probes need to stay away from edges
|
||||
#define MIN_PROBE_EDGE 10
|
||||
|
||||
// X and Y axis travel speed (mm/m) between probes
|
||||
|
@ -1314,9 +1318,6 @@
|
|||
#define GRID_MAX_POINTS_X 6
|
||||
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
|
||||
|
||||
// The Z probe minimum outer margin (to validate G29 parameters).
|
||||
#define MIN_PROBE_EDGE 10
|
||||
|
||||
// Probe along the Y axis, advancing X after each column
|
||||
//#define PROBE_Y_FIRST
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue