-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make the 3D printers available in the network #46
Comments
I started a basic repository for this: https://github.com/comakingspace/3D_Printer_Status |
I just connected my computer to the printer using Putty and had the following observations:
With this I think we can start the development |
We discussed this further. There seems to be a general issue with opening the serial connection provided by the usb port: johnnyr/Mini-Rambo#5 (comment) Is it OK to modify the printers in such a way? @emka @LukasFreeze @Pakue95 @beanobeano Is there any reason why we should not do this? |
Pinout von dem Kabel das aus dem 3D Drucker 1 rauskommt +5 ist auf Drucker Seite nicht angeschlossen |
@beanobeano is fine with testing improvements on P1. Please ask him again before modifying P2-P5. |
Ich habe heute mal die USB-Serial Converter aus dem E-Raum unter Windows zum laufen gebracht und wollte die nutzen, um die Drucker anzusteuern. Ich habe dann auf das Board geschaut und auch die Kontroll-LEDs blinken entsprechend nicht. Mein Vorschlag wäre daher zunächst mal zu testen, ob das ggf. besser wird, wenn wir auch 5V anschließen. @Johannes09 kannst du das mal testen? |
The proposed solution to this issue is beyond the limits discussed in person when we met in August. To be clear - it is not acceptable to modify the 3D printers (that are on loan to our space) in the manner indicated above. There is no justification to continue with this project in this direction. |
In the meantime, we have received new information regarding the possibility to open serial connections to the printers without resetting the print. For details, please see prusa3d/Prusa-Firmware#1000 Basically, we would need to send the following command to the printer once: After this, the printer should not reset anymore when a serial connection gets opened and we could continue with this issue. From a software perspective, some of us have in the meantime started working with homeassistant. Maybe somebody is motivated to implement this with ESPHome. A brief research showed that this might need a cutom implementation thoug: https://esphome.io/components/text_sensor/uart.html?highlight=uart |
I don´t think this is worth it anymore :) |
It would be pretty nice to have our 3D-printers available through our internal network. While discussing with different people (mainly @emka and @Pakue95), the following considerations came up:
When doing some further research, it seems that the printers offer a serial connection via USB. There is even some software which already uses this interface: https://github.com/kliment/Printrun
Interesting is that this software even creates a network service publishing the printer status (see section "RPC SERVER")
https://github.com/kliment/Printrun/blob/master/printrun/pronsole.py
In this script (starting from line 872), a basic status checker is implemented.
If we write our own software, the following page describes the available GCodes:
https://github.com/prusa3d/Prusa-Firmware/wiki/Supported-G-codes
for us, the following sound interesting:
For me, the following points should be discussed:
The text was updated successfully, but these errors were encountered: