Corrected units of default acceleration values
This commit is contained in:
@ -393,7 +393,7 @@ void plan_buffer_line(float x, float y, float z, float feed_rate, uint8_t invert
|
||||
// average travel per step event changes. For a line along one axis the travel per step event
|
||||
// is equal to the travel/step in the particular axis. For a 45 degree line the steppers of both
|
||||
// axes might step for every step event. Travel per step event is then sqrt(travel_x^2+travel_y^2).
|
||||
// To generate trapezoids with contant acceleration between blocks the rate_delta must be computed
|
||||
// To generate trapezoids with constant acceleration between blocks the rate_delta must be computed
|
||||
// specifically for each line to compensate for this phenomenon:
|
||||
// Convert universal acceleration for direction-dependent stepper rate change parameter
|
||||
block->rate_delta = ceil( block->step_event_count*inverse_millimeters *
|
||||
|
Reference in New Issue
Block a user