Skip to content

3.0.11 firmware for Prusa i3 MK2 with Filament runout sensor

Compare
Choose a tag to compare
@3d-gussner 3d-gussner released this 20 May 06:23
· 300 commits to MK2 since this release

3.0.11 firmware for Prusa i3 MK2 with Filament runout sensor

This firmware needs a connected filament runout sensor and your printer will not print until that sensor is connected !!!

This is final version of 3.0.11 firmware. This version fixes issues in previous version 3.0.11-RC1. For detailed desription of all features see also: https://github.com/3d-gussner/Prusa-Firmware/releases/tag/3.0.11-RC1

Summary:

  • Move Z shortcut
  • Improved pause print
  • PID calibration menu with 8 cycles
  • PID bed calibration menue mod by 3d-gussner
  • PID values for bed saving
  • Receiving commands via serial improved
  • Temperature calibration
  • Improved xyz calibration
  • Encoder clicks and PT100
  • Selftest bug fixed
  • Heatbed preheat error
  • German translation by 3d-gussner
  • Dutch translation by 3d-gussner
  • Filament runout sensor
  • serial baud rate set from 115200 to 250000
  • Preheat order changed from ABS/PLA/... to PLA/ABS/...

Description of changes with respect to 3.0.11-RC1

Temperature calibration:

Storing temperature calibration status:

Information that temperature calibration has been successfully run is stored into calibration status,
In previous firmware version, running V2 calibration or xyz calibration after temp. calibration led to overwriting this calibration status. Temperature calibration data were then not applied and user was asked to run temperature calibration again. This is related to issue prusa3d#95.
Temperature calibration status is now independent and other calibrations do not affect it.

PINDA probe preheat:

With temperature calibration activated, there is two minutes PINDA probe preheat phase at the beginning of the print. This preheat phase was missing when user was not printing from SD card (issue prusa3d#90) This has been fixed.

Sending temperature information:

During temperature calibration, information about current hotend and heatbed temperatures is now send via serial. This is important when running temp. calibration from Octoprint.

Corrected messages:

Messages in German and Dutch language have been overally corrected. There have been done also minor changes in Italian language (bed level correction menu).

Stop print improved:

Stopping print right at the end of heatbed/nozzle preheat phase at the beginning of print could led to crashing nozzle into heatbed. This has been fixed.