mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00
Fixed wrong extruder number mismatch
Contributes to CURA-10101
This commit is contained in:
parent
c2e5246e2e
commit
db8aa5b61c
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"overrides":
|
"overrides":
|
||||||
{
|
{
|
||||||
"extruder_nr": { "default_value": 0 },
|
"extruder_nr": { "default_value": 1 },
|
||||||
"material_diameter": { "default_value": 1.75 }
|
"material_diameter": { "default_value": 1.75 }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user