-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal error bed mesh calibrate #39
Comments
It looks like you have 2 macros that override bed_mesh_calibrate |
If you're doing multiple probes in one go (e.g. homing Z and then QGL, then bed mesh in START_PRINT macro) without stowing the probe each time you need to wrap these with EUCLID_PROBE_BEGIN_BATCH and EUCLID_PROBE_BEGIN_END. There is an example START_PRINT on the v5 macros page |
After g28 my probe stows then picks back out of dock and does z tilt
adjust. Once that is done it stows the deploys again to mesh. Would I still
need to use end batch. I’m using cura. Not using the start print macro.
Using the start GCode in cura. Do I need to use start print macro instead I
orders for it to work?
…On Fri, Dec 30, 2022 at 03:56, Dan-Ev ***@***.***> wrote:
If you're doing multiple probes in one go (e.g. homing Z and then QGL,
then bed mesh in START_PRINT macro) without stowing the probe each time you
need to wrap these with EUCLID_PROBE_BEGIN_BATCH and EUCLID_PROBE_BEGIN_END.
There is an example START_PRINT on the v5 macros page
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2HOKGYXPY2YSQV3KVJUP3WP2PUJANCNFSM6AAAAAATFLR3L4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
To stop stowing and then immediately redeploying you would use batch mode. You might be able to add this in your start gcode in Cura, but I don't use it so wouldn't know if it works. I use a START_PRINT macro in klipper and just call that as the start gcode and then make any changes to that macro. |
tbh I had the same problem with this macro. It didn't seem that the max/min points were passed to the macro and/or were ignored and the entire bed was meshed. I now use https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging which works well and has the attach probe commands as a variable in the config. |
I don't know what happened. Printer worked fine. I stopped a print. Tried reprinting and got this error.
The text was updated successfully, but these errors were encountered: