Always report position on config load/reset
This commit is contained in:
parent
dc9e469c4c
commit
ccca1ade2d
3 changed files with 16 additions and 18 deletions
|
|
@ -373,7 +373,7 @@ void report_current_position();
|
|||
#endif
|
||||
|
||||
#if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
|
||||
void set_z_fade_height(const float zfh);
|
||||
void set_z_fade_height(const float zfh, const bool do_report=true);
|
||||
#endif
|
||||
|
||||
#if ENABLED(X_DUAL_ENDSTOPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue