Hi, I have a cartesian printer home made, arduino due with Radds, It's working fine, but I want to try homing Z to max endstop.
The values I'm going to tweak in firmware are:
#define Z_HOME_DIR 1
#define Z_MAX_LENGTH 210
Do I need to edit other values?
What if my Z axis lenght is a non integer value?