Remove legacy ADVANCE feature

This commit is contained in:
Scott Lahteine 2017-10-09 04:13:43 -05:00
parent a21201a713
commit cbfcce09fa
35 changed files with 48 additions and 601 deletions

View file

@ -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