Skip to content

Releases: Spectoda/spectoda-pws400k

Stability improvements

06 Dec 21:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.6.2

Updating to Spectoda Firmware 0.10.0

16 Nov 09:34
Compare
Choose a tag to compare

This release is designed to prepade the printer for migration to armbian linux distribution.

Changes

  • Loading Bar animation was changed to start from the middle
Screenshot 2023-11-16 at 10 33 27 - Added support for connecting the controller via a serial data connection

Updating to Spectoda Firmware 0.9.4

14 Oct 11:56
Compare
Choose a tag to compare

This update includes reworked logic for handling events on printer power on. Migrating the configuration to the new Button handling.

Bug Fixes:

  • Printer starts animations even if it was disabled by LED_OFF when plugged into the outlet
  • Light Button not working after the update to v1.4.0

Updating to Spectoda Firmware 0.9.2

26 Sep 18:39
Compare
Choose a tag to compare

Upgrading the package to the latest 0.9.2 release of Spectoda Firmware with fixes regarding stability of the whole system.

Disabled esp-now synchronization by default to prevent printers to merging into unwanted groups. This may be enabled in the controller config by setting: "espnow": {"enabled": true}

Fillament sensor enhancements

26 Sep 18:36
Compare
Choose a tag to compare

Fillament change animation and user defined options

Second Production Release

08 Jun 10:15
Compare
Choose a tag to compare

🚀 Release v1.1.0

Release date: 7. 6. 2023

  • Improved printer pause animation during filament exchange
  • Adjusted background color contrast during print progress display, enhancing the visibility of the current print percentage status
  • New feature: You can now set any name for your printer (also known as the serial number)
  • Added support for Czech color names in macros - comes with 24 preset colors (with or without punctuation):
    "černá": "#000000",
    "bílá": "#ffffff",
    "červená": "#ff0000",
    "rudá": "#ff0000",
    "modrá": "#0000ff",
    "zelená": "#00ff00",
    "žlutá": "#ffff00",
    "růžová": "#ffc0cb",
    "fialová": "#ff00ff",
    "oranžová": "#ff7700",
    "šedá": "#808080",
    "hnědá": "#a52a2a",
    "azurová": "#b0ffff",
    "limetková": "#00ff00",
    "mandlová": "#ff6b5d",
    "purpurová": "#800080",
    "stříbrná": "#c0c0c0",
    "tyrkysová": "#40e0d0",
    "zlatá": "#ffd700",
    "indigo": "#4b0082",
    "khaki": "#f0e68c",
    "lavendulová": "#e6e6fa",
    "měď": "#b87333",```
    
  • Rainbow animation introduced when resuming a print
  • Added a blink effect for gcode "SPECTODA_EVENT label=blink"

🐞 Bugfixes 🐞

  • Fixed a bug related to clock overflow 🕰️

⚙️ After updating the package, the printer will automatically start updating in the background. The lights in the printer will be fully updated approximately 3 minutes after updating the spectoda-pws400k package 🕒. Be sure to also update the spectoda-moonraker-connector to v0.1.2 📥

Added support for given macros:

 SPECTODA_EVENT LABEL=blink

🚀 Release v1.1.1

Release date: 7. 6. 2023

  • The printer will now turn off the light when the printer is turned off 🌑

🚀 Release v1.1.2

Release date: 8. 6. 2023

  • Fixed bug where LEDs are in off state after the update to v1.1.X 🌑

Full Changelog: v1.0.0...v1.1.2

First Production Release

30 Apr 21:57
v1.0.0
Compare
Choose a tag to compare

Changes from v0.1.X:

  • Better color input support
  • Fixed issues when connecting to Controller that is not reachable
  • Better error messages
  • Animation DONE can be turned off by the light button
  • loading bar should now pop up from 0% of print instead of 5% of print
  • when the printer is switched off SW, the lights are not on
  • better error messages for more intuitive system setup during production
  • Change the location from 8888/assets/control/ to 8888/control/. Anyway, the user just needs to go to http://pws400k.local:8888, which automatically redirects them

Added support for given macros:

[gcode_macro OSVETLENI_RGB_HEX]
description: Nastavení barvy osvětelní LED ve formátu HEX
gcode:
  {% set COLOR_HEXRGB = params.COLOR_HEXRGB|default("0000ff")|string %}
    SPECTODA_EVENT LABEL=color TYPE=color VALUE={COLOR_HEXRGB}

[gcode_macro OSVETLENI_RGB]
description: Slovní nastavení barvy osvětelní LED
gcode:
  {% set COLOR_RGB = params.COLOR_RGB|default("blue")|string %}
    SPECTODA_EVENT LABEL=color TYPE=color VALUE={COLOR_RGB}

[gcode_macro OSVETLENI_RGB_JAS]
description: Nastavení jasu barevného osvětelní LED v procentech
gcode:
  {% set BRIGHTNESS = params.BRIGHTNESS|default(100)|float %}
    SPECTODA_EVENT LABEL=brigh TYPE=percentage VALUE={BRIGHTNESS}

[gcode_macro OSVETLENI_INTENZITA]
description: Jednorázové nastavení intenzity přísvitu v procentech
gcode:
  {% set INTENZITY = params.INTENZITY|default(100)|float %}
    SPECTODA_EVENT LABEL=light TYPE=percentage VALUE={INTENZITY}

Full Changelog: v0.1.5...v1.0.0

first release

19 Apr 22:03
v0.1.1
ed512ae
Compare
Choose a tag to compare

This release includes basic on/off animation, animation (TNGL) updating and firmware updating.