Hello Makeblock,
I’m learning how to use the XY Plotter (v1) with a mac os computer. Everything seems ok for straight-line drawings (G0 and G01 gcode commands). But when drawing arcs (G02 and G03), strange and unexpected circles appears frequently.
I give you a code example :
G90
G00 X 99.9766 Y 75.0199 Z 0.0000
G03 X 100.2899 Y 73.0513 Z 1.0000 I 62.8027 J 8.9836
where the third command line produces a circle where it must draw a tiny curve.
I check my gcode with Gwizard and I cannot see the problem !
Please, answer me ! I need your help !!