From a15d864f0fec85ccc6361034cade019e97f7064e Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Wed, 6 Apr 2016 13:56:23 +0200 Subject: [PATCH] Updated the Surface Mode description Fixes CURA-850 --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index ee69e99221..3dc5a23252 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1839,7 +1839,7 @@ }, "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.", + "description": "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces.", "type": "enum", "options": { "normal": "Normal",