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:
authorLipu Fei <lipu.fei815@gmail.com>2017-06-22 14:58:42 +0300
committerLipu Fei <lipu.fei815@gmail.com>2017-06-22 15:00:04 +0300
commit293c1690c66f6cb854ebef3835b66cf71a874470 (patch)
treeb5988a903ebf46fa002c939e3a8af293fa165ee9 /resources/definitions/fdmextruder.def.json
parent46b6e5b0a11f41eed63c5fe8922c6fbb78169de0 (diff)
Change to use machine_nozzle_id
CURA-3872 We cannot assume that all nozzles will have IDs like "<type> <size>" such as "AA 0.4", so we should use a complete string as the nozzle IDs.
Diffstat (limited to 'resources/definitions/fdmextruder.def.json')
-rw-r--r--resources/definitions/fdmextruder.def.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/definitions/fdmextruder.def.json b/resources/definitions/fdmextruder.def.json
index 4ee1ff515a..bf235d76eb 100644
--- a/resources/definitions/fdmextruder.def.json
+++ b/resources/definitions/fdmextruder.def.json
@@ -30,10 +30,10 @@
"settable_per_meshgroup": false,
"settable_globally": false
},
- "machine_nozzle_type":
+ "machine_nozzle_id":
{
- "label": "Nozzle Type",
- "description": "The nozzle type for an extruder train, such as \"AA\" and \"BB\".",
+ "label": "Nozzle ID",
+ "description": "The nozzle ID for an extruder train, such as \"AA 0.4\" and \"BB 0.8\".",
"type": "str",
"default_value": "unknown",
"settable_per_mesh": false,