-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
M3 and M4 command #1127
Comments
It may depend on the machine you have and the controller board and if it has a custom version of grbl on the controller board. Is it a well know brand? |
Its just one of 3018 Pro version....the small desktop model. Its running grbl 1.1f and has been working good until I updated the lasergrbl software. That is when I noticed the when I loaded a file in that it would for some reason turn the M4 off and turn the M3 on when I got ready to size and burn. I have just been playing around with it and installed a couple of custom buttons...one is to center the laser on the image. It is for some reason now holding the M4 command. I did have to change the code in the centering button to M3 to turn on the laser to center the laser and then issue the M4 command and then the M5 to turn the laser off...seems to be working now. I just didnt ever have this problem until the new version of lasergrbl software. It also is doing it in the latest update to the 3.71. It never did it with the older version of the software. I hope all of this makes a little sense as I am a fairly new user....so please bear with me.....:) |
PWM support activate in the LaserGRBL settings? |
Yes it sure is.....I have just tried it a few times in the past few minutes and for some reason it is now keeping the M4 command....Im really baffled at what was causing it and now seems to be working like it should....I know it has to be the nut behind the keyboard......!!!! Thank you all for jumping in and trying to help....Ill play with it and see what happens and if it does it again will get back on and see if there is some suggestion out there as to what I am doing to cause the problem...again, thank you..... |
M4 is available only when $32 = 1 When you write $32=1 check if write is success with a re-read. Lasergrbl does not change $32 values by himself, as weel it does not change any $ config value by himself. Maybe you have some custom button that change that value? Check custom button code. |
I did check the code in the buttons and I did find the “find center” button that would change the code…..I think now I have found and corrected the problem…..I just want to say that I tried out the “lightburn” software and will say that your lasergrbl is so much better and easier to use…thank you for all the hard work you have put into it. The lightburn is to complicated for what you want to do….and lasergbrl does things so much better…..thank you again
Mike Barnwell
[email protected]
From: arkypita
Sent: Sunday, September 20, 2020 6:14 PM
To: arkypita/LaserGRBL
Cc: barnwellm; Author
Subject: Re: [arkypita/LaserGRBL] M3 and M4 command (#1127)
Lasergrbl does not change $32 values by himself, as weel it does not change any $ config value by himself.
Maybe you have some custom button that change that value? Check custom button code.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I know the problem. |
GRBL does not turn on laser with M3/M4 "by design" if no movement when laser mode is active, that is why your custom button set laser mode off when need (for example) to turn on led for focusing. I have already found a better option than disable laser mode, read this post: #306 (comment) |
Im running the latest version of LaserGbrl and have found that it will keep going back to the M3 command when I get ready to burn a project. I have to keep going into the configuration and turning on the $32=1 but when I go back to do the burn and get it set up and set the size of the burn, it will have the M3 listed instead of the M4 command. If you select the selection box only the M3 command is listed, and if you go back into the configuration it has the laser turned off again. I can turn the laser back on with the $32=1 and write it to the configuration and go back and try to do the burn the M3 command is again listed. Is there anyone else having this problem and if so is there a way to correct it????? Any help on this would be greatly appreciated. One more thing, this started doing the with the 3.70 version and is still doing it with the 3.71 version. Thank you in advance
The text was updated successfully, but these errors were encountered: