bigtreetech / Eddy

125 stars 25 forks source link

EddyCoil with BLTouch #76

Closed AnthonyTTaylor closed 1 month ago

AnthonyTTaylor commented 1 month ago

I am trying to still use my BLTouch for my Z endstop, however when [BLTouch] is uncommented, I receive the "gcode command QUERY_PROBE already registered" even tho there is no other commands.

Unless BLTouch is doing something behind the scenes.

Just for clarity, can I use my BLTouch for Z offset of the print head, and the Eddy for mapping the bed?

What am I missing here?

bigtreetech commented 1 month ago

You can't use two probes with Klipper. You need to use an endstop switch if you want a separate endstop for homing.

smwoodward commented 1 month ago

I am trying to still use my BLTouch for my Z endstop, however when [BLTouch] is uncommented, I receive the "gcode command QUERY_PROBE already registered" even tho there is no other commands.

Unless BLTouch is doing something behind the scenes.

Just for clarity, can I use my BLTouch for Z offset of the print head, and the Eddy for mapping the bed?

What am I missing here?

The problem is that you can only use one "probe" at a time in Klipper. You can have a z endstop and a probe at the same time. You could potentially make the BLtouch be a z endstop instead of a probe, but I'm not sure how you could handle the pin retraction.