Remove skew warning that could crash the planner

This commit is contained in:
Scott Lahteine
2017-12-05 20:27:20 -06:00
parent 1da2b2dd74
commit 5fbb2f121e
2 changed files with 0 additions and 3 deletions

View File

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