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/bq_witbox.def.json
parentbab9e8a28a602751724d78d6285e9b487c9e4d5d (diff)
JSON feat: machine_name as a setting for the 3D printer model type (CURA-2360)
Diffstat (limited to 'resources/definitions/bq_witbox.def.json')
-rw-r--r--resources/definitions/bq_witbox.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/bq_witbox.def.json b/resources/definitions/bq_witbox.def.json
index b8d4cbf015..a0290a4063 100644
--- a/resources/definitions/bq_witbox.def.json
+++ b/resources/definitions/bq_witbox.def.json
@@ -14,6 +14,7 @@
},
"overrides": {
+ "machine_name": { "default_value": "BQ Witbox" },
"machine_start_gcode": {
"default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/s\n; -- end of START GCODE --"
},