Setup of 10W Laser for Snapmaker with Lightburn

Hi

I looking for some help setting up my 10W Laser on my Snapmaker2.0 A350 with Lighburn.

Snapmaker doesn’t seem to have a device file to import. When I setup my Infra Red i could import snapmaker2.0-2w(1064nm)-v1

I used @Skreelink guide ( 1064nm IR+20/40W + Lightburn Guide) which was amazing (thank you)

Snapmaker guide (Adding a 1.6W or 10W laser module in LightBurn | Snapmaker Wiki) didn’t even work.

Can anyone help with the device setup (manual) and the Start & End GCodes I need. Especially how to calculate the absolute work origin calculation i.e. G92 X-23.5 Y335 Z287.9

Finally Can I use one of the device files for 20W / 40W and tweak it (Using Ray/Artisan/2.0 with LightBurn | Snapmaker Wiki)?

Thanks in advance

Si

I would think you just add manually under devices and follow device wizard. You probably use GRBL

You can use the same guide for the 10W, do a many ‘touch focus’ on the bed, and when it moves up, that’s the “focus bar” length you’ll use.

1 Like

Cheers. I managed to sort that, but it was all the option in “Device Settings” especially the GCodes especially the absolute coordinates caluation. The Z one can be a tough one

Thanks for reply.

The only option on the 10W is Toolhead Focus Calibration. It doesn’t have Focus Bar like the 1064nm IR.

If I use Toolhead Focus Calibration do I grab the Z Coord from the Control Page (attached image) and minus from my original of 319

319 - 23.7 so my Gcode would be 295.3

Gcode example
G92 X-19 Y332 Z295.3

Thanks



With the 10W, start a project, then do a manual focus (where it asks you to touch the toolhead to the material) but just touch it to the bed and hit next. When it moves up to set X/Y origin, back out to the main screen and record the Z from there. It should be around 30mm-ish.

Thanks for coming back. Sorry to be a pain, I assume you mean on the Snapmaker touchscreen. Where is the manual focus. I have the Toolhead focus Calibration but once it set it doesn’t move. If I go back to the Control it shows 23.5mm (Quick release tray installed so that be why its not 30mm)

Quick release shouldn’t change the focus height. Yes, I mean on the touchscreen. To do a manual focus, do some project in Luban, doesn’t matter what it is, we’re not actually running it fully. Load it onto the USB drive, then on the touchscreen, click start > select the file you just put on it > when it offers to focus, click manual instead of auto (auto uses the laser). It’ll prompt you to move the toolhead down to touch your material. Touch the nozzle to the bed directly, click next and it’ll move up.

Afterwards, tap back all the way to the home screen, then check the movement screen.

EDIT: Also you’re not being a pain, it can be confusing. :upside_down_face:

1 Like

Oh that makes more sense. Followed everything but still getting a lower reading of 21.40mm.

The X is 31mm but not Z

What am I doing wrong. :shaking_face:

Thanks

That’s fine. Now you know the actual height of focusing on the bed. Could be a difference in manufacturing. :slight_smile: I have a really early unit. Plug that in and test it out!

All sorted, @Skreelink thanks for all your help.

I have it all written down if anybody wants it (with screen shots)

First jig created

Glad you got it all sorted out.

1 Like

I would love to see this if you don’t mind. I have been going through this exact same thing, and was ready to give up and decided to search for help one more time (I hadn’t in a month or so and came across your post).

I got as far as setting my G-Code as:

M106 P0 S255
M1010 S3 P100
M1010 S4 P100
G28
G90
G54
G92 X-28.42 Y353.98 Z307.6
M3 S0

M5
G0 Z276.7 F6000
G28

But I have read conflicting posts on other settings like the S-Value Max, and others, and my test prints have not looked as nice as that :slight_smile:

Colin

The S-Value you need is 255.

My 10W settings are as follows;


Sorry for delayed response.

Here are all my settings. Note I used the device Marlin set up not the Snapmaker(Marlin) or GRBL. I have a few Macros / Control if you need them

Thanks

Simon

Thanks very much!

Thank you!

I doubled up on one of the photos … here are my settings as you getting slightly different settings with the Marlin control. The Move information works with Marlin control i.e. Get position

I used Snapmaker Marlin profile and I didn’t use any start or end gcodes. On the 10W laser module the focal height is 10mm above the little plastic shroud. so you can z down to your material, use your calibration card if you want, and then on the touch screen you z up 10mm and you are at your focal height. I start from current position, test fire to see job origin and test fire laser while framing, then if it’s good i hit start and done.

Did you guys use other device setups? I have an issue with mine and was wondering if anybody had the same. With the SM Marlin profile the gcodes get saved with a call to fire as:
M3 P10 S25.5
Not sure why they are both used but the documentation says that if they are both on one line then P10 takes precedent.

But M3 P10 and M3 S25.5 should be the same on the snapmaker machine right? Not mine and I don’t know why. If I shoot M3 P10 in console and then M3 S25.5 right after, the laser dims. My SValue max is set at 255 so it should be working correctly. Marlin doesn’t have a $$ command so I can’t see what the power setting is on my machine but after a bunch of test fires to see what my Svalue is sitting at, I’ve determined that M3 S47 is the same laser level as M3 P10. It’s as if my snapmaker’s range is like 0-470.

I started testing this because I noticed my material test seemed pretty dark compared to what the exact same toolhead was firing on my snapmaker Ray. I thought it was a Ray issue. When attached to the Ray, lightburn uses a grbl profile and my svalue is at 1000.

Not sure where to go from here. I wondered if I inadvertently changed the power setting on the snapmaker and should factory reset it.