Match CR-6 SE in-progress

This commit is contained in:
Scott Lahteine 2020-11-07 01:11:47 -06:00
parent 2db44102bb
commit 9b272173de

View file

@ -886,7 +886,13 @@
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
* (e.g., an inductive probe or a nozzle-based probe-switch.)
*/
#define FIX_MOUNTED_PROBE
//#define FIX_MOUNTED_PROBE
/**
* Use the nozzle as the probe, with the hotend
* assembly attached to a sensitive strain gauge.
*/
#define STRAIN_GAUGE_PROBE
/**
* Use the nozzle as the probe, as with a conductive
@ -894,16 +900,6 @@
*/
//#define NOZZLE_AS_PROBE
/**
* Auto-leveling needs preheating
*/
#define AUTOLEVEL_NEEDS_PREHEATING
#if ENABLED(AUTOLEVEL_NEEDS_PREHEATING)
#define AUTOLEVEL_PREHEAT_NOZZLE_TEMP 120
#define AUTOLEVEL_PREHEAT_BED_TEMP 50
#endif
/**
* Z Servo Probe, such as an endstop switch on a rotating arm.
*/
@ -1256,7 +1252,17 @@
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
#define RESTORE_LEVELING_AFTER_G28
//#define RESTORE_LEVELING_AFTER_G28
#define ENABLE_LEVELING_AFTER_G28
/**
* Auto-leveling needs preheating
*/
#define PREHEAT_BEFORE_LEVELING
#if ENABLED(PREHEAT_BEFORE_LEVELING)
#define LEVELING_NOZZLE_TEMP 120
#define LEVELING_BED_TEMP 50
#endif
/**
* Enable detailed logging of G28, G29, M48, etc.