Skip to content

Commit 56773bd

Browse files
authored
🩹 add onSetMinExtrusionTemp to anycubic_viper (#26933)
1 parent 1dec983 commit 56773bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Marlin/src/lcd/extui/anycubic_vyper/vyper_extui.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ namespace ExtUI {
154154
}
155155
#endif
156156

157+
#if ENABLED(PREVENT_COLD_EXTRUSION)
158+
void onSetMinExtrusionTemp(const celsius_t) {}
159+
#endif
160+
157161
#if ENABLED(POWER_LOSS_RECOVERY)
158162
// Called when power-loss is enabled/disabled
159163
void onSetPowerLoss(const bool) { dgus.powerLoss(); }

0 commit comments

Comments
 (0)