Syntax cleanup

master
Scott Lahteine 7 years ago
parent b47fd31c37
commit 79d42d87c1

@ -1256,6 +1256,7 @@ void Planner::_buffer_line(const float &a, const float &b, const float &c, const
v_exit *= v_factor;
v_entry *= v_factor;
}
// Calculate jerk depending on whether the axis is coasting in the same direction or reversing.
const float jerk = (v_exit > v_entry)
? // coasting axis reversal

Loading…
Cancel
Save