Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordc42 <dcrocker@eschertech.com>2018-03-21 13:20:28 +0300
committerGitHub <noreply@github.com>2018-03-21 13:20:28 +0300
commit89925c648445370fa1fe00a3b5a081474a3c0c57 (patch)
tree779443410ea872c4579a3a9ae7dfa8deefbc18a3
parenta4d38c39af62b53a85ea0aa8d96960435ac62cf1 (diff)
Updated whatsnew for release 1.211.21
-rw-r--r--WHATS_NEW.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index af5ebf21..33a5fd52 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,6 +1,24 @@
Summary of important changes in recent versions
===============================================
+Version 1.21
+============
+Upgrade notes:
+- The compatible DuetWiFiServer version is 1.21. If you are already running firmware 1.19 or later, you can install this before or after upgrading the main firmware, it doesn't matter.
+- The compatible Duet Web Control is 1.21RC4 or the forthcoming 1.21. Install it after upgrading the main firmware.
+- On Cartesian and CoreXY printers, normal G0 and G1 moves are no longer allowed before the corresponding axes have been homed. In particular, if your homex.g, homey.g and homeall.g files raise Z a little at the start and lower it at the end, you will need to add the S2 parameter to those G1 Z moves. Otherwise the G1 Z move will be refused unless Z has already been homed and the homing macro will be terminated.
+- The binary filename for the Duet WiFi and Duet Ethernet is now called Duet2CombinedFirmware.bin. However, your existing firmware version may expect it to be called DuetWiFiFirmware.bin or DuetEthernetFirmware.bin. For your convenience, this release includes copies of Duet2CombinedFirmware.bin with those names.
+
+New features and changed behaviour since 1.21RC5:
+- The rr_status and M408 reports now include the spindle speed
+- M106 now also reports the current fan PWM for thermostatically-controlled fans
+- Machine coordinates are always used when running system macros automatically.
+
+Bug fixes since 1.21RC5:
+- Pulse-type filament monitors are now working
+- WiFi sockets whose connections abort are now terminated to make them available for re-use
+- DWC Machine Properties page shows the correct state of active low endstops
+
Version 1.21RC5
===============
Upgrade notes:
@@ -54,7 +72,7 @@ Upgrade notes:
- The compatible DuetWiFiServer version is 1.21RC3. You can install this before or after upgrading the main firmware, it doesn't matter.
- After installing the new firmware binary and checking that the version number is correctly reported, upload DuetWebControl 1.21RC4
- On Cartesian and CoreXY printers, normal G0 and G1 moves are no longer allowed before the corresponding axes have been homed. In particular, if your homex.g, homey.g and homeall.g files raise Z a little at the start and lower it at the end, you will need to add the S2 parameter to those G1 Z moves. Otherwise the G1 Z move will be refused unless Z has already been homed and the homing macro will be terminated.
-- The binary filename for the Duet WiFi and Duet Ethernet is now called Duet2CombinedFirmware.bin. When installing it on a Duet WiFi running a previous firmware revision or a Duet Ethernet running 1.21RC2, you will need to rename it to DuetWiFiFirmware.bin. Whenj installing it on a Duet Ethernet running mnfirmware 1.21RC1 or earlier, rename it to DuetEthernetFirmware.bin.
+- The binary filename for the Duet WiFi and Duet Ethernet is now called Duet2CombinedFirmware.bin. When installing it on a Duet WiFi running a previous firmware revision or a Duet Ethernet running 1.21RC2, you will need to rename it to DuetWiFiFirmware.bin. When installing it on a Duet Ethernet running firmware 1.21RC1 or earlier, rename it to DuetEthernetFirmware.bin.
New features:
- On Cartesian and CoreXY printers, normal movement commands are no longer permitted until the corresponding axes have been homed