Hi Gabriel,
Raster engraving is still queued. The last wave of debugging was quite
time intensive.
Here is what I was thinking. First order of business is to make the
firmware receive raster data. This needs to be done in an efficient way.
Afaik there is no gcode recommendation for this but the following would
work and should not conflict with any other gcode stuff.
G8 P0.1
G8 X50
G8 N
G8 D<data>
G8 D<raster data encoded in ascii>
G8 N
G8 D<data>
...
G8 P0.1 sets the dimensions of one 'dot'. It's the space reserved for
one data pixel, one character in the raster data. The technical minimum
is 0.034mm (based on the minimum step distance) but for best results
this should reflect the focus diameter of the setup.
G8 X50 defines the direction of the raster data and the offset. So 'X'
means data will be interpreted as x-axis lines. The offset is necessary
to achieve constant speed during engraving. It's the distance used for
accelerating the head (and also decelerating).
G8 D<data> sends the actual data. Likewise lines will be concatenated
until a 'G8 N' arrives. Currently line length is limited to 80
characters. The actual data is encoded into the extended ascii range
([128,255]). Each character is a dot. The new raster line marker also
resets the head to the next line which is 0.1mm (or whatever was defined
with G8 Px) under the next.
Sounds good?
--
Stefan Hechenberger
studio: Nortd Labs -
labs.nortd.com
resident: F.A.T. Lab -
fffff.at
project: Lasersaur -
labs.nortd.com/lasersaur