From 4725b1b0748b727023de16318e1f0ed486dfcc44 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 22 Mar 2016 18:00:46 +0100 Subject: [PATCH] Rename 'Other Wall' to 'Inner Wall' This is both more correct and more consistent with the descriptions. Contributes to issue CURA-1212. --- 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 93b66694bd..e901a3ece2 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -260,7 +260,7 @@ "visible": false }, "wall_line_width_x": { - "label": "Other Walls Line Width", + "label": "Inner Wall(s) Line Width", "description": "Width of a single shell line for all shell lines except the outermost one.", "unit": "mm", "min_value": "0.0001", @@ -458,7 +458,7 @@ "enabled": "False" }, "remove_overlapping_walls_x_enabled": { - "label": "Remove Overlapping Other Wall Parts", + "label": "Remove Overlapping Inner Wall Parts", "description": "Remove parts of an inner wall which share an overlap which would result in overextrusion in some places. These overlaps occur in thin pieces in a model and sharp corners.", "type": "boolean", "default": true,