From 8a4fdf8fb345c1ab90d7b6add7293fbce795f62b Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 12 May 2016 17:50:02 +0200 Subject: [PATCH 1/3] JSON remove: removed Remove Overlapping Wall Parts (CURA-996) --- resources/machines/fdmprinter.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index c4c2253812..6527de04d8 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -452,33 +452,6 @@ "visible": false, "inherit": false }, - "remove_overlapping_walls_enabled": { - "label": "Remove Overlapping Wall Parts", - "description": "Remove parts of a wall which share an overlap which would result in overextrusion in some places. These overlaps occur in thin parts and sharp corners in models.", - "type": "boolean", - "default": false, - "visible": false, - "enabled": "False", - "children": { - "remove_overlapping_walls_0_enabled": { - "label": "Remove Overlapping Outer Wall Parts", - "description": "Remove parts of an outer wall which share an overlap which would result in overextrusion in some places. These overlaps occur in thin pieces in a model and sharp corners.", - "type": "boolean", - "default": false, - "visible": false, - "inherit": true, - "enabled": "False" - }, - "remove_overlapping_walls_x_enabled": { - "label": "Remove Overlapping Inner Wall Parts", - "description": "Remove parts of an inner wall that would otherwise overlap and cause over-extrusion. These overlaps occur in thin pieces in a model and sharp corners.", - "type": "boolean", - "default": true, - "visible": false, - "inherit": false - } - } - }, "fill_perimeter_gaps": { "label": "Fill Gaps Between Walls", "description": "Fills the gaps between walls when overlapping inner wall parts are removed.", From e57ca0aa53def8342cfc18971cafbe4b39caffec Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 12 May 2016 17:51:53 +0200 Subject: [PATCH 2/3] JSON remove: removed Fill Gaps Between Walls (CURA-996) --- resources/machines/fdmprinter.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 6527de04d8..ba374072bc 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -452,19 +452,6 @@ "visible": false, "inherit": false }, - "fill_perimeter_gaps": { - "label": "Fill Gaps Between Walls", - "description": "Fills the gaps between walls when overlapping inner wall parts are removed.", - "type": "enum", - "options": { - "nowhere": "Nowhere", - "everywhere": "Everywhere", - "skin": "Skin" - }, - "default": "everywhere", - "visible": false, - "enabled": "remove_overlapping_walls_x_enabled" - }, "travel_compensate_overlapping_walls_enabled": { "label": "Compensate Wall Overlaps", "description": "Compensate the flow for parts of a wall being printed where there is already a wall in place.", From 52ea8e76d2fd3f9bd915af3e664e9d00258f0d7a Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 12 May 2016 20:12:43 +0200 Subject: [PATCH 3/3] lil: multiple_mesh_overlap can now be changed per object --- resources/machines/dual_extrusion_printer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/machines/dual_extrusion_printer.json b/resources/machines/dual_extrusion_printer.json index 05096ffdd0..6506f0c7f8 100644 --- a/resources/machines/dual_extrusion_printer.json +++ b/resources/machines/dual_extrusion_printer.json @@ -204,8 +204,7 @@ "unit": "mm", "default": 0.15, "min_value": "0", - "max_value_warning": "1.0", - "global_only": true + "max_value_warning": "1.0" }, "ooze_shield_enabled": { "label": "Enable Ooze Shield",