mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-09-09 00:17:44 -06:00
Match CR-6 SE in-progress
This commit is contained in:
parent
2db44102bb
commit
9b272173de
1 changed files with 18 additions and 12 deletions
|
@ -886,7 +886,13 @@
|
||||||
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
||||||
* (e.g., an inductive probe or a nozzle-based probe-switch.)
|
* (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
|
* Use the nozzle as the probe, as with a conductive
|
||||||
|
@ -894,16 +900,6 @@
|
||||||
*/
|
*/
|
||||||
//#define NOZZLE_AS_PROBE
|
//#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.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
|
@ -1256,7 +1252,17 @@
|
||||||
* Normally G28 leaves leveling disabled on completion. Enable
|
* Normally G28 leaves leveling disabled on completion. Enable
|
||||||
* this option to have G28 restore the prior leveling state.
|
* 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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue