I'm trying to setup Dual Z Endstops in Marlin RC8
I've uncommented #define Z_DUAL_ENDSTOPS in configuration_adv.h Now when I send M116 I get a z2_min status but x_max has disappeared ?
Looking a couple of lines further down in configuration_adv.h there is a line #define Z2_USE_ENDSTOP _XMAX_, I assume this is causing x_max to be reassigned as z2_min ?
How do I assign z2_min to a new pin and keep x_max ?
Chris
I've uncommented #define Z_DUAL_ENDSTOPS in configuration_adv.h Now when I send M116 I get a z2_min status but x_max has disappeared ?
Looking a couple of lines further down in configuration_adv.h there is a line #define Z2_USE_ENDSTOP _XMAX_, I assume this is causing x_max to be reassigned as z2_min ?
How do I assign z2_min to a new pin and keep x_max ?
Chris