Skip to content
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

Open
shawnp30 opened this issue Dec 21, 2022 · 10 comments
Open

Internal error bed mesh calibrate #39

shawnp30 opened this issue Dec 21, 2022 · 10 comments

Comments

@shawnp30
Copy link

shawnp30 commented Dec 21, 2022

image
image

image

image

I don't know what happened. Printer worked fine. I stopped a print. Tried reprinting and got this error.

@shawnp30
Copy link
Author

image

@Turge08
Copy link
Owner

Turge08 commented Dec 23, 2022

It looks like you have 2 macros that override bed_mesh_calibrate

@Turge08
Copy link
Owner

Turge08 commented Dec 23, 2022

I hae accepted the merge request by @Dan-Ev which should address this issue. Update your euclid macros to the latest version and remove the BED_MESH_CALIBRATE macro from the euclid.cfg.

Here's some more information: #37

@shawnp30
Copy link
Author

i have updated my configs. I now get this error after i start a print and z tilt adjust. console says my probe is already triggered. probe goes to x endstop and stops.
Screenshot 2022-12-30 002957
Screenshot 2022-12-30 003104
Screenshot 2022-12-30 003122
Screenshot 2022-12-30 003147
Screenshot 2022-12-30 003204
Screenshot 2022-12-30 003220
Screenshot 2022-12-30 003235
Screenshot 2022-12-30 003255
Screenshot 2022-12-30 003314
Screenshot 2022-12-30 003332

@Dan-Ev
Copy link
Contributor

Dan-Ev commented Dec 30, 2022

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

@shawnp30
Copy link
Author

shawnp30 commented Dec 30, 2022 via email

@Dan-Ev
Copy link
Contributor

Dan-Ev commented Dec 30, 2022

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.

@shawnp30
Copy link
Author

I dont know what i am doing wrong. I have changed configs to no avail. using batch mode in cura yields no result but works. i am trying to use print bed mesh area. where the probe only probes where printed part is. I can get so far as to z tilt, when it get to bed mesh it deosnt follow bed mesh macro, it just meshes the entire bed
Screenshot 2022-12-30 230109
Screenshot 2022-12-30 230021

@shawnp30
Copy link
Author

Screenshot 2022-12-30 230852

@Dan-Ev
Copy link
Contributor

Dan-Ev commented Dec 31, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants