What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

If the probe is not triggered then ruin bed.

3DRasle

New member
Printer Model
VORON 2.4 V2
Cooling Type
Stealthburner
Why does the head try to run in X+ after the error probe not triggered in quad leveling?
At that point, the nozzle is down on the bed. It just ruined my new PEI bed.
Can't I just get the printer to stop completely after this error?
 
I found the problem.
In the cancel print routine i added:
G91
G0 Z10
G90
now it lift from bed before homing Y.

Is there a way to tell the printer to travel longer in quad leveling so it will not go into probe error?
 
Last edited:
what error specifically?

you can tune the number of retries and error band in the QGL macro.

Mine on a 2.4 350.

[quad_gantry_level]
gantry_corners:
-60,-10
410,420
# Probe points
points:
50,25
50,275
300,275
300,25
speed: 150
horizontal_move_z: 10
retries: 5
retry_tolerance: 0.01 #0.0075
max_adjust: 12

I lowered the tolerance and upped the retries to improve the confidence on completing QGL. No print issues. The only time I have an issue is if I mess with the gantry and forget to manually get it close prior to starting a print.
 
Top