Remove skew warning that could crash the planner

This commit is contained in:
Scott Lahteine 2017-12-05 20:24:10 -06:00
parent 4608e1f590
commit 9edefa645d
2 changed files with 0 additions and 3 deletions

View file

@ -577,8 +577,6 @@ void Planner::calculate_volumetric_multipliers() {
rx = temprx;
ry = tempry;
}
else
SERIAL_ECHOLN(MSG_SKEW_WARN);
}
#endif