From 87d3f6fd22a1c6bf6a32703da5b058fadca64c54 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 10 Mar 2021 18:24:01 +0100 Subject: [PATCH] More consistent Initial Retracted Position setting Contributes to issue CURA-8038. --- resources/definitions/fdmprinter.def.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 986891857f..7737e01efc 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -410,11 +410,13 @@ }, "machine_extruders_shared_nozzle_initial_retraction": { - "label": "Shared nozzle initial retraction", + "label": "Shared Nozzle Initial Retraction", "description": "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts.", "unit": "mm", "default_value": 0, + "minimum_value": "0", "type": "float", + "enabled": "machine_extruders_share_nozzle", "settable_per_mesh": false, "settable_per_extruder": true, "settable_per_meshgroup": false