|
@@ -80,7 +80,7 @@ block_t Planner::block_buffer[BLOCK_BUFFER_SIZE];
|
80
|
80
|
volatile uint8_t Planner::block_buffer_head = 0; // Index of the next block to be pushed
|
81
|
81
|
volatile uint8_t Planner::block_buffer_tail = 0;
|
82
|
82
|
|
83
|
|
-float Planner::max_feedrate[NUM_AXIS]; // Max speeds in mm per minute
|
|
83
|
+float Planner::max_feedrate[NUM_AXIS]; // Max speeds in mm per second
|
84
|
84
|
float Planner::axis_steps_per_mm[NUM_AXIS];
|
85
|
85
|
unsigned long Planner::max_acceleration_steps_per_s2[NUM_AXIS];
|
86
|
86
|
unsigned long Planner::max_acceleration_mm_per_s2[NUM_AXIS]; // Use M201 to override by software
|