|
@ -180,7 +180,6 @@ class Planner { |
|
|
static uint8_t delay_before_delivering, // This counter delays delivery of blocks when queue becomes empty to allow the opportunity of merging blocks
|
|
|
static uint8_t delay_before_delivering, // This counter delays delivery of blocks when queue becomes empty to allow the opportunity of merging blocks
|
|
|
block_buffer_planned; // Index of the optimally planned block
|
|
|
block_buffer_planned; // Index of the optimally planned block
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(DISTINCT_E_FACTORS) |
|
|
#if ENABLED(DISTINCT_E_FACTORS) |
|
|
static uint8_t last_extruder; // Respond to extruder change
|
|
|
static uint8_t last_extruder; // Respond to extruder change
|
|
|
#endif |
|
|
#endif |
|
|