Using the Win32 Vector Print seams the most reasonable method to send a cutting patern to a laser cutter. In this case, an Epilog Legend 36EXT is used as a recipient. While testing different drawings, I have noticed, that not every object of the original drawing is receiced/detected/cut by the laser cutter. To be more precise, squares are not a problem, but lines, circles, or ellipses are ignored. Also clipping boarders are not considered. Notice the following example:
<rect
style="fill:none;stroke:#00ff00;stroke-width:0.001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4139"
width="100"
height="100"
x="150"
y="150" />
<circle
style="fill:none;stroke:#00ff00;stroke-width:0.001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4139"
cx="325"
cy="200"
r="50" />
If a SVG-file is including the code example above and is then sent to the laser cutter using the Win32 Vector Print extension, the rectangle is cut while the circle is not. The complete SVG-file is attached.
Is there an explanation for this? Is there a solution to solve this problem? Is there more information available about the Win32 Vector Print Extension?
[ You are not allowed to view attachments ]