You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a k40 laser. I need to engrave rubber stamps. I have created two simple scripts, the first convert any image to G0 and G1 code but I found that this method generate a lot of lines with large images and is less accurate. The second script that I've created generate from an image the G7 commands. I need to engrave black pixels and not engrave the white ones.
When I print this gcode the printer engrave any pixel. What i can do or what I need to edit in the code to engrave only black pixel and turn off the laser when there are the white ones.
Firmware version
MK4duo 4.3.9
My setup
Arduino Mega +Ramps 1.4 - K40 Laser (with only one cable for the laser, my printer is old and the intensity is manual)
The printer is like this:
The text was updated successfully, but these errors were encountered:
Issue description
I have a k40 laser. I need to engrave rubber stamps. I have created two simple scripts, the first convert any image to G0 and G1 code but I found that this method generate a lot of lines with large images and is less accurate. The second script that I've created generate from an image the G7 commands. I need to engrave black pixels and not engrave the white ones.
The input image is:
GCode generated:
out.gcode.txt
When I print this gcode the printer engrave any pixel. What i can do or what I need to edit in the code to engrave only black pixel and turn off the laser when there are the white ones.
Firmware version
MK4duo 4.3.9
My setup
Arduino Mega +Ramps 1.4 - K40 Laser (with only one cable for the laser, my printer is old and the intensity is manual)
The printer is like this:
The text was updated successfully, but these errors were encountered: