mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 00:45:56 +08:00
JSON fix: support&platform extruder nr not children of extruder nr (CURA-1400)
This commit is contained in:
parent
7ea02f9d98
commit
cd7513971b
@ -80,9 +80,8 @@
|
|||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "16",
|
||||||
"always_visible": true,
|
"always_visible": true
|
||||||
|
},
|
||||||
"children": {
|
|
||||||
"adhesion_extruder_nr": {
|
"adhesion_extruder_nr": {
|
||||||
"label": "Platform Adhesion Extruder",
|
"label": "Platform Adhesion Extruder",
|
||||||
"description": "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion.",
|
"description": "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion.",
|
||||||
@ -130,8 +129,6 @@
|
|||||||
"global_only": true
|
"global_only": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"prime_tower_enable": {
|
"prime_tower_enable": {
|
||||||
"label": "Enable Prime Tower",
|
"label": "Enable Prime Tower",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user