|
|
@ -620,7 +620,7 @@ |
|
|
|
* Use G29 repeatedly, adjusting the Z height at each point with movement commands |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
#define PROBE_MANUALLY |
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
@ -768,7 +768,7 @@ |
|
|
|
|
|
|
|
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
|
|
|
|
|
|
|
|
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
|
|
|
|
#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
|
|
|
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
|
|
|
|
|
|
|
// Direction of endstops when homing; 1=MAX, -1=MIN
|
|
|
@ -871,9 +871,9 @@ |
|
|
|
*/ |
|
|
|
//#define AUTO_BED_LEVELING_3POINT
|
|
|
|
//#define AUTO_BED_LEVELING_LINEAR
|
|
|
|
//#define AUTO_BED_LEVELING_BILINEAR
|
|
|
|
#define AUTO_BED_LEVELING_BILINEAR |
|
|
|
//#define AUTO_BED_LEVELING_UBL
|
|
|
|
#define MESH_BED_LEVELING |
|
|
|
//#define MESH_BED_LEVELING
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Enable detailed logging of G28, G29, M48, etc. |
|
|
@ -899,10 +899,10 @@ |
|
|
|
*/ |
|
|
|
#define G26_MESH_VALIDATION // Enable G26 mesh validation
|
|
|
|
#if ENABLED(G26_MESH_VALIDATION) |
|
|
|
#define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle.
|
|
|
|
#define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for the G26 Mesh Validation Tool.
|
|
|
|
#define MESH_TEST_HOTEND_TEMP 205.0 // (°C) Default nozzle temperature for the G26 Mesh Validation Tool.
|
|
|
|
#define MESH_TEST_BED_TEMP 60.0 // (°C) Default bed temperature for the G26 Mesh Validation Tool.
|
|
|
|
#define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle.
|
|
|
|
#define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for the G26 Mesh Validation Tool.
|
|
|
|
#define MESH_TEST_HOTEND_TEMP 205.0 // (°C) Default nozzle temperature for the G26 Mesh Validation Tool.
|
|
|
|
#define MESH_TEST_BED_TEMP 60.0 // (°C) Default bed temperature for the G26 Mesh Validation Tool.
|
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |
|
|
@ -1113,8 +1113,8 @@ |
|
|
|
// M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
|
|
|
// M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
|
|
|
//
|
|
|
|
#define EEPROM_SETTINGS // Enable for M500 and M501 commands
|
|
|
|
#define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release!
|
|
|
|
#define EEPROM_SETTINGS // Enable for M500 and M501 commands
|
|
|
|
//#define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release!
|
|
|
|
#define EEPROM_CHITCHAT // Give feedback on EEPROM commands. Disable to save PROGMEM.
|
|
|
|
|
|
|
|
//
|
|
|
|