Browse Source

Syntax cleanup

pull/1/head
Scott Lahteine 8 years ago
parent
commit
79d42d87c1
  1. 1
      Marlin/planner.cpp

1
Marlin/planner.cpp

@ -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