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:
authorJaime van Kessel <nallath@gmail.com>2019-04-09 11:47:55 +0300
committerJaime van Kessel <nallath@gmail.com>2019-04-09 11:47:55 +0300
commit87c4c0328361620636f0727615313827711d0d94 (patch)
tree23059717077b3cf7e909802441d896d9db22d38b /resources/definitions/kupido.def.json
parent49a9561625b2b324d7efe2030b7794b3db448d5e (diff)
Fix incorrect tag in start g-code
Fixes #5591
Diffstat (limited to 'resources/definitions/kupido.def.json')
-rw-r--r--resources/definitions/kupido.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/kupido.def.json b/resources/definitions/kupido.def.json
index 577a63581e..191e02ba34 100644
--- a/resources/definitions/kupido.def.json
+++ b/resources/definitions/kupido.def.json
@@ -43,7 +43,7 @@
},
"machine_end_gcode":
{
- "default_value": ";End GCode\nM104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}"
+ "default_value": ";End GCode\nM104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}"
}
}
} \ No newline at end of file