Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jerky motion due to too many instructions #659

Closed
T-Workshop opened this issue Jul 16, 2023 · 3 comments
Closed

Jerky motion due to too many instructions #659

T-Workshop opened this issue Jul 16, 2023 · 3 comments

Comments

@T-Workshop
Copy link

Hi,
I am dealing with an issue that I come across at different forums. When raster engraving (or raster merge) the laser becomes very jerky at higher speed (200 mm/s).
After a bit of a headache I tried generating gcode for the same image with LaserGRBL and that gcode ran fine with the same speeds and accels. After I compared the gcodes I came to the conlusion that LaserWeb is "too good" and for the M4 dynamic power it generates too many steps of the power. To simplify-where LaserGRBL steps down the S value by "1", LaserWeb steps by "0.1".

Is there any way to reduce the "resolution" of the dynamic power mode?

Thanks
Tomas

@easytarget
Copy link
Contributor

easytarget commented Jul 17, 2023

Edit:
The first answer I gave was for line cutting, not rastering. Please ignore it.

One way to reduce the resolution of raster cuts is to increase the beam size, since the cut is rendered into a grid based on that.

  • This option is perhaps mis-named, it should really be called 'beam resolution' or similar since it really means 'how big is the area my beam engraves; which is often rather larger than the actual beam size itself.
  • This depends a lot on the material you are using, and how tightly you are focusing. For a lot of engraving work you should de-focus slightly anyway, it will actually improve results.
  • My superfine laser has a best beam width of 0.08, which is fine for cutting work, but for engraving I de-focus to make the beam wider and raster at 0.2mm. This lets me use a lower speed, but the job runs faster since it is making fewer scan passes.

You can also reduce the number of grayscale colors; there are options for this in the job settings; it defaults to 256, lowering this will produce fewer intensity value changes.

If you are dithering, and using a diode laser, make sure you have the 'burn white' option enabled in the machine settings tab.

@T-Workshop
Copy link
Author

Thanks for your reply.

Sadly this problem occurs while rastering and (please correct me if I'm wrong) there is no "segment" option there.

@easytarget
Copy link
Contributor

Sorry of the initial mis-read, I've fixed the original answer

@cprezzi cprezzi closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants