pilhuhn / xy-plotter

Arduino-code for my XY-plotter
Apache License 2.0
14 stars 4 forks source link

Arc's in continuous mode #5

Open Jim-bee opened 2 years ago

Jim-bee commented 2 years ago

The arc commands work correctly on their own but when I try to use them in continuous mode they fail. I have tried both upper and lower case "aA". These are the commands I am sending. Example2: 24mm square box with 2mm radius corners


C D X0 Y20|A2,0,90|X-20 Y0|A2,90,180|X0 Y-20|A2,180,270|X20 Y0|A2,270, 360 -END**

Please see attached video showing what happens.

https://user-images.githubusercontent.com/44732547/139487457-75207f01-f2d7-4434-aa68-f093df8403c8.mp4