Merge pull request #27 from fnord123/patch-2
Fix PRINT_END final nozzle positioning for a 300^2.
This commit is contained in:
commit
a388378e4d
@ -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
|
# 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.
|
# Created by "Boff" with help from the VORON community.
|
||||||
|
|
||||||
# For other build sizes, controllers, or non-standard pin connections, please see
|
# For other build sizes, controllers, or non-standard pin connections, please see
|
||||||
@ -315,9 +315,9 @@ gcode:
|
|||||||
M104 S0 ; turn off hotend
|
M104 S0 ; turn off hotend
|
||||||
M140 S0 ; turn off bed
|
M140 S0 ; turn off bed
|
||||||
M106 S0 ; turn off fan
|
M106 S0 ; turn off fan
|
||||||
G1 Z2 F3000 ; move nozzle up 2mm
|
G1 Z2 F3000 ; move nozzle up 2mm
|
||||||
G90 ; absolute positioning
|
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
|
M117 Finished! ; display message
|
||||||
|
|
||||||
[gcode_macro UNLOAD_FILAMENT]
|
[gcode_macro UNLOAD_FILAMENT]
|
||||||
|
Loading…
Reference in New Issue
Block a user