mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-12 10:11:47 +08:00
Fix merge conflict resolution
A comma was missing. Also fixed the whitespace in this file, since there were a few tabs mixed in there.
This commit is contained in:
parent
a9bd73f32a
commit
a785c9a205
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
|
||||||
|
|
||||||
"machine_extruder_trains": {
|
"machine_extruder_trains": {
|
||||||
"0": {
|
"0": {
|
||||||
"extruder_nr": { "default": 0 },
|
"extruder_nr": { "default": 0 },
|
||||||
@ -127,7 +126,7 @@
|
|||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "16",
|
||||||
"enabled": "support_roof_enable"
|
"enabled": "support_roof_enable",
|
||||||
"global_only": true
|
"global_only": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user