menu: Added new z-offset calibration menu for non-delta printers#7189
menu: Added new z-offset calibration menu for non-delta printers#7189JeffPerando wants to merge 2 commits intoKlipper3d:masterfrom
Conversation
Signed-off-by: Jeff Perando <jeffperando@gmail.com>
JFYI, -Timofey |
Signed-off-by: Jeff Perando <jeffperando@gmail.com>
|
Thank you for your contribution to Klipper. Unfortunately, a reviewer has not assigned themselves to this GitHub Pull Request. All Pull Requests are reviewed before merging, and a reviewer will need to volunteer. Further information is available at: https://www.klipper3d.org/CONTRIBUTING.html There are some steps that you can take now:
Unfortunately, if a reviewer does not assign themselves to this GitHub Pull Request then it will be automatically closed. If this happens, then it is a good idea to move further discussion to the Klipper Discourse server. Reviewers can reach out on that forum to let you know if they are interested and when they are available. Best regards, PS: I'm just an automated script, not a human being. |
I recently put Klipper on my Sovol SV06, and I found calibrating the Z-offset very laborious, particularly compared to using the stock firmware. There's a lot of going between your PC and your printer to input the necessary commands and actually performing the paper test respectively, and I wanted to simplify that.
Some notes:
TESTZ Z=+andTESTZ Z=-since I felt they would just clutter the menu. It's easier to adjust the offset manually in the direction that you want by a small amount.ABORTandG28before starting the calibration test.ABORTdoes nothing if the user isn't already probing, and if they are, then accidentally clicking begin again just resets things, making it safer.G28is run because homing is necessary to adjust the Z-offset, and doesn't take long, so might as well. Plus in my experience as a user, Klipper crashes if you try to do almost anything before homing, and this is a source of frustration I want to avoid.// Unknown command:"ABORTG28"