mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 04:09:00 +08:00
Merge branch 'PP-195_Improve_bridging' of github.com:Ultimaker/Cura
This commit is contained in:
commit
a76fa25caa
@ -7529,6 +7529,7 @@
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"default_value": 5,
|
||||
"value": "line_width + support_xy_distance + 1.0",
|
||||
"enabled": "bridge_settings_enabled",
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_extruder": false
|
||||
|
@ -112,10 +112,7 @@
|
||||
"value": "4 * layer_height if infill_sparse_density < 30 else 0"
|
||||
},
|
||||
"bridge_settings_enabled": {
|
||||
"value": false
|
||||
},
|
||||
"bridge_wall_min_length": {
|
||||
"value": 0
|
||||
"value": true
|
||||
},
|
||||
"bridge_skin_support_threshold": {
|
||||
"value": 50
|
||||
@ -127,7 +124,7 @@
|
||||
"value": 0
|
||||
},
|
||||
"bridge_wall_speed": {
|
||||
"value": "speed_wall"
|
||||
"value": "bridge_skin_speed"
|
||||
},
|
||||
"bridge_wall_material_flow": {
|
||||
"value": "wall_material_flow"
|
||||
|
Loading…
x
Reference in New Issue
Block a user