Merge pull request #20040 from Ultimaker/CURA-11966_reduce-speed-on-overhang

CURA-11966 Reduce speed on overhang
This commit is contained in:
HellAholic 2025-02-03 10:04:21 +01:00 committed by GitHub
commit 896b401561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8430,15 +8430,13 @@
"value": "support_angle",
"settable_per_mesh": true
},
"wall_overhang_speed_factor":
"wall_overhang_speed_factors":
{
"label": "Overhanging Wall Speed",
"description": "Overhanging walls will be printed at this percentage of their normal print speed.",
"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": "float",
"default_value": 100,
"minimum_value": "0.001",
"minimum_value_warning": "25",
"type": "[int]",
"default_value": "[100]",
"settable_per_mesh": true
},
"bridge_settings_enabled":