From 29de13a6613d8bfd814971f73fa3b8823151860f Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 31 Mar 2016 16:51:06 +0200 Subject: [PATCH] JSON: removed setting description override (CURA-1309) Proposed by Jeroen and backed by Tim. The new global description precludes everything said in the override description already now --- resources/machines/ultimaker2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/ultimaker2.json b/resources/machines/ultimaker2.json index fed01312de..1274cff8cf 100644 --- a/resources/machines/ultimaker2.json +++ b/resources/machines/ultimaker2.json @@ -67,7 +67,7 @@ ] }, "machine_center_is_zero": { "default": false }, - "machine_nozzle_size": { "default": 0.4, "min_value": "0.001", "description": "The inner diameter of the nozzle. If you are using an Olsson Block with a non-standard nozzle diameter, set this field to the diameter you are using." }, + "machine_nozzle_size": { "default": 0.4, "min_value": "0.001"}, "machine_nozzle_heat_up_speed": { "default": 2.0 }, "machine_nozzle_cool_down_speed": { "default": 2.0 }, "gantry_height": { "default": 55 },