Skip to content

Releases: UnchartedBull/OctoDash

v1.3.0

30 Sep 22:27
Compare
Choose a tag to compare
  • File View is finally here! View your files and print them directly from OctoDash!
    • Browse all of your files on the SD Card of your PI via the files menu
    • Click once on a file to load it and prepare everything for printing
    • Click and hold on a file for about a second and view more information, delete the file or start printing directly
  • CustomControls now supports iFrames!
  • DisplayLayerProgress now has an official API, which is used by OctoDash, no need anymore for custom packages!
  • Plus some bug improvements 😄

Important
Please update DisplayLayerProgress to the latest version in order to work with OctoDash. You can update with the normal OctoPrint package, the custom one created by me isn't needed anymore.

Full Changelog

Implemented enhancements:

  • Octoprint Plugin #95
  • Integrate DisplayLayerProgess API #93
  • File Actions #18
  • Detailed File View #17
  • File API #16
  • File browser #15

Fixed bugs:

  • Long Filenames don't get cut correctly #150
  • Temperature Sensor not working reliably #87

Closed issues:

  • Integrate iFrame to be triggered by Custom Actions #162
  • Screen resolution #145

Merged pull requests:

Read more

v1.2.0

13 Aug 21:50
Compare
Choose a tag to compare

OctoDash can now control your printhead and even send custom GCodes to the printer!

Full Changelog

Implemented enhancements:

  • Make jog speed adjustable #79
  • Implement Main Screen for Touchscreen #13

Fixed bugs:

  • adjust screen does not open #58

Closed issues:

  • Rename access token to api key #81

Merged pull requests:

v1.1.0

24 Jul 13:09
Compare
Choose a tag to compare

OctoDash now can cancel and pause your prints directly from the interface!

Change Log

Full Changelog

Implemented enhancements:

  • Implement Pause Job #12
  • Implement Cancel Job #11
  • Implement Print Controls #10
  • Switch between Touchscreen and Non-Touchscreen Version #9

Closed issues:

  • Structure README.md #28
  • Include Dependabot #27
  • Help #25

Merged pull requests:

v1.0.1

18 Jul 23:26
Compare
Choose a tag to compare

This is the last release without touchscreen controls + some fixes and the implementation of a temperature sensor.

Changelog

Implemented enhancements:

  • Interface for Octoprint API #31
  • Initial Setup with Electron #23
  • Electron Build #7
  • Add DHT-22 sensor #2

Fixed bugs:

  • If temperature is over 200°C the interface breaks #34
  • Fan Speed show 2 % characters #26

First Release

15 Jul 20:45
22a4c76
Compare
Choose a tag to compare

This is the first release of OctoDash!

It is the non-touchscreen version, so there aren't any controls yet. It is packaged as an electron app, so it can be easily installed. Please refer to the README for further details.

This version probably has some bugs in it. If you find any please create an issue so I can fix them!