Hi, I'm using a Fysetc E4 board, and this board has too few pins to use. Since I use sensorless homing, the x and y min pins are free. How can I use these pins to for example connect the 3DTouch to the board?
I have defined the pin:
#define SERVO0_PIN 35 // SERVO
But when I try it, the 3d touch does not respond, it does not move the tip. Although in my configuration it is still defined:
#define Y_STOP_PIN 35
Because if I comment this line it doesn't compile. I've also tried commenting out the line:
#define USE_Y_PLUG
But there are also compilation errors.
So what is the correct way to disable y min so I can use it for the 3DTouch servo?
Thanks in advance.
I have defined the pin:
#define SERVO0_PIN 35 // SERVO
But when I try it, the 3d touch does not respond, it does not move the tip. Although in my configuration it is still defined:
#define Y_STOP_PIN 35
Because if I comment this line it doesn't compile. I've also tried commenting out the line:
#define USE_Y_PLUG
But there are also compilation errors.
So what is the correct way to disable y min so I can use it for the 3DTouch servo?
Thanks in advance.