How to laser/draw a picture without using DobotStudio


#1

I´m searching for a solution to laser/draw a picture file without using DobotStudio.

Is there a way to print the file using the API and Python?


#2

Theoretically you can do this with dobot magician. But first you need to covert your file into coordinates and send it to dobot using API CPcmd:


The difference between PTP cmd and CPcmd is, the transition of two points under CP mode will be continuous and more smoothly.