Releases: SvenTh99/Octolapse
Releases · SvenTh99/Octolapse
Release list
v0.4.7.4
Important installation notices!!!
Octoprint does not seem to support compiling C++ during the process anymore.
So you need to go to the terminal of your OctoPrint installation:
###1 Use curl to download the plugin archive from a remote URL:
curl -L -o octolapse.zip https://github.com/SvenTh99/Octolapse/releases/download/v0.4.7.4/octoprint_octolapse-v0.4.7.4.zip
#FormerLurker#2 unzip via python:
python3 -m zipfile -e octolapse.zip octolapse
cd octolapse
#FormerLurker#3 Install via octoprint cli:
octoprint dev plugin:install
#FormerLurker#4 Restart OctoPrint
sudo service octoprint restart
Use Setuptools instead of distutils
changed from distutils installation to setuptools