mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 13:45:59 +08: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
@ -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(';')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user