mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 21:44:08 -06:00
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:
parent
c8eb3bf084
commit
59a79040d2
1 changed files with 1 additions and 1 deletions
|
@ -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(';')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue