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.
<font color="#333333" face="Arial, Verdana" size="2" style="line-height: 1.7em;">If I set "true" for the "</font>#define INVERT_Z_DIR" then z-probe moved wrong direction for the z-axis.
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 #####################<br style="box-sizing: border-box;">
<font color="#333333" face="Arial, Verdana" size="2">#define ENDSTOP_PULLUP_Z_MIN true</font>
<font color="#333333" face="Arial, Verdana" size="2">#define ENDSTOP_PULLUP_Z_MAX true</font>
<font color="#333333" face="Arial, Verdana" size="2">#define ENDSTOP_Z_MIN_INVERTING true</font>
<font color="#333333" face="Arial, Verdana" size="2">#define ENDSTOP_Z_MAX_INVERTING true
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define MIN_HARDWARE_ENDSTOP_Z true
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define MAX_HARDWARE_ENDSTOP_Z true
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define Z_ENABLE_ON 0
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define INVERT_Z_DIR true
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define Z_HOME_DIR 1
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define ENDSTOP_Z_BACK_MOVE 5
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define min_software_endstop_z false
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define max_software_endstop_z false
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define ENDSTOP_Z_BACK_ON_HOME 0
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define Z_MAX_LENGTH 180
</font>
<font color="#333333" face="Arial, Verdana" size="2">#define Z_MIN_POS 0</font>
// #################### Z-Probing #####################
<font color="#333333" face="Open Sans, Arial, serif" size="3">#define Z_PROBE_PULLUP true</font>
<font color="#333333" face="Open Sans, Arial, serif" size="3">#define Z_PROBE_ON_HIGH true</font>
<font color="#333333" face="Open Sans, Arial, serif" size="3">#define Z_PROBE_WAIT_BEFORE_TEST false </font>