Update readme
Added config window to web_ui
Bug fixes yo
Once you finish slicing, it's time to Dice up your Gode to one or many 3d printers. Dice is a simple way to spoon-feed Gcode to all your printers from a single computer. It will detect all your serial connections and create a control folder for each.
apt get install python3-watchdog python3-flask
If your conntion is called /dev/ttyACM0
you'll have the folling files:
/dev/shm/ttyACM0/upload
/dev/shm/ttyACM0/printing
/dev/shm/ttyACM0/done
If you have more than one printer/serial connection, you'll have the above folders for each printer.
Copy your Gcode to ./printers/<your_printer>/upload
.
Dice will detect this, and your Gcode will be moved to ./printers/<your_printer>/printing
. This will also kick off the gcode_send
process to spoon-feed your printer serial style.
Delete or move the Gcode from the printer's printing folder.
rm ./printers/<your_printer>/printing/print_to_cansel.gcode
Once a print completes, it Gcode will be moved to ./printers/<your_printer>/done
AGPL by David Hamner