-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[FR] Pin Writes gCode #7932
Comments
Can't you just send a G27 instead of having to mess with pins? Or are you trying to communicate with Marlin from, let's say, OctoPrint on a Raspberry Pi without using gcode? |
An i2c interface would probably be more powerful and easier to implement. I've done just this sort of thing using the TWIBus class included with Marlin. See #4776 (comment) for the details. |
This may be applicable to the discussion on input to trigger macro dealing with some hardware on the Dagoma printers. Basically another use case for the same function. Id tag it 2.1. |
Added in #18389 |
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. |
Hi all,
First off thanks to the awesome dev team for the work done to make this incredible software. Been using it for a long time now and love seeing the new updates roll in.
My request is perhaps a bit selfish but I’m looking for a sort of reverse M42. I’m working on an integrated design for my university final project that I can’t say too much about but will be making opensource after graduating.
Basically I need to easily send a command from a separate microcontroller to move to a specific X, Y and Z.
I could use “Park position” by figures if mention this as it could be useful. What I suggest is:
When not printing, if pin x written high, execute script.
This in my case would park the nozzle and bed precisely where they need to be but could be used for other things such as button-settable heating presets and so on. If this feature already exists, my apologies, I haven’t seen it! But if it doesn’t I think it should be decently easy to implement (oops, my naivety is showing).
Thanks and keep being awesome!
The text was updated successfully, but these errors were encountered: