This commit is contained in:
Simen Svale Skogsrud 2011-01-25 14:09:44 +01:00
parent 5f005f59f1
commit d2cbca36e8

View File

@ -43,7 +43,9 @@ struct Block {
double speed_x, speed_y, speed_z; // Nominal mm/minute for each axis double speed_x, speed_y, speed_z; // Nominal mm/minute for each axis
double nominal_speed; // The nominal speed for this block in mm/min double nominal_speed; // The nominal speed for this block in mm/min
double millimeters; // The total travel of this block in mm double millimeters; // The total travel of this block in mm
double entry_factor; // The factors representing the change in speed at the start of the trapezoid double entry_factor; // The factor representing the change in speed at the start of this trapezoid.
// (The end of the curren speed trapezoid is defined by the entry_factor of the
// next block)
// Settings for the trapezoid generator // Settings for the trapezoid generator
uint32_t initial_rate; // The jerk-adjusted step rate at start of block uint32_t initial_rate; // The jerk-adjusted step rate at start of block