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
This commit is contained in:
xiaoyeliu 2024-10-22 23:00:27 +08:00 committed by GitHub
parent c8eb3bf084
commit 59a79040d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(';')