arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.23k stars 491 forks source link

Wrong position during vector laser cut #955

Closed mdeel-online closed 4 years ago

mdeel-online commented 4 years ago

Hello, at first... sorry for my bad english

I have a new toy. A Totem Laser engraver and i have one Problem only at vector laser cut. I hope you can see the problem and know what i mean. The laser does not move to the right place during cutting. It just starts in the middle. I don't have the problem with normal operations. 20200415_172736_resized 20200415_172811_resized 20200415_172820_resized 20200415_172828_resized 20200415_172849_resized 20200415_172855_resized 20200415_172925_resized 20200415_172931_resized

mdeel-online commented 4 years ago

I have found the cause and here it is explained in detail. Please note that the first G0 code must remain on G0. Otherwise the switched-on laser moves to the starting point

https://github.com/arkypita/LaserGRBL/issues/53

Now the question is to activate the old commands in the Lasergrbl?

Lösung 93167761_1555068041337591_8749584612360978432_n

filap commented 4 years ago

It looks like I have the same problem ... but why only few people face this ... as everyone use the same LaserGRBL. and arduino load ?

StuartB4 commented 4 years ago

@mdeel-online.

I noticed in the images you posted of your GRBL configuration you don't have Laser mode enabled ($32). In grbl menu, grbl configurating change it to $32=1. You can read what it does here: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Laser-Mode

Also $120 and 121 seem a bit high for Acceleration. If it's too fast it can lose steps.

mdeel-online commented 4 years ago

Perfect thank you thats the Problem. 120 and 121 works fine at value 2000 and 32 its on now. Great Help from you!!!

arkypita commented 4 years ago

that's what I tell you here #53