Non-blocking buzzer
This commit is contained in:
parent
26f8f54c56
commit
5b5aa1572b
14 changed files with 432 additions and 108 deletions
|
|
@ -373,4 +373,15 @@ extern uint8_t active_extruder;
|
|||
|
||||
void calculate_volumetric_multipliers();
|
||||
|
||||
// Buzzer
|
||||
#if HAS_BUZZER
|
||||
#if ENABLED(SPEAKER)
|
||||
#include "speaker.h"
|
||||
extern Speaker buzzer;
|
||||
#else
|
||||
#include "buzzer.h"
|
||||
extern Buzzer buzzer;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif //MARLIN_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue