From 71721811f574d2d93d05a55704a8ff74dc061083 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 23 Mar 2016 12:14:16 +0100 Subject: [PATCH] Rename Shell Speed to Wall Speed It only applies to the walls, not the skin, after all. Contributes to issue CURA-1183. --- 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 e901a3ece2..0c5c2ba690 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -847,7 +847,7 @@ "visible": false }, "speed_wall": { - "label": "Shell Speed", + "label": "Wall Speed", "description": "The speed at which the shell is printed. Printing the outer shell at a lower speed improves the final skin quality.", "unit": "mm/s", "type": "float", @@ -858,7 +858,7 @@ "inherit_function": "parent_value / 60 * 30", "children": { "speed_wall_0": { - "label": "Outer Shell Speed", + "label": "Outer Wall Speed", "description": "The speed at which the outer shell is printed. Printing the outer shell at a lower speed improves the final skin quality. However, having a large difference between the inner shell speed and the outer shell speed will effect quality in a negative way.", "unit": "mm/s", "type": "float", @@ -868,7 +868,7 @@ "visible": false }, "speed_wall_x": { - "label": "Inner Shell Speed", + "label": "Inner Wall Speed", "description": "The speed at which all inner shells are printed. Printing the inner shell faster than the outer shell will reduce printing time. It works well to set this in between the outer shell speed and the infill speed.", "unit": "mm/s", "type": "float",