Skip to content

Commit

Permalink
add onSetMinExtrusionTemp to anycubic_viper
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed Apr 3, 2024
1 parent 17dfe8e commit eaeaf14
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
Original file line number Diff line number Diff line change
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 eaeaf14

Please sign in to comment.