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>2016-12-06 17:59:32 +0300
committerGhostkeeper <rubend@tutanota.com>2016-12-06 18:01:08 +0300
commite1b4379c741b52eedbab3588ad494d87b267ab6e (patch)
tree465d03c26343bf84c0a3832fee44655c5c0624e2 /resources/definitions
parent9f13338c17f614c7d12956054de14e705c760e35 (diff)
Add park distance setting
As a result, the description of the other two settings no longer needs to mention that it is used by the park distance. Contributes to issue CURA-2795.
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/fdmprinter.def.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 7f2cad3191..de8a9634d1 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -228,7 +228,7 @@
"machine_heat_zone_length":
{
"label": "Heat zone length",
- "description": "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament. When an extruder is not needed any more, its filament is moved out of the heat zone.",
+ "description": "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament.",
"default_value": 16,
"type": "float",
"settable_per_mesh": false,
@@ -238,13 +238,24 @@
"machine_cool_zone_length":
{
"label": "Cool Zone Length",
- "description": "The length of the piece that dissipates heat from the hot end to shield heat-sensitive equipment. When an extruder is not needed any more, its filament is moved out of the cool zone.",
+ "description": "The length of the piece that dissipates heat from the hot end to shield heat-sensitive equipment.",
"default_value": 0,
"type": "float",
"settable_per_mesh": false,
"settable_per_extruder": true,
"settable_per_meshgroup": false
},
+ "machine_filament_park_distance":
+ {
+ "label": "Filament Park Distance",
+ "description": "The distance from the tip of the nozzle where to park the filament when an extruder is no longer used.",
+ "default_value": 16,
+ "value": "machine_heat_zone_length + machine_cool_zone_length",
+ "type": "float",
+ "settable_per_mesh": false,
+ "settable_per_extruder": true,
+ "settable_per_meshgroup": false
+ },
"machine_nozzle_heat_up_speed":
{
"label": "Heat up speed",