I am using your firmware in a cartesian configuration on an Arduino Mega to move a camera to collect images.
I would like to modify the firmware so that when all motors reach their commanded position after a G code move command, the firmware will send a "done" message, then I will know I can capture an image.
I cannot quite figure out where in your code to put this.
I am communicating to your firmware from a custom python script.
Thank you,
John