wrong z - direction for the z-probe on my prusa i3
Hello all, I am using it as the Z-min endstop with Z-max endstop and that works fine . But when I go to probe, the x-axis and y-axis moved correctly. but z-axis moved inverse.
but I set "false" then it has go to wrong direction for the z-axis in printing. is there any way to solve this issue?
I got a log from the G31 command this " Z-probe state:H". what is meaning?
Below is my z-probing conf for the z-axis in my Configuration.h file:
// #################### end stop for the z-axis #####################
#define ENDSTOP_PULLUP_Z_MIN true
#define ENDSTOP_PULLUP_Z_MAX true
#define ENDSTOP_Z_MIN_INVERTING true
#define ENDSTOP_Z_MAX_INVERTING true
#define MIN_HARDWARE_ENDSTOP_Z true
#define MAX_HARDWARE_ENDSTOP_Z true
#define Z_ENABLE_ON 0
#define INVERT_Z_DIR true
#define Z_HOME_DIR 1
#define ENDSTOP_Z_BACK_MOVE 5
#define min_software_endstop_z false
#define max_software_endstop_z false
#define ENDSTOP_Z_BACK_ON_HOME 0
#define Z_MAX_LENGTH 180
#define Z_MIN_POS 0
Comments
Printing works great but can't get Z-Probe to work.
All directions are fine. Homing works fine. But when I G30, the printer goes up rather than down.
When I G29 then I get a Z-Probe fail.
josephfrancis can you point to the reprap forum entry that helped?