where can i find the movement code?
Hi there,
I am trying to build a 3D printer on a robot arm. The arm uses cartesian coordinates and translates them in its own cpp code. I know the firmware doesn't support this, this is why i have written the movement myself. I just can't find where to implement it. Can you help me to find where the movement is activated? I want to use the G-code x,y,z from the printer::getDestinationStepsFromGCode but from there I get lost.
Can you guys help me?
Comments
Last but not least you will also need to update homing function for your special case. Thats all needed for a new movement system.