PPC
PPC copied to clipboard
Proper printer controller
Hi Jon, Thank you for your sharing first and I'm interested in 3D printing recently. Now I'm using the Termit to test the COM port. The board is "marlin MKS...
This will not be easy, but can be very interesting to implement. A Raspberry Pi running OctoPi and let it be controlled with LabVIEW. This can be worth looking further...
This can be a selector on the settings page which will change, show or hide controls targeted towards the specific tool. It would be interesting for the future with automated...
The RPi can just run on Raspbian and LabVIEW can connect through telnet to send commands to the tty devices.
The executable must be able to look at the main branch to see if a new version is available and download it after the user's confirmation.
Let initialized printers stack so they can run in parallel. The settings tab can show all current connected printers. An initialize all button and an option to send the same...
After pausing it's possible to move the printer with the jogging buttons. However, once it resumes it looks like it's moving in relative positioning mode.
It looks like the commands are sent faster than the printer can handle but this should not be the case. The program waits until each command is finished executing. More...
The time-out during running a Gcode file is long due to heating up. This is not needed with other, faster actions.
This does work in test mode. There is a long timeout in the driver due to heating up actions. It looks like the program is waiting for an OK message...