Browse Source

Fix SKEW_CORRECTION without leveling

Scott Lahteine 6 years ago
parent
commit
a2372cfab5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/module/planner.h

+ 2
- 0
Marlin/src/module/planner.h View File

@@ -174,6 +174,8 @@ class Planner {
174 174
       #if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
175 175
         static float z_fade_height, inverse_z_fade_height;
176 176
       #endif
177
+    #else
178
+      static constexpr bool leveling_active = false;
177 179
     #endif
178 180
 
179 181
     #if ENABLED(LIN_ADVANCE)

Loading…
Cancel
Save