mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:15:55 +08:00
moved new speed and line width settings to overrides
This commit is contained in:
parent
2b81db03ed
commit
3d58939738
@ -19,9 +19,25 @@
|
|||||||
"machine_extruder_end_pos_y": { "default": 0, "SEE_machine_extruder_trains": true },
|
"machine_extruder_end_pos_y": { "default": 0, "SEE_machine_extruder_trains": true },
|
||||||
"machine_extruder_end_code": { "default": "", "SEE_machine_extruder_trains": true }
|
"machine_extruder_end_code": { "default": "", "SEE_machine_extruder_trains": true }
|
||||||
},
|
},
|
||||||
"categories": {
|
"overrides": {
|
||||||
"resolution": {
|
"speed_print": {
|
||||||
"settings": {
|
"children": {
|
||||||
|
"speed_prime_tower": {
|
||||||
|
"label": "Prime Tower Speed",
|
||||||
|
"description": "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal.",
|
||||||
|
"unit": "mm/s",
|
||||||
|
"type": "float",
|
||||||
|
"min_value": 0.1,
|
||||||
|
"max_value_warning": 150,
|
||||||
|
"default": 50,
|
||||||
|
"visible": false,
|
||||||
|
"active_if": {
|
||||||
|
"setting": "prime_tower_enable",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"line_width": {
|
"line_width": {
|
||||||
"children": {
|
"children": {
|
||||||
"prime_tower_line_width": {
|
"prime_tower_line_width": {
|
||||||
@ -41,30 +57,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
|
||||||
"speed": {
|
|
||||||
"settings": {
|
|
||||||
"speed_print": {
|
|
||||||
"children": {
|
|
||||||
"speed_prime_tower": {
|
|
||||||
"label": "Prime Tower Speed",
|
|
||||||
"description": "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal.",
|
|
||||||
"unit": "mm/s",
|
|
||||||
"type": "float",
|
|
||||||
"min_value": 0.1,
|
|
||||||
"max_value_warning": 150,
|
|
||||||
"default": 50,
|
|
||||||
"visible": false,
|
|
||||||
"active_if": {
|
|
||||||
"setting": "prime_tower_enable",
|
|
||||||
"value": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"categories": {
|
||||||
"dual": {
|
"dual": {
|
||||||
"label": "Dual Extrusion",
|
"label": "Dual Extrusion",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user