-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Laser issue #381
Comments
Hi @bissicletta, When you use the
@++; |
That's the problem, I put m5 and the laser turns on and putting any of these, the laser turns off m4s1 m4s0 m4s255 m4s1000 / m3s0 m3s1 m3s255 m3s1000 even putting $32=1 or $32=0 what changes is that I can turn off the laser, with $32=0 it only stays on |
!?!?!? |
I am attaching a zip |
Hi @bissicletta, On the line 502 in config.h, you added In default.h (line 159) you defined Reading your config.h, I see than you used the @++; |
Sorry, I failed so many times that I started googling and tried anything!
and in config, just this:
but it remains exactly the same! I also attached a picture of the laser, just in case I'm doing something wrong and it's not the code. |
Hi @bissicletta I think you don't have the right connection... @++; |
Unfortunately now it is always on without responding to any command, I tried with pwm output as well but I didn't see any changes, I'm going to check the ramps 1.4 mosfet and update information! Thank you very much for your time and concern!! |
Hello again! First of all, have a great 2025! the mosfets are fine, and I also tried changing to d8 d6 and it's still the same! any ideas what it could be? I also tried other parameters for $33 like 1900 1.9 5000 1000 2000 and they just made it stop working |
Hi @bissicletta, Happy new year to you too! !?!?!? $33 is not a frequency parameter. It's the X axis maximum speed parameter! Perhaps you don't have read the full laser mode documentation: Laser power is movement dependent and the power is on only in G1 moves mode. Not in G0 (rapid move) mode. How do you made the laser power measurement? @++; |
Sorry! I didn't know that. Just think that if you put m4 or m3 with the s command you would be able to vary the power without the need for movement. I'm going to read the documentation! Thank you very much for everything! |
Hello! How are you? I'm finishing my CNC and I want to put the laser on it but I'm having problems, I'm using ramps 1.4
and a laser lt-40W-aa from laser tree, in the connections description, it says PWM )0/3-12v, 0-5khz.
What I see is that it handles a pwm between 6 and 12v, so I connected D9 to the pwm, D9+ to 12v and negative to gnd
(to the input D driver adapter P-da-01) I also tried all the possible configurations, commenting or uncommenting invert, separate, output, I tried in D8, I supported pwm in lasergrbl, $RST=* , $30=255 $31=1 $30=1000
The problem is that the laser is always on, m5 turns it on, m3 or m4 turns it off (sxxx does not work) I'm already thinking that it could be a fault in the mosfet or that the khz or rpm are incorrectly adjusted, something like that.
cpu_map it`s default
#elif defined (LASER_PWM_ON_D9)
The text was updated successfully, but these errors were encountered: