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

[BUG] Laser does not turn on #27298

Closed
1 task done
qulet opened this issue Jul 21, 2024 · 5 comments
Closed
1 task done

[BUG] Laser does not turn on #27298

qulet opened this issue Jul 21, 2024 · 5 comments

Comments

@qulet
Copy link

qulet commented Jul 21, 2024

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

I activated the Fire pulse laser functions from the LCD menu and it works. The laser is activated with gcode M3 SXX.

Running the following code:
LightBurn 1.0.06

; Marlin device profile, current position
; Bounds: X-23 Y-23.5 to X23 Y23.5
G21
G91
; Cut @ 500 mm/min, 50% power
M9
M05
G0X23 Y-23.5 F0
; Layer C00
G1X-46 F500 I S50
G1 Y47 
G1X46 
G1 Y-47 
M9
M05
; return to starting pos
G0 X-23 Y23.5 F0

Does not turn on the laser - the head draws a rectangle 46x47 mm without activated laser with 50% power

Bug Timeline

Now

Expected behavior

No response

Actual behavior

The head with the lit laser draws a rectangle 46x47 mm with 50% power

Steps to Reproduce

  1. Start Marlin
  2. Activate the laser in the LCD menu.
  3. run the code from the card or via the USB port.

Version of Marlin Firmware

2.1.24

Printer model

Core XY

Electronics

MKSSbase

LCD/Controller

RepRapDiscount_Full_Graphic_Smart_Controller

Other add-ons

NEJE 40W N40630 CNC laser head

Bed Leveling

UBL Bilinear mesh

Your Slicer

Simplify3D

Host Software

Pronterface

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

Marlin.zip

@qulet
Copy link
Author

qulet commented Jul 21, 2024

Sorry, I confused actual behavior with expected behavior...

@thisiskeithb
Copy link
Member

Please translate your comments to English so we can better help you. I've updated your issue text & reply.


From your config:

#define CONFIGURATION_H_VERSION 02010204

Please download bugfix-2.1.x to test with the latest code and let us know if you're still having this issue.

@thisiskeithb thisiskeithb changed the title [BUG] (bug summary) [BUG] Laser does not turn on Jul 21, 2024
@qulet
Copy link
Author

qulet commented Jul 23, 2024

The laser in Marlin V 2.1.1 works properly.

@qulet
Copy link
Author

qulet commented Jul 23, 2024

Changing the software version fixed the problem.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants