mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
extruder trains can now be overridden (CURA-494)
This commit is contained in:
parent
17e372820c
commit
99d9348c38
1 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,18 @@
|
||||||
|
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
|
||||||
|
|
||||||
|
"machine_extruder_trains": {
|
||||||
|
"1": {
|
||||||
|
"extruder_nr": { "default": 0 },
|
||||||
|
"machine_nozzle_offset_x": { "default": 0.0 },
|
||||||
|
"machine_nozzle_offset_y": { "default": 0.0 }
|
||||||
|
},
|
||||||
|
"0": {
|
||||||
|
"extruder_nr": { "default": 1 }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_use_extruder_offset_to_offset_coords": { "default": false },
|
"machine_use_extruder_offset_to_offset_coords": { "default": false },
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue