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
This commit is contained in:
Tim Kuipers 2016-03-31 16:51:06 +02:00
parent 2290c8298d
commit 29de13a661

View file

@ -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 },