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>2018-11-16 19:25:32 +0300
committerGhostkeeper <rubend@tutanota.com>2018-11-16 19:25:32 +0300
commitf10bd28c4ae8084f9b8f8f343b3b8471a764a2a4 (patch)
treefb29489dfc69f6d6f0c888b9d37516ec042bdd63 /resources/definitions/fdmextruder.def.json
parent93bd5fee5387e45ea880ee1fc6125790546e465a (diff)
Improve grammar and do similar fix for extruder end g-code
Contributes to issue CURA-5906.
Diffstat (limited to 'resources/definitions/fdmextruder.def.json')
-rw-r--r--resources/definitions/fdmextruder.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/fdmextruder.def.json b/resources/definitions/fdmextruder.def.json
index 55556f5764..cb49b1e128 100644
--- a/resources/definitions/fdmextruder.def.json
+++ b/resources/definitions/fdmextruder.def.json
@@ -78,7 +78,7 @@
"machine_extruder_start_code":
{
"label": "Extruder Start G-Code",
- "description": "Start g-code to execute whenever this extruder is switched to.",
+ "description": "Start g-code to execute when switching to this extruder.",
"type": "str",
"default_value": "",
"settable_per_mesh": false,
@@ -124,7 +124,7 @@
"machine_extruder_end_code":
{
"label": "Extruder End G-Code",
- "description": "End g-code to execute whenever turning the extruder off.",
+ "description": "End g-code to execute when switching away from this extruder.",
"type": "str",
"default_value": "",
"settable_per_mesh": false,