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-02-16 16:24:37 +0300
committerGitHub <noreply@github.com>2019-02-16 16:24:37 +0300
commit4ba7abd0bc176ada8e52675c201aea11fdf20cce (patch)
treef8ad24013610cfa529f59fb32233f56333bd3aea /WHATS_NEW.md
parent4ee7439bc98318a8bafcd10eec0067a0a2459bb4 (diff)
Updated whatsnew for 2.03beta2
Diffstat (limited to 'WHATS_NEW.md')
-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
=================