From ad5c85b7816eec577f231879048e270441d91e05 Mon Sep 17 00:00:00 2001 From: BagelOrb Date: Sun, 24 Jan 2021 11:05:15 +0100 Subject: [PATCH] rename infill pattern Ribbed Vault to Lightning --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9d7086a0a5..e00d536e75 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1737,7 +1737,7 @@ "cross": "Cross", "cross_3d": "Cross 3D", "gyroid": "Gyroid", - "ribbed_vault": "Ribbed Vaults" + "lightning": "Lightning" }, "default_value": "grid", "enabled": "infill_sparse_density > 0", @@ -1748,7 +1748,7 @@ "zig_zaggify_infill": { "label": "Connect Infill Lines", - "description": "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used.", + "description": "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the wallevs better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used.", "type": "bool", "default_value": false, "value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",