Added z_fade_height to EEPROM-Settings
Firmware was forgetting the z_fade_height in Planner, set by M420 Z<f>, after each reset or loading settings from EEPROM. Added the float z_fade_height to EEPROM-Storage, now remembers the value.
This commit is contained in:
committed by
Scott Lahteine
parent
7a704af5e6
commit
5b9476fe78
@ -819,7 +819,7 @@
|
||||
*/
|
||||
#define Z_CLEARANCE_DEPLOY_PROBE 100 // Z Clearance for Deploy/Stow
|
||||
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
|
||||
|
||||
|
||||
// For M851 give a range for adjusting the Z probe offset
|
||||
|
||||
#define Z_PROBE_OFFSET_RANGE_MIN -15
|
||||
|
Reference in New Issue
Block a user