Hello - took the dive into using Klipper/Mainsail with my Vyper and have a Pi4 - trying to go through the steps to calibrate the Probe Z offset and bed mesh and get " ‘No trigger on probe after full movement’ message. I have a -3.00 value for Z - is this the issue? How do I correct it?
Also, I get a Moonraker warning on startup:
GCode path received from Klipper does not match expected location.
I was actually able to figure the problem out - I had to change the Z to -6 to allow me to do both calibrations with no problems.
later on, there was an issue with the extractor when I tried to print (key 112 error) - here are the changes I made to the config file:
[gcode_macro PAUSE] Description: Pause the actual running print rename_existing: PAUSE_BASE Change this if you need more or less extrusion Variable extrude: 2.0
And in extruder add: max_extrude_cross_section: 2.0
I’m printing up the Voron Design cube as I type this… and it’s looking good!!!
Thanks to all… hope this helps someone in the future