0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-16 22:37:35 +00:00

Fix extra unskew call

Fixes #17264
This commit is contained in:
Scott Lahteine 2020-03-29 16:10:55 -05:00
parent add34aa286
commit fc11e72174

View file

@ -1519,10 +1519,6 @@ void Planner::check_axes_activity() {
#endif
}
#if ENABLED(SKEW_CORRECTION)
unskew(raw);
#endif
}
#endif // HAS_LEVELING