0
0
Fork 0
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:
ellensp 2024-04-07 16:11:32 +12:00 committed by GitHub
parent 1dec9831d3
commit 56773bd80e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(); }