Merge branch 'flow_equalization_width_factor_as_ratio' into libArachne_rebased

This commit is contained in:
Ghostkeeper 2021-11-12 15:19:51 +01:00
commit a94415b388
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A
5 changed files with 7 additions and 7 deletions

View File

@ -3230,10 +3230,10 @@
"label": "Flow Equalization Width Factor", "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.", "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", "type": "float",
"unit": "mm³/s", "unit": "%",
"default_value": 0.0, "default_value": 0.0,
"minimum_value_warning": "0.0", "minimum_value": "0",
"maximum_value_warning": "3.0", "maximum_value_warning": "200.0",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": true "settable_per_extruder": true
}, },

View File

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

View File

@ -154,7 +154,7 @@
"roofing_layer_count": { "value": "1" }, "roofing_layer_count": { "value": "1" },
"roofing_monotonic": { "value": "True" }, "roofing_monotonic": { "value": "True" },
"skin_overlap": { "value": "10" }, "skin_overlap": { "value": "10" },
"speed_equalize_flow_width_factor": { "value": "0.5" }, "speed_equalize_flow_width_factor": { "value": "50.0" },
"skin_monotonic" : { "value": true }, "skin_monotonic" : { "value": true },
"speed_layer_0": { "value": "20" }, "speed_layer_0": { "value": "20" },
"speed_prime_tower": { "value": "speed_topbottom" }, "speed_prime_tower": { "value": "speed_topbottom" },

View File

@ -141,7 +141,7 @@
"retraction_prime_speed": { "value": "15" }, "retraction_prime_speed": { "value": "15" },
"skin_monotonic" : { "value": true }, "skin_monotonic" : { "value": true },
"skin_overlap": { "value": "10" }, "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_layer_0": { "value": "20" },
"speed_prime_tower": { "value": "speed_topbottom" }, "speed_prime_tower": { "value": "speed_topbottom" },
"speed_print": { "value": "35" }, "speed_print": { "value": "35" },

View File

@ -145,7 +145,7 @@
"retraction_prime_speed": { "value": "15" }, "retraction_prime_speed": { "value": "15" },
"skin_monotonic" : { "value": true }, "skin_monotonic" : { "value": true },
"skin_overlap": { "value": "10" }, "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_layer_0": { "value": "20" },
"speed_prime_tower": { "value": "speed_topbottom" }, "speed_prime_tower": { "value": "speed_topbottom" },
"speed_print": { "value": "35" }, "speed_print": { "value": "35" },