From 3a7a1a4baaf0e8d276d66e959dc83f7526f5d76f Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 31 Mar 2016 17:47:15 +0200 Subject: [PATCH] Remove superfluous spaces Contributes to issue CURA-1309. --- 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 b42492dbe5..18eb961609 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -355,7 +355,7 @@ "label": "Wall Line Count", "description": "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number.", "default": 2, - "min_value": "0", + "min_value": "0", "type": "int", "visible": false, "inherit_function": "1 if magic_spiralize else max(1, round((wall_thickness - wall_line_width_0) / wall_line_width_x) + 1)" @@ -364,7 +364,7 @@ }, "top_bottom_thickness": { "label": "Top/Bottom Thickness", - "description": " The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers.", + "description": "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers.", "unit": "mm", "default": 0.8, "min_value": "0",