🩹 add onSetMinExtrusionTemp to anycubic_viper (#26933)
This commit is contained in:
@@ -154,6 +154,10 @@ namespace ExtUI {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(PREVENT_COLD_EXTRUSION)
|
||||||
|
void onSetMinExtrusionTemp(const celsius_t) {}
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||||
// Called when power-loss is enabled/disabled
|
// Called when power-loss is enabled/disabled
|
||||||
void onSetPowerLoss(const bool) { dgus.powerLoss(); }
|
void onSetPowerLoss(const bool) { dgus.powerLoss(); }
|
||||||
|
Reference in New Issue
Block a user