This machine works with a G-CODE, same as a normal CNC and a 3D printer, that controls X, Y, and Z axis movements. I generated the G-Code in Inkscape from an SVG, since the newest version of Inkscape has a convert to G-code option included. The steps I did where the following:
Set the Size to be the same as the Bed size:
FILE > DOCUMENT PROPERTIES
(set it to 700mmx700mm)
Import your SVG file
FILE > IMPORT
(yo can also create it directly in Inskscape)
Turn objects into paths if they are not
PATH > OBJECT TO PATH
Then you need to convert the path to Gcode
EXTENSIONS > GCODETOOLS > PATH TO GCODE
Adjust the Z safe height in the preferences tab, to a certain heigh that doesn´t crashes with the machine and where you want to save it.