Arm3 drawing images G-code
- This topic has 0 replies, 1 voice, and was last updated 7 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Shop › Forum › Sixi Robot Arm › Arm3 drawing images G-code
Hi,
Is there currently a way to pass G-code information to the Arm3 to accomplish tasks such as drawing an image. I tried to use the g-code generation function within Inkscape however the generated G code has some problems:
1) The units of the g-code are in mm. When I command g0 X10 Y0 Z20 for exampleusing the Arduino serial monitor, this corresponds to (X,Y,Z) = (10cm,0cm, 20cm), not mm so obviously this causes issues. Does anyone have an idea for a workaround for this?
2) The generated g-code mainly uses G2 or G3 – Controlled Arc Move which isn’t implemented in the Arm3 firmware. Does anyone know of a way to generate G-code for such a purpose without G2 or G3 commands?
Would love some tips or feedback from others who have attempted a similar task with the Arm3.
Cheers,
Max