Remove legacy ADVANCE feature
This commit is contained in:
parent
a21201a713
commit
cbfcce09fa
35 changed files with 48 additions and 601 deletions
|
|
@ -96,11 +96,6 @@ typedef struct {
|
|||
#if ENABLED(LIN_ADVANCE)
|
||||
bool use_advance_lead;
|
||||
uint32_t abs_adv_steps_multiplier8; // Factorised by 2^8 to avoid float
|
||||
#elif ENABLED(ADVANCE)
|
||||
int32_t advance_rate;
|
||||
volatile int32_t initial_advance;
|
||||
volatile int32_t 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