From 9f61bff08ff61f58377121899259ffe23a34bb74 Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Thu, 7 Jan 2016 11:46:54 +0100 Subject: [PATCH] Removes certain symbols that give problems with the extract-json script contributes to #CURA-526 --- resources/machines/fdmprinter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index b27577335a..62c2befc7f 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -591,7 +591,7 @@ }, "material_flow_temp_graph": { "label": "Flow Temperature Graph", - "description": "Data linking material flow (in mm³/s) to temperature (°C).", + "description": "Data linking material flow (in mm/s) to temperature (degrees Celsius).", "unit": "", "type": "string", "default": "[[3.5,200],[7.0,240]]", @@ -1692,7 +1692,7 @@ }, "magic_spiralize": { "label": "Spiralize Outer Contour", - "description": "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid object into a single walled print with a solid bottom. This feature used to be called ‘Joris’ in older versions.", + "description": "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid object into a single walled print with a solid bottom. This feature used to be called Joris in older versions.", "type": "boolean", "default": false, "visible": false