Fix SKEW_CORRECTION without leveling
This commit is contained in:
parent
4d3c3d0b73
commit
a2372cfab5
|
@ -174,6 +174,8 @@ class Planner {
|
|||
#if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
|
||||
static float z_fade_height, inverse_z_fade_height;
|
||||
#endif
|
||||
#else
|
||||
static constexpr bool leveling_active = false;
|
||||
#endif
|
||||
|
||||
#if ENABLED(LIN_ADVANCE)
|
||||
|
|
Loading…
Reference in a new issue