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:
authorTim Kuipers <t.kuipers@ultimaker.com>2016-09-13 17:44:55 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2016-09-13 17:44:55 +0300
commit9cd6a8c1ae2ad2af5ec56e0dbf6852f3ebf9e005 (patch)
tree064ac2cb352064b83194bc5e1cfca60f8ecd0d1a /resources/definitions/ultimaker2.def.json
parentbab9e8a28a602751724d78d6285e9b487c9e4d5d (diff)
JSON feat: machine_name as a setting for the 3D printer model type (CURA-2360)
Diffstat (limited to 'resources/definitions/ultimaker2.def.json')
-rw-r--r--resources/definitions/ultimaker2.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index a0ead36bff..79c89ab068 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -18,6 +18,7 @@
"supported_actions":["UpgradeFirmware"]
},
"overrides": {
+ "machine_name": { "default_value": "Ultimaker 2" },
"machine_start_gcode" : {
"default_value": "",
"value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nG1 X10 Y0 F4000;move X/Y to min endstops\\nG28 Z0 ;move Z to bottom endstops\\nG1 Z15.0 F9000 ;move the platform to 15mm\\nG92 E0 ;zero the extruded length\\nG1 F200 E10 ;extrude 10 mm of feed stock\\nG92 E0 ;zero the extruded length again\\nG1 F9000\\n;Put printing message on LCD screen\\nM117 Printing...\""