Add suspend_auto_report flag to suppress auto-report
This commit is contained in:
parent
2bf1bbf399
commit
e7d519c898
3 changed files with 19 additions and 6 deletions
|
|
@ -232,6 +232,10 @@ extern volatile bool wait_for_heatup;
|
|||
extern volatile bool wait_for_user;
|
||||
#endif
|
||||
|
||||
#if HAS_AUTO_REPORTING
|
||||
extern bool suspend_auto_report;
|
||||
#endif
|
||||
|
||||
extern float current_position[XYZE], destination[XYZE];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue