G02 and G03 code issue
Dear Experts!
My 3D printer not interpreting this code:
My 3D printer not interpreting this code:
G03 X99.310635 Y20.941124 Z-0.125000 I-5.784536 J6.163855
or
or
G02 X89.944938 Y25.238500 Z-0.125000 I11.597644 J-10.953337
This code was generated by the inkscape laser tool.
The 3D printer does not execute any similar line.
Why?
This code was generated by the inkscape laser tool.
The 3D printer does not execute any similar line.
Why?
Comments
Enable arc support (G2/G3)
enabled or you won't have these commands.
But, where to find this options?
Enable arc support (G2/G3): is checked.
This is it?: #define ARC_SUPPORT 1
G02 X89.944938 Y25.238500 Z-0.125000 I11.597644 J-10.953337
is correct format also I normally just write G2. Problem might be negative Z value. Normally you can not move below z=0 so that would cause a illegal position and be ignored. Except if you moved up after homing and used G92 Z0 to mark that position zero. Then you can go as low as Z when sending G92.
If I delete the negative Z data then the 3D printer is work.
Thank you your advice!