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:
authorDavid Crocker <dcrocker@eschertech.com>2019-02-16 18:44:14 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-02-16 18:44:14 +0300
commitc52c251eabffb07c4dc5b350c2c73a3b823bf782 (patch)
treed3f0468fc1cb74c6e545be42909f73114ce7f4f4
parent0868c327437fab1b62b7556d76b2029311aa5dd7 (diff)
parent4ba7abd0bc176ada8e52675c201aea11fdf20cce (diff)
Merge branch 'dev' of https://github.com/dc42/RepRapFirmware into dev2.03beta2
-rw-r--r--WHATS_NEW.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index f50c0f1d..c38fdc79 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,6 +1,33 @@
Summary of important changes in recent versions
===============================================
+Version 2.03beta2
+=================
+
+Upgrade notes:
+- The M135 command is no longer supported, but AFAIK nobody used it
+- Important! See 2.03beta1 upgrade notes too.
+
+New features/changed behaviour:
+- M574 allows endstop input numbers to be configured (C parameter). Currently only the first input number specified for each axis is monitored.
+- M203 Inn sets minimum movement speed
+- M203 now reports speeds in mm/sec
+- M208 reports error if min >= max
+- Allow hex inputs anywhere in G/M code parameters where an unsigned value is required
+- Requested fan speed is now scaled by the M106 X parameter
+- Shrunk the DDA and Tool structures to reduce RAM usage
+- M111 Sn for n != 0 now requires a P parameter, to reduce issues caused by Repitier Host using the M111 command for other purposes
+- Increased temperature sampling rate from 2 to 4 samples/sec
+- Increased the allowed number of consecutive temperature reading errors from 5 to 8
+- Removed M135 command
+
+Bug fixes:
+- Fixed 12864 display scrolling when the folder included filenames starting with '.'
+- Fixed remaining M105 status response received when M997 S1 sent from USB
+- Fixed firmware update messages getting erased on PanelDue during M997 S1
+- M408 Sn was hanging for N>5
+- Fixed leadscrew adjustment bug introduced in 2.03beta1
+
Version 2.03beta1
=================