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

M73(Print progress) amd M117 (Message) support for Octoprint #7

Closed
Ranney1 opened this issue Oct 2, 2020 · 10 comments
Closed

M73(Print progress) amd M117 (Message) support for Octoprint #7

Ranney1 opened this issue Oct 2, 2020 · 10 comments

Comments

@Ranney1
Copy link

Ranney1 commented Oct 2, 2020

Would be great if we can find a way to make the LCD switch to the 'print' screen while printing with Octoprint.
Most important functions would be M73 support (print progress) and M117 (display message)
If possible, Filament runout support for Octoprint would be great.

@Sebazzz
Copy link
Collaborator

Sebazzz commented Oct 2, 2020

I'm currently re-engineering the UI on top of ExtUI. That should pretty much automatically cause this to work as expected.

@Sebazzz
Copy link
Collaborator

Sebazzz commented Oct 2, 2020

Reading again, it are three things you're asking:

  1. Go to the "print screen" when printing through a host
  2. Support M73 (print progress)
  3. Support M117 (custom messages)

@Ranney1
Copy link
Author

Ranney1 commented Oct 2, 2020

Dear Sebazzz,

Thank you! That is exactly where I was looking for! Thank you again for the really good firmware and all your time!

@Ranney1
Copy link
Author

Ranney1 commented Oct 2, 2020

Please note that the LCD is not closing the ABL screen when it is finished with leveling. So I think that the 'print screen' must be triggered after ABL.

@Ranney1
Copy link
Author

Ranney1 commented Oct 2, 2020

Maybe that this code is also nice to implement?
M355 - Case Light Control
To turn on/off the led on the hotend by gcode/remote?

@Ranney1
Copy link
Author

Ranney1 commented Oct 4, 2020

Update: LED control is actually possible by GCODE.
M42 P6 S0 ; is led off
M42 P6 S255 ; is led on

Update; already working solution with the M355 - Case Light Control option. See Marlin CR-6 issue list.

@Sebazzz
Copy link
Collaborator

Sebazzz commented Oct 28, 2020

M355 implemented on extui, as well as M117.

@Ranney1
Copy link
Author

Ranney1 commented Oct 31, 2020

Ahh, really great! Looking forward to the moment that it is also working when printing with octoprint!
Thanks again for your great work!

@Sebazzz
Copy link
Collaborator

Sebazzz commented Nov 1, 2020

M73 is now implemented in extui branch

@Sebazzz Sebazzz added this to the Community Release 4 alpha milestone Nov 1, 2020
@Sebazzz
Copy link
Collaborator

Sebazzz commented Nov 1, 2020

Ready for next release.

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

2 participants