From 682ef482af7e3c526c723d020ab7b2aa77321e20 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 4 Feb 2016 20:20:45 +0100 Subject: [PATCH] JSON: feat: modifier mesh setting (83 CURA-833) --- resources/machines/fdmprinter.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index dda4a2b12e..b83136ae9b 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1799,6 +1799,13 @@ "visible": true, "global_only": true }, + "modifier_mesh": { + "label": "Modifier Mesh", + "description": "Use this mesh to modify the infill desnity of other meshes with which it overlaps.", + "type": "boolean", + "default": false, + "visible": false + }, "magic_mesh_surface_mode": { "label": "Surface Mode", "description": "Print the surface instead of the volume. No infill, no top/bottom skin, just a single wall of which the middle coincides with the surface of the mesh. It's also possible to do both: print the insides of a closed volume as normal, but print all polygons not part of a closed volume as surface.",