mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +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];
|
let OneFF=OneNode.getElementsByTagName("input")[0];
|
||||||
$(OneFF).prop("checked",false);
|
$(OneFF).prop("checked",false);
|
||||||
|
|
||||||
let filamentList=OneFF.getAttribute("filalist");
|
let filamentList=GetFilamentShortname(OneFF.getAttribute("filalist"));
|
||||||
//alert(filamentList);
|
//alert(filamentList);
|
||||||
let filamentArray=filamentList.split(';')
|
let filamentArray=filamentList.split(';')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user