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-11 14:19:35 +0300
committerGitHub <noreply@github.com>2018-03-11 14:19:35 +0300
commit756ebef68f539190d87cac9515f8ea3b3abbec0d (patch)
treea1a297b3424ed0a1b76336e59c451644f48c25ce
parentb1369644379aa9c6a1dd8f84d20210f32ded6dd5 (diff)
Updated whatsnew for 1.21RC41.21RC4
-rw-r--r--WHATS_NEW.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index aea22012..c8d85aa9 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,6 +1,29 @@
Summary of important changes in recent versions
===============================================
+Version 1.21RC4
+===============
+Upgrade notes:
+- As for 1.21RC3.
+
+New features and changed behaviour:
+
+- On CoreXZ machines we no longer require Z to be homed before bed probing with G30
+- M589 now checks that the password is either empty or 8 characters minimum
+- G10 L2 is supported as an alternative way to set tool offsets
+- G10 L20 is supported as an alternative way to set workspace coordinates
+- Heater fault detection is suppressed when heaters are suspended during bed probing
+- DuetWiFiServer.bin uses a new SDK version, which seems to resolve some issues
+- On boards with a W5500 Ethernet interface, the Ethernet PHY is now programmed to auto negotiate
+- Added M564 H0 command to allow axis movement before homing on Cartesian/CoreXY printers
+- The filament length comment proposed to be generated by the next version of Cura when using more than one filament is supported
+
+Bug fixes:
+- The I parameter on M452, M453 and M573 commands didn't work
+- If a homing file contained an illegal movement command then homing was not cancelled
+- Corrected Z probe input pin in RADDS build
+- Possible fix to Duet 06/085 failure to start when using DHCP
+
Version 1.21RC3
===============
Upgrade notes: