by cncdrive » Mon Aug 20, 2018 12:06 am
Looks like a backlash on your machine.
Try to run a g-code the same way from L to R and then move one line up or down and R to L and repeat.
No g-code is created when using the laser engraving plugin, because it would be a waste of program memory.
Imagine that for example a 2 000 x 2 000 pixel graphics is 4 000 000 pixels in total and this can be coded with 4 000 000 bytes using the 0-255 PWM value range per pixel,
but when the same is represented in g-code then each pixel would be one or more lines of text and even one character is 2 bytes.
That would be around 15-20 characters per pixel which is 30-40 times more memory and so it would be 120 000 000 to 160 000 000 bytes.
Ofcourse I just calculated an avarage approximately.
And a picture image could be even larger than the mentioned 2 000 x 2000 px.