From d5c742bf3aaabf265a243fdec767564f6ec448b6 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Tue, 11 Nov 2025 09:35:30 +0100 Subject: [PATCH] Rename setting to specific it's a length CURA-12822 --- 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 eb3ccf8aa3..7803628bb5 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2555,9 +2555,9 @@ } } }, - "infill_move_inwards": + "infill_move_inwards_length": { - "label": "Infill Start/End Move Inwards", + "label": "Infill Start/End Move Inwards Length", "description": "When starting or ending infill print, add an inwards extrusion move so that the tips of the infill won't impact the outer wall. This can be useful when the infill is printed at very high speed.", "unit": "mm", "type": "float",