From 59a79040d2232368aaeac9af6644a5b38fb61e9b Mon Sep 17 00:00:00 2001 From: xiaoyeliu <166936931+womendoushihaoyin@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:00:27 +0800 Subject: [PATCH] Fix: Decouple the default material selection from the nozzle size on the machine. (#7126) Fix: the filament's selection varied depending on the different nozzles chosen in the Wizard --- resources/web/guide/22/22.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/web/guide/22/22.js b/resources/web/guide/22/22.js index ff284ed91a..41f014c918 100644 --- a/resources/web/guide/22/22.js +++ b/resources/web/guide/22/22.js @@ -469,7 +469,7 @@ function ChooseDefaultFilament() let OneFF=OneNode.getElementsByTagName("input")[0]; $(OneFF).prop("checked",false); - let filamentList=OneFF.getAttribute("filalist"); + let filamentList=GetFilamentShortname(OneFF.getAttribute("filalist")); //alert(filamentList); let filamentArray=filamentList.split(';')