Merge pull request #6240 from thinkyhead/rebuild_rgb_led
Extend RGB LED with Printer Events
This commit is contained in:
commit
6d5400dc31
28 changed files with 953 additions and 97 deletions
|
|
@ -221,7 +221,7 @@ extern bool axis_known_position[XYZ]; // axis[n].is_known
|
|||
extern bool axis_homed[XYZ]; // axis[n].is_homed
|
||||
extern volatile bool wait_for_heatup;
|
||||
|
||||
#if ENABLED(EMERGENCY_PARSER) || ENABLED(ULTIPANEL)
|
||||
#if HAS_RESUME_CONTINUE
|
||||
extern volatile bool wait_for_user;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue