![]() Increased max number of probe points to 64 on Duet WiFi and 32 on Duet 0.6/0.8.5 Corrected M37 reporting of simulation time Added move debug facility Added recording of more types of move underrun Use fabsf instead of fabs M21 doesn't re-mounjt a drive that is aloready mounted and has open files on it Added "volumes" variable in extended status report Report card details after M21 is called Bug fix: M220 speed changes were nott being implemented as soon as they should be Bug fix: lookahead was sometimes failing to join sequences of short decelerating moves together Bug fix: at startup the thermistor readings were sometimes very high, which triggered a bug in strtod() called in PanelDue firmware 1.14 and earlier |
||
---|---|---|
.. | ||
Old-not-for-production-boards | ||
DuetWebControl-1.12.bin | ||
DuetWebControl.bin | ||
DuetWiFiFirmware-1.15b.bin | ||
DuetWiFiFirmware-1.15c.bin | ||
DuetWiFiServer-1.02.bin | ||
README.md |
DuetWiFiFirmware 1.15 release notes
- 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.
- 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.
- 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.
- 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.