3DSwitch is a school project which provides a simple tool which is build to print out 3D files. You can simply upload the files to a discord server or to the integrated web module. By default the files will get added to a slice queue then sliced with the prusa slicer. After the process the sliced file will get added to the print queue which works with the octoprint api and starts a new print when octoprint says it's available to print now.
If you like 3DSwitch and want to support our work you can star 🌟 the project or join our Discord.
But the best support for our work is very simple: use the system!
Windows:
git clone https://github.com/derklaro/3dswitch.git
cd 3dswitch/
gradlew.bat clean shadowJar
Linux/OsX:
git clone https://github.com/derklaro/3dswitch.git
cd 3dswitch/
gradlew clean shadowJar