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
David Crocker 4d6a7f49f5 Version 1.16 beta 10
Added DueX2/DueX5 support
Report expansion board type in electronics string
Added Z probe type 6 (switch on E1 stop)
Support heater 6 on Duet 0.8.5 (untested, probably incomplete)
Changed M42 pin numbering, see duet3d.com wiki
Added M280 servo support
Allow separate firmware un-retract speed to be configured in M207
Allow negative extra un-retraction in M207
Allow dans ot be disabled yusing M106 P# I-1. They can then be used as
general-purpose pins (m42) or servos (M280).
Removed support for Duet WiFi prototype 1 board
Support expanson pin PB6 and use it for cooling fan tacho
2016-10-28 19:56:24 +01:00
..
DuetWebControl-1.12.zip Updated to DWC 1.12 release 2016-08-24 08:24:42 +01:00
README Update README 2016-08-24 09:45:03 +01:00
RepRapFirmware-1.10+4-dc42.bin Updated gitignore again 2016-08-23 21:40:54 +01:00
RepRapFirmware-1.11-dc42.bin Updated gitignore again 2016-08-23 21:40:54 +01:00
RepRapFirmware-1.12-dc42.bin Updated gitignore again 2016-08-23 21:40:54 +01:00
RepRapFirmware-1.12a-dc42.bin Updated gitignore again 2016-08-23 21:40:54 +01:00
RepRapFirmware-1.13a.bin Updated gitignore again 2016-08-23 21:40:54 +01:00
RepRapFirmware-1.13b.bin Updated gitignore again 2016-08-23 21:40:54 +01:00
RepRapFirmware-1.14.bin Updated gitignore again 2016-08-23 21:40:54 +01:00
RepRapFirmware-1.15d.bin Added 1.15d binary for wired Duets 2016-09-25 14:47:42 +01:00
RepRapFirmware-1.15e.bin Version 1.15e 2016-10-02 11:13:27 +01:00
RepRapFirmware-1.16beta5.bin Version 1.16 beta 4 2016-10-23 20:14:21 +01:00
RepRapFirmware-1.16beta10.bin Version 1.16 beta 10 2016-10-28 19:56:24 +01:00

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.