mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 01:55:55 +08:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
d65a0a302a
@ -79,7 +79,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "machine_extruder_count - 1",
|
||||||
"always_visible": true
|
"always_visible": true
|
||||||
},
|
},
|
||||||
"adhesion_extruder_nr": {
|
"adhesion_extruder_nr": {
|
||||||
@ -88,7 +88,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "machine_extruder_count - 1",
|
||||||
"global_only": true
|
"global_only": true
|
||||||
},
|
},
|
||||||
"support_extruder_nr": {
|
"support_extruder_nr": {
|
||||||
@ -97,7 +97,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "machine_extruder_count - 1",
|
||||||
"global_only": true,
|
"global_only": true,
|
||||||
"children": {
|
"children": {
|
||||||
"support_infill_extruder_nr": {
|
"support_infill_extruder_nr": {
|
||||||
@ -106,7 +106,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "machine_extruder_count - 1",
|
||||||
"global_only": true
|
"global_only": true
|
||||||
},
|
},
|
||||||
"support_extruder_nr_layer_0": {
|
"support_extruder_nr_layer_0": {
|
||||||
@ -115,7 +115,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "machine_extruder_count - 1",
|
||||||
"global_only": true
|
"global_only": true
|
||||||
},
|
},
|
||||||
"support_roof_extruder_nr": {
|
"support_roof_extruder_nr": {
|
||||||
@ -124,7 +124,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "machine_extruder_count - 1",
|
||||||
"enabled": "support_roof_enable",
|
"enabled": "support_roof_enable",
|
||||||
"global_only": true
|
"global_only": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user