arnabdasbwn / grbl-coreXY-servo

grbl 0.9i with Servo Motor support and CoreXY configuration Used For Crazy Engineer's Drawing Robot
https://www.arnabkumardas.com
85 stars 31 forks source link

CoreXZ? #5

Open BodhidB opened 4 years ago

BodhidB commented 4 years ago

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?

image

BodhidB commented 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!

GitMuc commented 2 years ago

Hey! Did you also use the Y-axis in your project? Could you share the edited files?

Marco

Poisowl commented 1 year ago

Gracias amigo