mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00: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:
@@ -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(';')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user