MMU: Make sound after the hotend reaches temp, not while waiting
This commit is contained in:
parent
5582114628
commit
58bed7e388
|
|
@ -33,7 +33,8 @@ void waitForHotendTargetTemp(uint16_t delay, F f){
|
||||||
}
|
}
|
||||||
|
|
||||||
void WaitForHotendTargetTempBeep(){
|
void WaitForHotendTargetTempBeep(){
|
||||||
waitForHotendTargetTemp(3000, []{ Sound_MakeSound(e_SOUND_TYPE_StandardPrompt); } );
|
waitForHotendTargetTemp(3000, []{ });
|
||||||
|
Sound_MakeSound(e_SOUND_TYPE_StandardPrompt);
|
||||||
}
|
}
|
||||||
|
|
||||||
MMU2 mmu2;
|
MMU2 mmu2;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue