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

React to commands coming from the printer (M118) #130

Open
probonopd opened this issue Jul 21, 2019 · 1 comment
Open

React to commands coming from the printer (M118) #130

probonopd opened this issue Jul 21, 2019 · 1 comment

Comments

@probonopd
Copy link
Owner

probonopd commented Jul 21, 2019

We could react to certain commands coming from the printer. This could be used e.g., to trigger the printing of certain files stored on the WirelessPrinting SD card such as calibration patters, the last printed GCODE, etc.

Of course the printer firmware would need to be modified to send such commands, or have them stored in the printer SD card.

http://marlinfw.org/docs/gcode/M118.html

E.g.,

M118 A1 action:repeatlastgcode

to send the last GCODE file again.

@probonopd
Copy link
Owner Author

Similarly, this could be used to configure WLAN:

M118 A1 action:setwlan:ssid:password

or something along those lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant