Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

Releases: mcuadros/OctoPrint-TFT

v0.1.2

07 Jan 20:30
Compare
Choose a tag to compare

About 0.1.2

  • ui: new OCTOPRINT_TFT_RESOLUTION variable

Installation

Raspbian Jessie or OctoPi

> sudo apt-get install libgtk-3-0 xserver-xorg xinit
> wget https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.2/octoprint-tft_0.1.2-1.jessie_armhf.deb
> sudo dpkg -i octoprint-tft_0.1.2-1.jessie_armhf.deb

Raspbian Stretch

> sudo apt-get install libgtk-3-0 xserver-xorg xinit
> wget https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.2/octoprint-tft_0.1.2-1.stretch_armhf.deb
> sudo dpkg -i octoprint-tft_0.1.2-1.stretch_armhf.deb

v0.1.1

05 Jan 16:22
Compare
Choose a tag to compare

About 0.1.1

  • Fix int overflow handling OctoPrint request. (#3)

Installation

Raspbian Jessie or OctoPi

> sudo apt-get install libgtk-3-0
> wget https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.1/octoprint-tft_0.1.1-1.jessie_armhf.deb
> sudo dpkg -i octoprint-tft_0.1.1-1.jessie_armhf.deb

Raspbian Stretch

> sudo apt-get install libgtk-3-0
> wget https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.1/octoprint-tft_0.1.1-1.stretch_armhf.deb
> sudo dpkg -i octoprint-tft_0.1.1-1.stretch_armhf.deb

v0.1.0

03 Jan 00:35
Compare
Choose a tag to compare

About 0.1.0

Thiis is the first stable release, all the included features should be working properly, however is un-tested on a working 3d printer.

Installation

Raspbian Jessie or OctoPi

> sudo apt-get install libgtk-3-0
> wget https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.0/octoprint-tft_0.1.0-1.jessie_armhf.deb
> sudo dpkg -i octoprint-tft_0.1.0-1.jessie_armhf.deb

Raspbian Stretch

> sudo apt-get install libgtk-3-0
> wget https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.0/octoprint-tft_0.1.0-1.stretch_armhf.deb
> sudo dpkg -i octoprint-tft_0.1.0-1.stretch_armhf.deb