Center the nozzle during PRINT_END.

PRINT_END had X centered for a 350^2, changed it to center for a 300^2.
This commit is contained in:
fnord123 2019-07-13 16:16:44 -07:00 committed by GitHub
parent 640cbcbe76
commit ec3e37fb5a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
# VORON2 350mm config
# VORON2 300mm config
# This is a base printer.cfg file for the VORON2 printer and matches the manual/build guide exactly
# for controllers used (dual RAMPS) and pin layout for all connected components.
# for controllers used (dual RAMPS) and pin layout for all connected components for a 300mm^2 build.
# Created by "Boff" with help from the VORON community.
# For other build sizes, controllers, or non-standard pin connections, please see
@ -315,9 +315,9 @@ gcode:
M104 S0 ; turn off hotend
M140 S0 ; turn off bed
M106 S0 ; turn off fan
G1 Z2 F3000 ; move nozzle up 2mm
G1 Z2 F3000 ; move nozzle up 2mm
G90 ; absolute positioning
G0 X175 Y350 F3600 ; park nozzle at rear
G0 X150 Y300 F3600 ; park nozzle at the center rear
M117 Finished! ; display message
[gcode_macro UNLOAD_FILAMENT]