Leveling Fade Height default setting (#20316)

This commit is contained in:
Jason Smith
2020-11-29 13:00:08 -08:00
committed by GitHub
parent f2b9be6e70
commit df0a0c9490
3 changed files with 9 additions and 2 deletions

View File

@ -2448,6 +2448,10 @@
#endif
#endif
#ifndef DEFAULT_LEVELING_FADE_HEIGHT
#define DEFAULT_LEVELING_FADE_HEIGHT 0.0
#endif
#if ENABLED(SEGMENT_LEVELED_MOVES) && !defined(LEVELED_SEGMENT_LENGTH)
#define LEVELED_SEGMENT_LENGTH 5
#endif