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>2019-06-05 19:22:57 +0300
committerGitHub <noreply@github.com>2019-06-05 19:22:57 +0300
commit0e8d585ac18513b086a79e9ea1b7c8c64a0c3400 (patch)
tree6022ba55f38f968128d51ffa0db04fa01eda88cf
parentb95b791cb747a7af832c40f9e7f3c1ba53767a6d (diff)
Update WHATS_NEW.md2.03RC5
-rw-r--r--WHATS_NEW.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index 5ff7164d..0e749091 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,6 +1,23 @@
Summary of important changes in recent versions
===============================================
+Version 2.03RC5
+=================
+Upgrade notes:
+- See the upgrade notes for 2.03RC3.
+
+Feature improvements/changed behaviour:
+- When disabling HTTP protocol or disabling the network, release any associated resources e.g. output buffers. Similarly for FTP and Telnet.
+- In SCARA printers/laser cutters (not CNC machines), if we can't do a coordinated travel move due to unreachable intermediate positions, try an uncoordinated one
+- Duet Maestro build now supports laser cutters
+
+Bug fixes:
+- After running stop.g ensure all moves are finished before setting motors to idle current
+- When downloading a .zip file don't set content-encoding to gzip
+- Delta printer limit checking didn't work in some cases
+- FTP responder: initialise haveCompleteLine (thanks gtjoseph)
+- On SCARA printers, when attempting to move beyond arm limits, the XY coordinates computed from the adjusted motor endpoints were incorrect
+
Version 2.03RC4
=================
Upgrade notes: