From 19e14a890903d256195e23b37cec02768e613415 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 29 Jul 2021 09:27:12 +0200 Subject: [PATCH] Wall min flow doesn't make sense for Arachne. Any walls we get from Arachne should be printed, as such thin wall considerations are already taken into account when that is run. CURA-8442 --- resources/definitions/fdmprinter.def.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index b412f3d85b..8a5ce7e8b3 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1195,26 +1195,6 @@ "limit_to_extruder": "infill_extruder_nr", "settable_per_mesh": true }, - "wall_min_flow": - { - "label": "Minimum Wall Flow", - "description": "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls.", - "unit": "%", - "minimum_value": "0", - "maximum_value": "100", - "default_value": 0, - "type": "float", - "settable_per_mesh": true - }, - "wall_min_flow_retract": - { - "label": "Prefer Retract", - "description": "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold.", - "type": "bool", - "default_value": false, - "enabled": "wall_min_flow > 0", - "settable_per_mesh": true - }, "filter_out_tiny_gaps": { "label": "Filter Out Tiny Gaps",