Implement PID_ADD_EXTRUSION_RATE
This commit is contained in:
parent
b5987de08a
commit
bc50db9cf6
6 changed files with 81 additions and 17 deletions
|
|
@ -329,6 +329,10 @@ extern int fanSpeed;
|
|||
extern int meas_delay_cm; //delay distance
|
||||
#endif
|
||||
|
||||
#if ENABLED(PID_ADD_EXTRUSION_RATE)
|
||||
extern int lpq_len;
|
||||
#endif
|
||||
|
||||
#if ENABLED(FWRETRACT)
|
||||
extern bool autoretract_enabled;
|
||||
extern bool retracted[EXTRUDERS]; // extruder[n].retracted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue