Set default z-hop speed to allowed value

This commit is contained in:
Jaime van Kessel 2021-07-06 11:47:47 +02:00
parent 11b6e680b2
commit 401f3d0df6
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -45,6 +45,7 @@
},
"machine_end_gcode": {
"default_value": "M104 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 F9000 ;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\nM84 ;steppers off\nG90 ;absolute positioning"
}
},
"speed_z_hop": {"default_value": 5}
}
}