Hi all,
I have a problem with the Core XZ on my Smoothieboard.
I used JNJ's method for connecting the motors as per below..
https://github.com/Smoothieware/Smoothieware/blob/edge/ConfigSamples/Snippets/corexz.config# arm_solution corexz # selects the corexz solution
# x_reduction 1.0 # standard CoreXZ has no reduction on x axis
# z_reduction 3.0 # standard CoreXZ has 3X reduction on z axis
# alpha_steps_per_mm 55 [b]# xz motor 1[/b]
# beta_steps_per_mm 55 [b]# xz motor 2[/b]
# gamma_steps_per_mm 110 # y axis motor[/i]
It all moves fine EXCEPT when I home the Y axis ... this makes the Z move..
I think this is because your alpha and beta motors become the X and Z axis.. hence the smoothie does not recognise the true Y axis?
Is it easy ( or how can I do it ) to make the xz motors the actual XZ motors on the smoothie?
Or is there another solution for homing maybe?