Update VORON2_stock_300_printer.cfg

Fixing G32 to do one quad and home z afterwards (unifying to stock 250 config)
This commit is contained in:
doowrednu 2019-09-10 01:33:31 +01:00 committed by GitHub
parent 1914d60d7a
commit 60ccc71285
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -290,10 +290,10 @@ retry_tolerance: 0.0075
[gcode_macro G32]
gcode:
G28
QUAD_GANTRY_LEVEL
QUAD_GANTRY_LEVEL
G0 X150 Y150 Z10 F6000
G28
QUAD_GANTRY_LEVEL
G28 Z0
G0 X125 Y125 Z20 F6000
[gcode_macro PRINT_START]
# Use PRINT_START for the slicer starting script - PLEASE CUSTOMISE THE SCRIPT FOR YOUR SLICER OF CHOICE