Flow equalization width factor as percentage

This variable makes more sense to as a Ratio.
This was discussed during the eCCB 12/11/21
and implemented as a 5 min fix.

Note: The current default values were 0.5 there
is a new PR which change these 1.0. These values
should be multiplied with a 100
This commit is contained in:
j.spijker@ultimaker.com 2021-11-12 14:12:02 +01:00 committed by Jelle Spijker
parent 3abbcc99c0
commit c668746769
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
5 changed files with 7 additions and 7 deletions

View file

@ -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
},

View file

@ -91,7 +91,7 @@
"value": "False"
},
"speed_equalize_flow_width_factor": {
"value": "0.5"
"value": "50.0"
},
"retraction_combing": {
"value": "'no_outer_surfaces'"

View file

@ -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" },

View file

@ -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" },

View file

@ -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" },