Skip to content

Releases: vitormhenrique/OctoPrint-Enclosure

Fixed missing library

18 Oct 14:01
c9f16bf
Compare
Choose a tag to compare
4.13.2

Update setup.py

Small Fix

27 Jun 05:07
a161873
Compare
Choose a tag to compare

Fix showing default value for temperature control when using startup_with_server

Bug Fix + New Feature

20 Jun 17:56
Compare
Choose a tag to compare

-> Fix issue #155
-> Fix issue #158
-> Fix and implemented feature for #150
-> Added feature to execute shell scripts using GPIO buttons or UI buttons #111
-> Implemented Start print if you already have a file selected #149

Improvements

14 Jun 23:09
d21f9fc
Compare
Choose a tag to compare
Improvements Pre-release
Pre-release
  • Fixed issue where "use board numbers" under the advanced section was not updating properly
  • Added support for latching buttons
  • Added support to link same input button to multiple outputs
  • Added support to change DMA channel for neopixel
  • Added support to choose if auto shutdown should happen when canceling or if the print failed.

Improved PWM

12 May 00:43
b559843
Compare
Choose a tag to compare

Improved PWM routine to not call start and stop all the time, but ChangeDutyCycle.
This should allow use the PWM more without crashing RPI.

Bug Fixes

11 May 22:28
52b15b0
Compare
Choose a tag to compare
  • Fixed issue with filament sensors
  • Improved log message when failing to execute scripts with sudo

Fixed Issue #130

27 Apr 05:56
ab97240
Compare
Choose a tag to compare

Implemented better and proper dead band for temperature control.

Table format fix

24 Apr 15:29
adab306
Compare
Choose a tag to compare

Attention: I needed to completely change the architecture of the plugin, so settings can not be migrated and will be lost when upgrading from versions < 4.00

Minor release:

  • Fix temperature table format
  • Fix for input with controlled output
  • DHT Sensor fix
  • Added printer toggle action
  • Fix printer toggle

Bug Fixes:

  • Target temperature showing dash (Issue #68)
  • Auto shutdown not resetting when stopping and starting a print (Issue #87 and Issue #53)

Feature Enhancements

  • Multiple heater / cooler support
  • Added multiple temperature Sensor
  • Added possibility to control outputs with gcode commands
  • Added dehumidifier capability
  • Added possibility to start output with the server
  • Added support for DS18B20 with different serial number
  • Added API to control output
  • Added direct neopixel support
  • Improved navbar temperature and gpio control
  • Added toggle for disabling and enabling auto start from the enclosure tab
  • Added g-code as possible output
  • Added toggle for disabling filament sensor from enclosure tab
  • Added possibility to include a dead band on temperature control
  • Stop / Start time can now use specific hour

Printer toggle fix

12 Mar 05:49
485dcc6
Compare
Choose a tag to compare

Attention: I needed to completely change the architecture of the plugin, so settings can not be migrated and will be lost when upgrading from versions < 4.00

Minor release:

  • Fix for input with controlled output
  • DHT Sensor fix
  • Added printer toggle action
  • Fix printer toggle

Bug Fixes:

  • Target temperature showing dash (Issue #68)
  • Auto shutdown not resetting when stopping and starting a print (Issue #87 and Issue #53)

Feature Enhancements

  • Multiple heater / cooler support
  • Added multiple temperature Sensor
  • Added possibility to control outputs with gcode commands
  • Added dehumidifier capability
  • Added possibility to start output with the server
  • Added support for DS18B20 with different serial number
  • Added API to control output
  • Added direct neopixel support
  • Improved navbar temperature and gpio control
  • Added toggle for disabling and enabling auto start from the enclosure tab
  • Added g-code as possible output
  • Added toggle for disabling filament sensor from enclosure tab
  • Added possibility to include a dead band on temperature control
  • Stop / Start time can now use specific hour

Minor Release

08 Mar 18:23
0ea6194
Compare
Choose a tag to compare

Attention: I needed to completely change the architecture of the plugin, so settings can not be migrated and will be lost when upgrading from versions < 4.00

Minor release:
Fix for input with controlled output
DHT Sensor fix
Added printer toggle action

Bug Fixes:
Target temperature showing dash (Issue #68)
Auto shutdown not resetting when stopping and starting a print (Issue #87 and Issue #53)

Feature Enhancements
Multiple heater / cooler support
Added multiple temperature Sensor
Added possibility to control outputs with gcode commands
Added dehumidifier capability
Added possibility to start output with the server
Added support for DS18B20 with different serial number
Added API to control output
Added direct neopixel support
Improved navbar temperature and gpio control
Added toggle for disabling and enabling auto start from the enclosure tab
Added g-code as possible output
Added toggle for disabling filament sensor from enclosure tab
Added possibility to include a dead band on temperature control
Stop / Start time can now use specific hour