mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-20 01:29:04 +08:00
JSON: fix dual extrusion global_only (CURA-458)
This commit is contained in:
parent
36f8bb5553
commit
f276dd0282
@ -33,7 +33,8 @@
|
|||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 60,
|
"default": 60,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable",
|
||||||
|
"global_only": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -49,7 +50,8 @@
|
|||||||
"default": 0.4,
|
"default": 0.4,
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable",
|
||||||
|
"global_only": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -76,7 +78,8 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16"
|
"max_value": "16",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"support_extruder_nr": {
|
"support_extruder_nr": {
|
||||||
"label": "Support Extruder",
|
"label": "Support Extruder",
|
||||||
@ -84,7 +87,8 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16"
|
"max_value": "16",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"support_extruder_nr_layer_0": {
|
"support_extruder_nr_layer_0": {
|
||||||
"label": "First Layer Support Extruder",
|
"label": "First Layer Support Extruder",
|
||||||
@ -93,7 +97,8 @@
|
|||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "16",
|
||||||
"inherit_function": "support_extruder_nr"
|
"inherit_function": "support_extruder_nr",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"support_roof_extruder_nr": {
|
"support_roof_extruder_nr": {
|
||||||
"label": "Support Roof Extruder",
|
"label": "Support Roof Extruder",
|
||||||
@ -103,7 +108,8 @@
|
|||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16",
|
"max_value": "16",
|
||||||
"inherit_function": "support_extruder_nr",
|
"inherit_function": "support_extruder_nr",
|
||||||
"enabled": "support_roof_enable"
|
"enabled": "support_roof_enable",
|
||||||
|
"global_only": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -112,7 +118,8 @@
|
|||||||
"description": "Print a tower next to the print which serves to prime the material after each nozzle switch.",
|
"description": "Print a tower next to the print which serves to prime the material after each nozzle switch.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"default": false
|
"default": false,
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"prime_tower_size": {
|
"prime_tower_size": {
|
||||||
"label": "Prime Tower Size",
|
"label": "Prime Tower Size",
|
||||||
@ -124,7 +131,8 @@
|
|||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "20",
|
"max_value_warning": "20",
|
||||||
"inherit_function": "15 if prime_tower_enable else 0",
|
"inherit_function": "15 if prime_tower_enable else 0",
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"prime_tower_position_x": {
|
"prime_tower_position_x": {
|
||||||
"label": "Prime Tower X Position",
|
"label": "Prime Tower X Position",
|
||||||
@ -135,7 +143,8 @@
|
|||||||
"default": 200,
|
"default": 200,
|
||||||
"min_value_warning": "-1000",
|
"min_value_warning": "-1000",
|
||||||
"max_value_warning": "1000",
|
"max_value_warning": "1000",
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"prime_tower_position_y": {
|
"prime_tower_position_y": {
|
||||||
"label": "Prime Tower Y Position",
|
"label": "Prime Tower Y Position",
|
||||||
@ -146,7 +155,8 @@
|
|||||||
"default": 200,
|
"default": 200,
|
||||||
"min_value_warning": "-1000",
|
"min_value_warning": "-1000",
|
||||||
"max_value_warning": "1000",
|
"max_value_warning": "1000",
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"prime_tower_flow": {
|
"prime_tower_flow": {
|
||||||
"label": "Prime Tower Flow",
|
"label": "Prime Tower Flow",
|
||||||
@ -158,20 +168,23 @@
|
|||||||
"min_value": "5",
|
"min_value": "5",
|
||||||
"min_value_warning": "50",
|
"min_value_warning": "50",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"prime_tower_wipe_enabled": {
|
"prime_tower_wipe_enabled": {
|
||||||
"label": "Wipe Nozzle on Prime tower",
|
"label": "Wipe Nozzle on Prime tower",
|
||||||
"description": "After printing the prime tower with the one nozzle, wipe the oozed material from the other nozzle off on the prime tower.",
|
"description": "After printing the prime tower with the one nozzle, wipe the oozed material from the other nozzle off on the prime tower.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"ooze_shield_enabled": {
|
"ooze_shield_enabled": {
|
||||||
"label": "Enable Ooze Shield",
|
"label": "Enable Ooze Shield",
|
||||||
"description": "Enable exterior ooze shield. This will create a shell around the object which is likely to wipe a second nozzle if it's at the same height as the first nozzle.",
|
"description": "Enable exterior ooze shield. This will create a shell around the object which is likely to wipe a second nozzle if it's at the same height as the first nozzle.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false,
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"ooze_shield_angle": {
|
"ooze_shield_angle": {
|
||||||
"label": "Ooze Shield Angle",
|
"label": "Ooze Shield Angle",
|
||||||
@ -182,7 +195,8 @@
|
|||||||
"max_value": "90",
|
"max_value": "90",
|
||||||
"default": 60,
|
"default": 60,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "ooze_shield_enabled"
|
"enabled": "ooze_shield_enabled",
|
||||||
|
"global_only": true
|
||||||
},
|
},
|
||||||
"ooze_shield_dist": {
|
"ooze_shield_dist": {
|
||||||
"label": "Ooze Shields Distance",
|
"label": "Ooze Shields Distance",
|
||||||
@ -193,7 +207,8 @@
|
|||||||
"max_value_warning": "30",
|
"max_value_warning": "30",
|
||||||
"default": 2,
|
"default": 2,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "ooze_shield_enabled"
|
"enabled": "ooze_shield_enabled",
|
||||||
|
"global_only": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user