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-16 17:51:35 +0300
committerGitHub <noreply@github.com>2018-03-16 17:51:35 +0300
commit83eb44667facbc04a76ecc66ca93e79e80e740a9 (patch)
tree2d0a0d2ff465306718b593db7caeaf8a72d65f04
parentdf7c0f0a4a20a5f8f908424e9570ffe38566c890 (diff)
Updated whatsnew for 1.21RC51.21RC5
-rw-r--r--WHATS_NEW.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index 59815a2a..af5ebf21 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,6 +1,29 @@
Summary of important changes in recent versions
===============================================
+Version 1.21RC5
+===============
+Upgrade notes:
+- As for 1.21RC3.
+
+New features:
+- New M569 T parameter options to specify step pulse width, step pulse interval, direction setup and direction hold times
+- M665 now sets the M208 limits (except Z min) to match the machine limits, so that Duet Web Control reports the correct values
+
+Bug fixes:
+- M116 commands were sometimes executed out-of-order relative to previous G10 commands if movement commands were in progress
+- G10 L20 now computes the workplace coordinate origin correctly
+- G53 is only active until the end of the current line of GCode
+- The default coordinate system is the one selected by G54
+- G54..G59 update the user coordinates immediately
+- Fixed "Error: Pop(): stack underflow!" when a file or macro is terminated due to an illegal move command
+- A short delay is inserted when M558 is used to change the Z probe type, to allow the averaging filters to accumulate the new data
+- M291 messages which are non-blocking (i.e. mode < 2) are now synchronised to queued moves, like M117 messages
+
+Other changes:
+- Duet Web Control and PanelDue now report the coordinates relative to the origin of the current workplace
+- Rewrote dhcp_rec function on Duet06/085 to avoid goto statements (possible fix for startup problem when using DHCP)
+
Version 1.21RC4
===============
Upgrade notes: