Skip to content

Commit

Permalink
馃┕ add onSetMinExtrusionTemp to anycubic_viper (#26933)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed Apr 7, 2024
1 parent 1dec983 commit 56773bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/lcd/extui/anycubic_vyper/vyper_extui.cpp
Expand Up @@ -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(); }
Expand Down

0 comments on commit 56773bd

Please sign in to comment.