Browse Source

Fix SKEW_CORRECTION without leveling

Scott Lahteine 7 years ago
parent
commit
23291a0466
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/planner.h

+ 2
- 0
Marlin/planner.h View File

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

Loading…
Cancel
Save