JavaScript Error after Probing - Duet Wifi
-
Hi everyone,
I'm using BLTouch and trying to use 4-Point Bed Leveling, instead of Mesh Leveling on a cartesian printer.
When I start the leveling, it probes all 4 points then i get an error messages, which disconnects the Web UI from the Duet Wifi. (screenshot below)
Could anyone help me what could be the issue?
Thanks!
-
What firmware versions?
How is your BlTouch wired?
Is it a genuine bltouch or a clone? What version?
Does it work to home Z?
Can you post your config? -
Hey Phaedrux,
Thanks for your reply.
I believe I've found the issue.
M667 S0 was missing in config.
I've added it back and it's working with no issue right now.
Good day!
-
@biradam said in JavaScript Error after Probing - Duet Wifi:
Hey Phaedrux,
Thanks for your reply.
I believe I've found the issue.
M667 S0 was missing in config.
I've added it back and it's working with no issue right now.
Good day!
That's odd, because M667 S0 is the default. Perhaps you have a M665 line earlier in config.g that should be removed?