From b245fe732b761ad7113c5228377df5cd2e6d704c Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 26 Nov 2015 17:03:58 +0100 Subject: [PATCH] JSON: bugfix/feat: introduced missing Dual Extrusion Overlap --- resources/machines/dual_extrusion_printer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/machines/dual_extrusion_printer.json b/resources/machines/dual_extrusion_printer.json index 0ac166ad46..4aad81b05d 100644 --- a/resources/machines/dual_extrusion_printer.json +++ b/resources/machines/dual_extrusion_printer.json @@ -163,6 +163,16 @@ "default": false, "enabled": "prime_tower_enable" }, + "multiple_mesh_overlap": { + "label": "Dual Extrusion Overlap", + "description": "Make the objects printed with different extruder trains overlap a bit. This makes the different materials bond together better.", + "visible": false, + "type": "float", + "unit": "mm", + "default": 0.15, + "min_value": "0", + "max_value_warning": "1.0" + }, "ooze_shield_enabled": { "label": "Enable Ooze Shield", "description": "Enable exterior ooze shield. This will create a shell around the object which is likely to wipe a second nozzle if it's at the same height as the first nozzle.",