From 83eb44667facbc04a76ecc66ca93e79e80e740a9 Mon Sep 17 00:00:00 2001 From: dc42 Date: Fri, 16 Mar 2018 14:51:35 +0000 Subject: Updated whatsnew for 1.21RC5 --- WHATS_NEW.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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: -- cgit v1.2.3