mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +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.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": true
|
||||
"visible": false
|
||||
},
|
||||
"material_print_temperature": {
|
||||
"label": "Printing Temperature",
|
||||
@ -658,7 +658,8 @@
|
||||
"default": 150,
|
||||
"min_value": "0",
|
||||
"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": {
|
||||
"label": "Extrusion Cool Down Speed Modifier",
|
||||
@ -668,7 +669,8 @@
|
||||
"default": 0.5,
|
||||
"min_value": "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": {
|
||||
"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.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": true
|
||||
"visible": false
|
||||
},
|
||||
"coasting_volume": {
|
||||
"label": "Coasting Volume",
|
||||
@ -1539,7 +1541,8 @@
|
||||
"min_value": "0",
|
||||
"max_value_warning": "10",
|
||||
"enabled": "adhesion_type == \"skirt\"",
|
||||
"global_only": "print_sequence != \"one_at_a_time\""
|
||||
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||
"visible": false
|
||||
},
|
||||
"skirt_gap": {
|
||||
"label": "Skirt Distance",
|
||||
@ -1550,7 +1553,8 @@
|
||||
"min_value_warning": "0",
|
||||
"max_value_warning": "100",
|
||||
"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": {
|
||||
"label": "Skirt Minimum Length",
|
||||
@ -1562,7 +1566,8 @@
|
||||
"min_value_warning": "25",
|
||||
"max_value_warning": "2500",
|
||||
"enabled": "adhesion_type == \"skirt\"",
|
||||
"global_only": "print_sequence != \"one_at_a_time\""
|
||||
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||
"visible": false
|
||||
},
|
||||
"brim_width": {
|
||||
"label": "Brim Width",
|
||||
|
Loading…
x
Reference in New Issue
Block a user