mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:26:00 +08:00
Add setting for multi-value overhang speed reduction
CURA-11966
This commit is contained in:
parent
d50237f392
commit
f9e138d4c5
@ -8412,6 +8412,15 @@
|
||||
"minimum_value_warning": "25",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"wall_overhang_speed_factors":
|
||||
{
|
||||
"label": "Overhanging Wall Speeds",
|
||||
"description": "Overhanging walls will be printed at a percentage of their normal print speed. You can specify multiple values, so that even more overhanging walls will be printed even slower, e.g. by setting '[75, 50, 25]'.",
|
||||
"unit": "%",
|
||||
"type": "[int]",
|
||||
"default_value": "[100]",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"bridge_settings_enabled":
|
||||
{
|
||||
"label": "Enable Bridge Settings",
|
||||
|
Loading…
x
Reference in New Issue
Block a user