mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 14:45:58 +08:00
Merge branch 'flow_equalization_width_factor_as_ratio' into libArachne_rebased
This commit is contained in:
commit
a94415b388
@ -3230,10 +3230,10 @@
|
||||
"label": "Flow Equalization Width Factor",
|
||||
"description": "Extrusion width based correction factor on the equalized flow. The target flow (in mm³/s) is reduced by the percentual difference in line width multiplied by this factor. A factor above zero means that thin lines are adjusted to be even faster than simple flow equalization would speed them up to. Conversely, wider lines are slowed down more. A positive value can help to compensate for the width depended back pressure the previous layer exterts on the line.",
|
||||
"type": "float",
|
||||
"unit": "mm³/s",
|
||||
"unit": "%",
|
||||
"default_value": 0.0,
|
||||
"minimum_value_warning": "0.0",
|
||||
"maximum_value_warning": "3.0",
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "200.0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
|
@ -91,7 +91,7 @@
|
||||
"value": "False"
|
||||
},
|
||||
"speed_equalize_flow_width_factor": {
|
||||
"value": "0.5"
|
||||
"value": "50.0"
|
||||
},
|
||||
"retraction_combing": {
|
||||
"value": "'no_outer_surfaces'"
|
||||
|
@ -154,7 +154,7 @@
|
||||
"roofing_layer_count": { "value": "1" },
|
||||
"roofing_monotonic": { "value": "True" },
|
||||
"skin_overlap": { "value": "10" },
|
||||
"speed_equalize_flow_width_factor": { "value": "0.5" },
|
||||
"speed_equalize_flow_width_factor": { "value": "50.0" },
|
||||
"skin_monotonic" : { "value": true },
|
||||
"speed_layer_0": { "value": "20" },
|
||||
"speed_prime_tower": { "value": "speed_topbottom" },
|
||||
|
@ -141,7 +141,7 @@
|
||||
"retraction_prime_speed": { "value": "15" },
|
||||
"skin_monotonic" : { "value": true },
|
||||
"skin_overlap": { "value": "10" },
|
||||
"speed_equalize_flow_width_factor": { "value": "0.5" },
|
||||
"speed_equalize_flow_width_factor": { "value": "50.0" },
|
||||
"speed_layer_0": { "value": "20" },
|
||||
"speed_prime_tower": { "value": "speed_topbottom" },
|
||||
"speed_print": { "value": "35" },
|
||||
|
@ -145,7 +145,7 @@
|
||||
"retraction_prime_speed": { "value": "15" },
|
||||
"skin_monotonic" : { "value": true },
|
||||
"skin_overlap": { "value": "10" },
|
||||
"speed_equalize_flow_width_factor": { "value": "0.5" },
|
||||
"speed_equalize_flow_width_factor": { "value": "50.0" },
|
||||
"speed_layer_0": { "value": "20" },
|
||||
"speed_prime_tower": { "value": "speed_topbottom" },
|
||||
"speed_print": { "value": "35" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user