mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 15:37:32 -06:00
DEFAULT_LEVELING_FADE_HEIGHT
This commit is contained in:
parent
f2b1111d27
commit
f311d123ca
229 changed files with 692 additions and 1 deletions
|
@ -1289,6 +1289,9 @@
|
|||
// at which point movement will be level to the machine's XY plane.
|
||||
// The height can be set with M420 Z<height>
|
||||
#define ENABLE_LEVELING_FADE_HEIGHT
|
||||
#if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
|
||||
#define DEFAULT_LEVELING_FADE_HEIGHT 10.0 // (mm) Default fade height.
|
||||
#endif
|
||||
|
||||
// For Cartesian machines, instead of dividing moves on mesh boundaries,
|
||||
// split up moves into short segments like a Delta. This follows the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue