Skip to content

Releases: SinisterRj/SafetyPrinter

0.2.7

23 Oct 01:23
Compare
Choose a tag to compare

Changes:

  1. Monitors RESET button to a continuous operation (shortcircuited) and disables it to avoid auto reset after a trip.
  2. Fix a bug that crashes the serial communication if the sensor Label was grater then 16 chars.

Ps: this version interacts with Octoprint plugin version 1.2.0 or higher.

0.2.6

27 Sep 21:12
5a088c4
Compare
Choose a tag to compare

Changes:

  1. New default pin out to match with the official Safety Printer Arduino Shield;
  2. Include command to repeat intro msg;
  3. Remove "booting..." string from the setup;
  4. Auto detects different Arduino boards;
  5. Include command to report Printer's power status (user request) - Integration with PSU Control;
  6. Include command to reset the Safety Printer MCU. This command allows firmware update.
  7. Command returns board Type;
  8. Include ARDUINO_RESET_PIN;
  9. Include neopixels as status indicator;
  10. Fix a bug that makes wrong temperature readings if your declared sensor that don't match with the sensor's count.

Ps: this version interacts with Octoprint plugin version 1.2.0 or higher.

0.2.5

22 Oct 18:09
5e86624
Compare
Choose a tag to compare

Changes:

  1. Include CRC check on , and responses;
  2. Organize some thermisotr tables and Configuration.h file;
  3. Check for some errors on sensor configuration and disable it.
  4. Include commands alias;
  5. Include free memory, voltage, temperature and cycle time monitoring;
  6. Include I2C 16x2 LCD support
  7. Creates "lowSP" and "highSP" sensor values (now user can choose different sensors);
  8. now sends "forceEnable", "lowSP" and "highSP" values;
  9. Include a timer to avoid sucessive trips/resets or turns on/off on printer and damage it.

Ps: this version interacts with Octoprint plugin version 1.1.0 or higher.

0.2.5-RC: New release candidate.

10 Sep 14:23
Compare
Choose a tag to compare
Pre-release

Changes:

  1. Include CRC check on , and responses;
  2. Organize some thermisotr tables and Configuration.h file;
  3. Check for some errors on sensor configuration and disable it.
  4. Include commands alias;
  5. Include free memory, voltage, temperature and cycle time monitoring;

First beta version

28 May 02:47
14364ed
Compare
Choose a tag to compare