This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
reprapfirmware-dc42/Release/Duet-0.6-0.8.5/Archived/README
David Crocker 0e80563905 Version 1.16 release
Added I parameter in M280 command
Added diagnostic test (M122 S101) for SX1509B chip on Duet WiFi
expansion boards
Heaters driven from TC channels on Duet WiFi no longer glitch on for a
short while after reset
Bug fix: M280 S-1 was ignoring inverted output status
Bug fix: if there were too many files in the /gcodes folder then AJAX
errors occurred (thanks chrishamm)
2016-11-08 16:21:43 +00:00

6 lines
1.2 KiB
Text

RepRapFirmware 1.15 release notes
===================================
1. If you are upgrading from a previous releases other than a 1.15 release candidate, then if you have any M301 commands in your config.g file, you should double the I parameters and halve the D parameters in those commands. This is because of a long-standing bug in previous releases of RepRapFirmware which has been corrected in this release.
2. This release includes a heater control auto tuning feature. See https://duet3d.com/wiki/Tuning_the_heater_temperature_control for how to use it. This feature is still somewhat experimental and will be refined in a future release.
3. The temperature monitoring is much more strict compared to previous releases, to better detect situations such as a thermistor or heater cartridge falling out of the heater block, which can pose a fire risk if not detected. If you have a paricularly strong or weak heater, you may get false alarms. The simplest way to avoid this is to run auto tuning so that the firmware can build a more accurate model of normal behaviour.
4. DuetWebControl-1.12.zip is by Christian Hammacher and is provided here for your convenence. His master repository is at https://github.com/chrishamm/DuetWebControl.