Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2021-08-06 17:56:56 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-08-06 17:56:56 +0300
commit586198c62861b28613aec6edeee7b27ab2837ed7 (patch)
tree9676351f96a9e29c63892bd176cb878b2a489534 /plugins/VersionUpgrade
parentdbaeaa8f74dd7c574834b3b1c68214b4e81a09b3 (diff)
Remove direct flow equalization in favour of line-width based.
CURA-7279
Diffstat (limited to 'plugins/VersionUpgrade')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py b/plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py
index 5e311f49e7..0cdeddf216 100644
--- a/plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py
+++ b/plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py
@@ -12,7 +12,9 @@ _removed_settings = {
"travel_compensate_overlapping_walls_x_enabled",
"fill_perimeter_gaps",
"wall_min_flow",
- "wall_min_flow_retract"
+ "wall_min_flow_retract",
+ "speed_equalize_flow_enabled",
+ "speed_equalize_flow_min"
}