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

Caselight no longer turns on during print and turns off after print since V4.4.21 #91

Open
Ross922 opened this issue Sep 28, 2024 · 5 comments

Comments

@Ross922
Copy link

Ross922 commented Sep 28, 2024

Hello,

I noticed as of update V4.4.21 the stock LED's no longer turn on automatically during a print and no longer turn off after sometime (I think it used to be 10mins after last print?).

I am not the best with code, if there is a way to restore this feature or include a fix during next firmware release?

Thank You

@QIDITECH
Copy link
Owner

QIDITECH commented Sep 29, 2024

Yes,in V4.4.21,caselight setting are no longer affected by the screen off state.
Most customers think this is more reasonable.

@m00x-pixel
Copy link

"Most customers think this is more reasonable."

I dont think so and many others too, let us choose or create a macro so we can customize it.
Or let us know what to change to get it back.

When in standby it is good to have the Caselight AND Display turned off after the time out automatically and turn back on when printing or touch the display.

Thank you in advance.

@Deltaflyer7
Copy link

You can add the following to the file gcode_macro.cfg:
in the macro [gcode_macro PRINT_START] as the first line:
SET_PIN PIN=caselight VALUE=1 (switches the caselight on)

and in the macro [gcode_macro PRINT_END] as the last line:
SET_PIN PIN=caselight VALUE=0 (switches the caselight off)
then save the file and restart klipper

@Ross922
Copy link
Author

Ross922 commented Oct 2, 2024

You can add the following to the file gcode_macro.cfg: in the macro [gcode_macro PRINT_START] as the first line: SET_PIN PIN=caselight VALUE=1 (switches the caselight on)

and in the macro [gcode_macro PRINT_END] as the last line: SET_PIN PIN=caselight VALUE=0 (switches the caselight off) then save the file and restart klipper

Thank you :-)

@Deltaflyer7
Copy link

You are welcome. I'm glad I could help.

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

4 participants