LaserWeb / LaserWeb4

Collaborative effort on the next version of LaserWeb / CNCWeb
GNU Affero General Public License v3.0
692 stars 186 forks source link

Jerky motion due to too many instructions #659

Closed T-Workshop closed 1 month ago

T-Workshop commented 11 months ago

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 commented 11 months ago

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.

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 commented 11 months ago

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 commented 11 months ago

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