From ec3e37fb5a39d081dbccc083106a1dc10a74299b Mon Sep 17 00:00:00 2001 From: fnord123 Date: Sat, 13 Jul 2019 16:16:44 -0700 Subject: [PATCH] Center the nozzle during PRINT_END. PRINT_END had X centered for a 350^2, changed it to center for a 300^2. --- .../Klipper/Configurations/VORON2_stock_300_printer.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Firmware/Klipper/Voron_2.1/Klipper/Configurations/VORON2_stock_300_printer.cfg b/Firmware/Klipper/Voron_2.1/Klipper/Configurations/VORON2_stock_300_printer.cfg index 613e757..fb728f6 100644 --- a/Firmware/Klipper/Voron_2.1/Klipper/Configurations/VORON2_stock_300_printer.cfg +++ b/Firmware/Klipper/Voron_2.1/Klipper/Configurations/VORON2_stock_300_printer.cfg @@ -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]