Add M701 / M702 filament load / unload
This commit is contained in:
parent
d1cad5afa4
commit
81193e9338
41 changed files with 1030 additions and 608 deletions
|
|
@ -104,7 +104,7 @@ class Buzzer {
|
|||
* @param duration Duration of the tone in milliseconds
|
||||
* @param frequency Frequency of the tone in hertz
|
||||
*/
|
||||
void tone(const uint16_t &duration, const uint16_t &frequency = 0) {
|
||||
void tone(const uint16_t &duration, const uint16_t &frequency=0) {
|
||||
while (buffer.isFull()) {
|
||||
this->tick();
|
||||
thermalManager.manage_heater();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue