- Printer Model
- Voron V2.4
Hi,
I am following https://docs.vorondesign.com/build/startup/ and I cannot get past "Z Endstop Pin Location (V1, Trident, V2, Legacy)" section.
When I send G28 to the printer, it completes home X and Y, and then moves to the middle of the table for Z and tries to crash the nozzle into the bed.
On this printer I have installed the Z Endstop Pin and Clicky Probe,
Z Endstop is located X229.5 Y345
Thank you in advance.
I am following https://docs.vorondesign.com/build/startup/ and I cannot get past "Z Endstop Pin Location (V1, Trident, V2, Legacy)" section.
When I send G28 to the printer, it completes home X and Y, and then moves to the middle of the table for Z and tries to crash the nozzle into the bed.
On this printer I have installed the Z Endstop Pin and Clicky Probe,
Z Endstop is located X229.5 Y345
#####################################################################
# Homing Override
#####################################################################
[homing_override]
set_position_z: 0
gcode:
SET_PIN PIN=light VALUE=30
G90
BED_MESH_CLEAR
G0 Z5 F6000
G28 X Y
G0 X229.5 Y345 F9000
G28 Z
G0 Z10 F3000
axes: z
Thank you in advance.