From b2b477fda89b4f56ecb89b4bd0bccf0f0b94474e Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 1 Dec 2015 16:04:52 +0100 Subject: [PATCH] JSON: support infill name change and label and description (CURA-366) --- resources/machines/fdmprinter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 71e7fd7f1d..7b54683e78 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -811,9 +811,9 @@ "inherit_function": "speed_print", "enabled": "support_enable", "children": { - "speed_support_lines": { - "label": "Support Wall Speed", - "description": "The speed at which the walls of exterior support are printed. Printing the walls at higher speeds can improve the overall duration.", + "speed_support_infill": { + "label": "Support Infill Speed", + "description": "The speed at which the infill of exterior support is printed. Printing the infill at higher speeds can improve the overall print time.", "unit": "mm/s", "type": "float", "default": 60,