Skip to content

Releases: SvenTh99/Octolapse

v0.4.7.4

Choose a tag to compare

@SvenTh99 SvenTh99 released this 01 Nov 19:09

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

Choose a tag to compare

@SvenTh99 SvenTh99 released this 06 Feb 00:21
422ffe0

changed from distutils installation to setuptools