Skip to content

Commit

Permalink
Fix: Decouple the default material selection from the nozzle size on …
Browse files Browse the repository at this point in the history
…the machine. (#7126)

Fix: the filament's selection varied depending  on the  different nozzles chosen in the Wizard
  • Loading branch information
womendoushihaoyin authored Oct 22, 2024
1 parent c8eb3bf commit 59a7904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/web/guide/22/22.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(';')

Expand Down

0 comments on commit 59a7904

Please sign in to comment.