It might pay to check if its related to the resolution of the prints. If a circle has 20 segments, thats pretty blocky and easy to process, but if a circle has 5000 segments, the arduino is going to stutter as it pauses while it processes all that data while its trying to move in a circle. If its resolution that is the issue then commands like G1 Y100 shouldn't be an issue as it is simply saying go to this coordinate and not overloading the arduino.
↧