MK4duo icon indicating copy to clipboard operation
MK4duo copied to clipboard

Enstops ignored while homing

Open DvDriel opened this issue 6 years ago • 8 comments

On my delta setup, the enstops are being ignored while homing (G28). When using a G1 command to move the carriages all the way to the top the enstops do work and stop the movement. For G28 though the carriages try to push through the end. Any idea what might cause this issue?

I'm currently using MK4duo v3.3.5 on a delta setup with an Ultratronics board. Thanks in advance. With v3.3.3 I had the exact same issue.

Configuration_Delta.h: #define ENDSTOPPULLUP_XMAX true #define ENDSTOPPULLUP_YMAX true #define ENDSTOPPULLUP_ZMAX true #define ENDSTOPPULLUP_ZPROBE true

#define X_MAX_ENDSTOP_LOGIC true // set to true to invert the logic of the endstop. #define Y_MAX_ENDSTOP_LOGIC true // set to true to invert the logic of the endstop. #define Z_MAX_ENDSTOP_LOGIC true // set to true to invert the logic of the endstop. #define Z_PROBE_ENDSTOP_LOGIC false // set to true to invert the logic of the probe.

DvDriel avatar Apr 11 '18 15:04 DvDriel