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]