Z offset added to X
I have a configuration that houses all the stepper motors in the base. As the Z axis is increased, the X axis is decreased by the same amount. I need to add the Z position to the X position to compensate for this. For example:
Change to X => Add Z to X, update X
Change to Y => Update Y
Change to Z => Add Z to X, update X and Z
Is there an option or possibly a modification that will allow this?
Comments
https://docfirmwarev2.repetier.com
There is a printer type CoreXYZ where you define a matrix for the position->motor mapping so you can simply do it there in configuration.
Sources are found here
https://github.com/repetier/Repetier-Firmware/tree/dev2
There is no config tool and it is in heavy development but motion and first extruder already work well.