mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed wrong extruder number mismatch
Contributes to CURA-10101
This commit is contained in:
parent
c2e5246e2e
commit
db8aa5b61c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"overrides":
|
||||
{
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"extruder_nr": { "default_value": 1 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue