More 2nd extruder implementation. (Not usable)
Advance (not tested)
This commit is contained in:
parent
0bc9daa4f7
commit
6b86f15686
4 changed files with 52 additions and 35 deletions
|
|
@ -37,11 +37,12 @@ typedef struct {
|
|||
long decelerate_after; // The index of the step event on which to start decelerating
|
||||
long 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
|
||||
#ifdef ADVANCE
|
||||
// long advance_rate;
|
||||
// volatile long initial_advance;
|
||||
// volatile long final_advance;
|
||||
// float advance;
|
||||
long advance_rate;
|
||||
volatile long initial_advance;
|
||||
volatile long final_advance;
|
||||
float advance;
|
||||
#endif
|
||||
|
||||
// Fields used by the motion planner to manage acceleration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue