mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🩹 add onSetMinExtrusionTemp to anycubic_viper (#26933)
This commit is contained in:
parent
1dec9831d3
commit
56773bd80e
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@ namespace ExtUI {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if ENABLED(PREVENT_COLD_EXTRUSION)
|
||||
void onSetMinExtrusionTemp(const celsius_t) {}
|
||||
#endif
|
||||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
// Called when power-loss is enabled/disabled
|
||||
void onSetPowerLoss(const bool) { dgus.powerLoss(); }
|
||||
|
|
Loading…
Reference in a new issue