I have an older Co2 laser that you "print" to, to cut. It's old enough that the original driver used the "pen" setting from the pen plotter days to control power and speed. The modern driver uses line weight and color to determine power, speed, and whether to raster engrave or cut a feature.
The line weight threshold for cut vs raster engrave is 0.001" or .1mm. Anything less gets cut as a vector, and anything thicker gets engraved as a raster.
There are 8 CMYK colors it parses to control speed and power. Black, red, yellow, etc.
This works, on the same computer, with AutoCAD and with Corel Draw. I can control the laser by what color and thickness lines are drawn in the DXF file.
In QCAD, however, everything gets interpreted as a raster, and the machine tries to engrave. This leads me to believe that the line weight isn't being sent properly when I "print" to the laser, from QCAD. I have tried line weights 0.00mm, 0.5mm and 0.9mm.
When using AutoCAD or Corel Draw (Lines set to "hairline"), the driver performs as expected
I have attached a very simple drawing. When printed, the laser driver engraves the lines instead of cutting them.
I appreciate any insight the forum may have! I'd love to be able to use QCAD rather than much more expensive alternatives!
PC: Lenovo Thinkpad X1 Carbon G5
OS: Windows 10
QCAD version 3.27.9 Pro
Reference manual states:
Code: Select all
"The Printer Driver distinguishes between raster mode (engraving) and vector mode
(cutting) by the type of graphic artwork being used. Basically all graphics other than
outlines of very thin line widths will be interpreted as engraved images and the raster
mode will be used for output. If laser cutting is desired, set the line thickness of the
lines that are drawn in the graphics software to .001 inches (.1 mm) or the smallest
possible line thickness that is available. The printer driver will interpret these objects as
vectors and will cut them out. The use of color fills or bitmaps will cause the laser
system to engrave."