Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-03-10 20:24:01 +0300
committerGhostkeeper <rubend@tutanota.com>2021-03-10 20:24:01 +0300
commit87d3f6fd22a1c6bf6a32703da5b058fadca64c54 (patch)
tree42dfc021b229b5c1a0409af852db18bce6b00641
parent74ac7a4cea54b5d4fe2bb07e03b50154378294a0 (diff)
More consistent Initial Retracted Position settingdeleteme_tag_a
Contributes to issue CURA-8038.
-rw-r--r--resources/definitions/fdmprinter.def.json4
1 files changed, 3 insertions, 1 deletions
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