Open BodhidB opened 4 years ago
I got it working! Just had to replace some stuff in two more files: ( nuts_bolts.h, limits.c and planner.c )
Look for #ifdef COREXY and replace every Y_AXIS variable with Z_AXIS
(2 in nuts_bolts) (2 in limits) (8 in planner)
It might still be a nice feature for others to have?
Cheers!
Hey! Did you also use the Y-axis in your project? Could you share the edited files?
Marco
Gracias amigo
Hi there! I'll keep it brief: I've created a core XZ setup for a school project and I'd love to get it going on grbl! I've tried altering the master myself (see image below. I tried interchanging Y and Z) , but sadly I couldn't get it to work.
Would anyone like to help?