@handyandy said in Sensorless homing:
Error: Pin name needed for switch type end stop on X-axis
It's likely these lines in your X and Y homing files
M574 X1 ; use stallguard for endstopIt's missing the S3 for sensorless.
If it's still giving you the error, search your macros for other M574 commands and make sure they have the correct syntax.
@handyandy said in Sensorless homing:
I also can't get the PanelDue to display.
Your M575 command in your config.g is using S0 instead of S1.
It should be M575 P1 B57600 S1 to enable the PanelDue.