mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 07:31:59 +08:00
Added bridge_wall_coast setting.
This commit is contained in:
parent
2f8f42aa64
commit
ca115d2f48
@ -6225,6 +6225,18 @@
|
||||
"enabled": "bridge_settings_enabled",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"bridge_wall_coast":
|
||||
{
|
||||
"label": "Bridge Wall Coasting",
|
||||
"description": "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge.",
|
||||
"unit": "%",
|
||||
"default_value": 100,
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "500",
|
||||
"enabled": "bridge_settings_enabled",
|
||||
"settable_per_mesh": false
|
||||
},
|
||||
"bridge_skin_speed":
|
||||
{
|
||||
"label": "Bridge Skin Speed",
|
||||
|
Loading…
x
Reference in New Issue
Block a user