|
@@ -73,7 +73,7 @@ typedef struct {
|
|
|
// steps_x.y,z, step_event_count, acceleration_rate, direction_bits and active_extruder are set by plan_buffer_line().
|
|
|
dda_isteps_t steps_x, steps_y, steps_z, steps_e; // Step count along each axis
|
|
|
dda_usteps_t step_event_count; // The number of step events required to complete this block
|
|
|
- long acceleration_rate; // The acceleration rate used for acceleration calculation
|
|
|
+ uint32_t acceleration_rate; // The acceleration rate used for acceleration calculation
|
|
|
unsigned char direction_bits; // The direction bit set for this block (refers to *_DIRECTION_BIT in config.h)
|
|
|
unsigned char active_extruder; // Selects the active extruder
|
|
|
// accelerate_until and decelerate_after are set by calculate_trapezoid_for_block() and they need to be synchronized with the stepper interrupt controller.
|