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:
authorpinchies <pinchies@gmail.com>2018-11-06 20:36:32 +0300
committerGitHub <noreply@github.com>2018-11-06 20:36:32 +0300
commitc51995f3497dba6880014f45e077f0dd494329b1 (patch)
tree612bd5212708621249c4a1e2ac94022cc53c5c8e /resources/definitions/jgaurora_a5.def.json
parent5a759fa9f493bb034170b0cec566653b22b51793 (diff)
Update jgaurora_a5.def.json
Diffstat (limited to 'resources/definitions/jgaurora_a5.def.json')
-rw-r--r--resources/definitions/jgaurora_a5.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/jgaurora_a5.def.json b/resources/definitions/jgaurora_a5.def.json
index 0a8b93f7cf..02d9a9db4f 100644
--- a/resources/definitions/jgaurora_a5.def.json
+++ b/resources/definitions/jgaurora_a5.def.json
@@ -1,5 +1,5 @@
{
- "name": "JGAurora A5",
+ "name": "JGAurora A5 & A5S",
"version": 2,
"inherits": "fdmprinter",
"metadata": {
@@ -17,7 +17,7 @@
},
"overrides": {
"machine_name": {
- "default_value": "JGAurora A5"
+ "default_value": "JGAurora A5 & A5S"
},
"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 ;home all axis\nM420 S1 ;turn on mesh bed levelling if enabled in firmware\nG92 E0 ;zero the extruded length\nG1 Z1 F1000 ;move up slightly\nG1 X60.0 Z0 E9.0 F1000.0;intro line\nG1 X100.0 E21.5 F1000.0 ;continue line\nG92 E0 ;zero the extruded length again\n; -- end of START GCODE --"