Browse Source

Fix extra unskew call

Fixes #17264
Scott Lahteine 5 years ago
parent
commit
fc11e72174
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/src/module/planner.cpp

+ 0
- 4
Marlin/src/module/planner.cpp View File

@@ -1519,10 +1519,6 @@ void Planner::check_axes_activity() {
1519 1519
 
1520 1520
       #endif
1521 1521
     }
1522
-
1523
-    #if ENABLED(SKEW_CORRECTION)
1524
-      unskew(raw);
1525
-    #endif
1526 1522
   }
1527 1523
 
1528 1524
 #endif // HAS_LEVELING

Loading…
Cancel
Save