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

Laser not firing at Full Power? #582

Open
UrsidaeSVG opened this issue Dec 5, 2019 · 9 comments
Open

Laser not firing at Full Power? #582

UrsidaeSVG opened this issue Dec 5, 2019 · 9 comments

Comments

@UrsidaeSVG
Copy link

Hey there,
now since a few months i got a 3018Pro CNC with a 7W 450 nm Blue Laser. Many tests later it seems that i can't cut with full Power in LaserWeb.

If i use "EngraverMaster" the 4mm Beech Plywood cuts perfectly through in less cycles.

Settings i use:
100% Power
6 Passes
0,6mm Pass Depth
2mm/sec Cut Rate

With these settings i created a .nc file and tested it on EngraverMaster with these Results:
LaserWeb

Here are my GRBL Settings:
$$ $0=10 $1=254 $2=0 $3=2 $4=0 $5=0 $6=0 $10=0 $11=0.010 $12=0.002 $13=0 $20=0 $21=0 $22=0 $23=0 $24=25.000 $25=500.000 $26=250 $27=1.000 $30=1000 $31=0 $32=1 $100=800.000 $101=800.000 $102=800.000 $110=2500.000 $111=2500.000 $112=1500.000 $120=160.000 $121=160.000 $122=48.000 $130=300.000 $131=180.000 $132=44.000

In LaserWeb i set the Max Power to 1000 and tested with 255 and 9999 with no change.

Any ideas what could be the issue?

@arthurwolf
Copy link

arthurwolf commented Dec 5, 2019 via email

@UrsidaeSVG
Copy link
Author

Jep, focus is always checked before lasering.

@arthurwolf
Copy link

arthurwolf commented Dec 5, 2019 via email

@UrsidaeSVG
Copy link
Author

I use the same file for both programs. I set up the task in LaserWeb and saved it as .nc.

https://pastebin.com/y8gsS8hD

Double Checked the Speed. It's 120mm/min in EngraverMaster and 2mm/sec in LaserWeb.

@cprezzi
Copy link
Member

cprezzi commented Feb 11, 2020

What controller and firmware are you using?

@UrsidaeSVG
Copy link
Author

Arduino Uno and GRBL 1.1

@cprezzi
Copy link
Member

cprezzi commented Feb 17, 2020

Can you please try if it makes a difference when using M3 instead of M4?
I guess the adaptive laser PWM limits the power you reach, because the line segments are short and your accelleration is low.

@UrsidaeSVG
Copy link
Author

Tested and it did not really make a difference.

@ghost
Copy link

ghost commented Apr 5, 2020

I was having problem like yours anf found my solution today. (Maybe it's not that but worth telling if it helps resolve your problem...).
My problem was the opposite. When at 2%, the laser was almost at full power. I found that my GRBL pwm settings was completly wrong (my PWM frequency was at something around 2 Mhz when my laser was expecting 20Khz). So I changed the GRBL board settings to generate a proper PWM frequency for the laser. Maybe you could try to look for this...

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