OctoPrint plugin for the Micro 3D printer
© 2015 Exploit Kings. All rights reserved.
You can install it with OctoPrint's built in plugin manager. The URL for that is 'https://github.com/donovan6000/M3D-Fio/archive/master.zip' or you can install it manually with the command 'pip install https://github.com/donovan6000/M3D-Fio/archive/master.zip'
If you are using Linux, the 90-m3d-local.rules needs to applied in order to avoid issues. You can apply it with the following commands:
wget -O /etc/udev/rules.d/90-m3d-local.rules https://raw.githubusercontent.com/donovan6000/M3D-Fio/master/90-m3d-local.rules
sudo /etc/init.d/udev restart