From 56773bd80eaf726bced653781a8b27d22251f58b Mon Sep 17 00:00:00 2001
From: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun, 7 Apr 2024 16:11:32 +1200
Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20add=20onSetMinExtrusionTemp=20to?=
 =?UTF-8?q?=20anycubic=5Fviper=20(#26933)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Marlin/src/lcd/extui/anycubic_vyper/vyper_extui.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Marlin/src/lcd/extui/anycubic_vyper/vyper_extui.cpp b/Marlin/src/lcd/extui/anycubic_vyper/vyper_extui.cpp
index 1bf13eafa30..b21bee7a7a5 100644
--- a/Marlin/src/lcd/extui/anycubic_vyper/vyper_extui.cpp
+++ b/Marlin/src/lcd/extui/anycubic_vyper/vyper_extui.cpp
@@ -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(); }