mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:46:05 +08:00
JSON: made some settings not visible by default (CURA-877)
This commit is contained in:
parent
58238a5933
commit
ed5e59df57
@ -630,7 +630,7 @@
|
|||||||
"description": "Change the temperature for each layer automatically with the average flow speed of that layer.",
|
"description": "Change the temperature for each layer automatically with the average flow speed of that layer.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"visible": true
|
"visible": false
|
||||||
},
|
},
|
||||||
"material_print_temperature": {
|
"material_print_temperature": {
|
||||||
"label": "Printing Temperature",
|
"label": "Printing Temperature",
|
||||||
@ -658,7 +658,8 @@
|
|||||||
"default": 150,
|
"default": 150,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "260",
|
"max_value_warning": "260",
|
||||||
"global_only": "print_sequence != \"one_at_a_time\""
|
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||||
|
"visible": false
|
||||||
},
|
},
|
||||||
"material_extrusion_cool_down_speed": {
|
"material_extrusion_cool_down_speed": {
|
||||||
"label": "Extrusion Cool Down Speed Modifier",
|
"label": "Extrusion Cool Down Speed Modifier",
|
||||||
@ -668,7 +669,8 @@
|
|||||||
"default": 0.5,
|
"default": 0.5,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "10.0",
|
"max_value_warning": "10.0",
|
||||||
"global_only": "print_sequence != \"one_at_a_time\""
|
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||||
|
"visible": false
|
||||||
},
|
},
|
||||||
"material_bed_temperature": {
|
"material_bed_temperature": {
|
||||||
"label": "Bed Temperature",
|
"label": "Bed Temperature",
|
||||||
@ -1011,7 +1013,7 @@
|
|||||||
"description": "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to lay down the last piece of the extrusion path in order to reduce stringing.",
|
"description": "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to lay down the last piece of the extrusion path in order to reduce stringing.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"visible": true
|
"visible": false
|
||||||
},
|
},
|
||||||
"coasting_volume": {
|
"coasting_volume": {
|
||||||
"label": "Coasting Volume",
|
"label": "Coasting Volume",
|
||||||
@ -1539,7 +1541,8 @@
|
|||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "10",
|
"max_value_warning": "10",
|
||||||
"enabled": "adhesion_type == \"skirt\"",
|
"enabled": "adhesion_type == \"skirt\"",
|
||||||
"global_only": "print_sequence != \"one_at_a_time\""
|
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||||
|
"visible": false
|
||||||
},
|
},
|
||||||
"skirt_gap": {
|
"skirt_gap": {
|
||||||
"label": "Skirt Distance",
|
"label": "Skirt Distance",
|
||||||
@ -1550,7 +1553,8 @@
|
|||||||
"min_value_warning": "0",
|
"min_value_warning": "0",
|
||||||
"max_value_warning": "100",
|
"max_value_warning": "100",
|
||||||
"enabled": "adhesion_type == \"skirt\"",
|
"enabled": "adhesion_type == \"skirt\"",
|
||||||
"global_only": "print_sequence != \"one_at_a_time\""
|
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||||
|
"visible": false
|
||||||
},
|
},
|
||||||
"skirt_minimal_length": {
|
"skirt_minimal_length": {
|
||||||
"label": "Skirt Minimum Length",
|
"label": "Skirt Minimum Length",
|
||||||
@ -1562,7 +1566,8 @@
|
|||||||
"min_value_warning": "25",
|
"min_value_warning": "25",
|
||||||
"max_value_warning": "2500",
|
"max_value_warning": "2500",
|
||||||
"enabled": "adhesion_type == \"skirt\"",
|
"enabled": "adhesion_type == \"skirt\"",
|
||||||
"global_only": "print_sequence != \"one_at_a_time\""
|
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||||
|
"visible": false
|
||||||
},
|
},
|
||||||
"brim_width": {
|
"brim_width": {
|
||||||
"label": "Brim Width",
|
"label": "Brim Width",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user