Problem with the displacement of the inductive sensor to the nozzle

Hello everybody!
I have a problem with the displacement of the inductive sensor to the nozzle.
The offset is not processed during autoleveling.
I use FW 1.0
On #define EXTRUDER_IS_Z_PROBE 1, however, the autoleveling function is in the wrong position.
The sensor is not detected at #define EXTRUDER_IS_Z_PROBE 0.
Can someone help me?
Which function has exactly #define EXTRUDER_IS_Z_PROBE?

greetings

wolfgang

Comments

  • #define EXTRUDER_IS_Z_PROBE 1
    means the nozzle tip is the sensor, so you have no offsets to use. That is not the case here, so set it to 0.
    It has nothing to do with being detected or not.

  • Problem is solved!
Sign In or Register to comment.