Skip to content

Commit

Permalink
Merge pull request #20040 from Ultimaker/CURA-11966_reduce-speed-on-o…
Browse files Browse the repository at this point in the history
…verhang

CURA-11966 Reduce speed on overhang
  • Loading branch information
HellAholic authored Feb 3, 2025
2 parents 23cb08e + a695a27 commit 896b401
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 896b401

Please sign in to comment.