mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
default speeds different from print_speed (CURA-439)
This commit is contained in:
parent
b724970959
commit
bddd74f816
@ -31,7 +31,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 50,
|
"default": 60,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable"
|
||||||
}
|
}
|
||||||
|
@ -724,7 +724,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 50,
|
"default": 60,
|
||||||
"children": {
|
"children": {
|
||||||
"speed_infill": {
|
"speed_infill": {
|
||||||
"label": "Infill Speed",
|
"label": "Infill Speed",
|
||||||
@ -733,7 +733,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 50,
|
"default": 60,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"speed_wall": {
|
"speed_wall": {
|
||||||
@ -743,8 +743,9 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 50,
|
"default": 30,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
"inherit_function": "parent_value / 60 * 30",
|
||||||
"children": {
|
"children": {
|
||||||
"speed_wall_0": {
|
"speed_wall_0": {
|
||||||
"label": "Outer Shell Speed",
|
"label": "Outer Shell Speed",
|
||||||
@ -753,7 +754,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 50,
|
"default": 30,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"speed_wall_x": {
|
"speed_wall_x": {
|
||||||
@ -763,8 +764,9 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 50,
|
"default": 60,
|
||||||
"visible": false
|
"visible": false,
|
||||||
|
"inherit_function": "speed_print"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -775,8 +777,9 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 50,
|
"default": 30,
|
||||||
"visible": false
|
"visible": false,
|
||||||
|
"inherit_function": "parent_value / 60 * 30"
|
||||||
},
|
},
|
||||||
"speed_support": {
|
"speed_support": {
|
||||||
"label": "Support Speed",
|
"label": "Support Speed",
|
||||||
@ -785,9 +788,9 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "150",
|
"max_value_warning": "150",
|
||||||
"default": 50,
|
"default": 60,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "speed_wall_0",
|
"inherit_function": "speed_print",
|
||||||
"enabled": "support_enable",
|
"enabled": "support_enable",
|
||||||
"children": {
|
"children": {
|
||||||
"speed_support_lines": {
|
"speed_support_lines": {
|
||||||
@ -795,7 +798,7 @@
|
|||||||
"description": "The speed at which the walls of exterior support are printed. Printing the walls at higher speeds can improve on the overall duration. ",
|
"description": "The speed at which the walls of exterior support are printed. Printing the walls at higher speeds can improve on the overall duration. ",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 50,
|
"default": 60,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit": true,
|
"inherit": true,
|
||||||
"enabled": "support_roof_enable"
|
"enabled": "support_roof_enable"
|
||||||
@ -808,7 +811,8 @@
|
|||||||
"default": 40,
|
"default": 40,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit": false,
|
"inherit": false,
|
||||||
"enabled": "support_roof_enable"
|
"enabled": "support_roof_enable",
|
||||||
|
"inherit_function": "parent_value / 60 * 40"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -829,7 +833,7 @@
|
|||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"default": 15,
|
"default": 30,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"skirt_speed": {
|
"skirt_speed": {
|
||||||
@ -838,7 +842,7 @@
|
|||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"default": 15,
|
"default": 30,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "speed_layer_0"
|
"inherit_function": "speed_layer_0"
|
||||||
},
|
},
|
||||||
@ -1523,7 +1527,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 30,
|
"default": 30,
|
||||||
"enabled": "adhesion_type == \"raft\"",
|
"enabled": "adhesion_type == \"raft\"",
|
||||||
"inherit_function": "0.6 * speed_print",
|
"inherit_function": "speed_print / 60 * 30",
|
||||||
"children": {
|
"children": {
|
||||||
"raft_surface_speed": {
|
"raft_surface_speed": {
|
||||||
"label": "Raft Surface Print Speed",
|
"label": "Raft Surface Print Speed",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user