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-05-29 20:54:49 +0300
committerGitHub <noreply@github.com>2019-05-29 20:54:49 +0300
commit5e42c12eaf09e370e196a854fba7e719750c57dd (patch)
tree07b2137b252be7eb16fb617b4a2b178a284f33a8 /WHATS_NEW.md
parent913c9d35e18c303492e784fc9c1a868d435bd6d1 (diff)
Updated whatsnew for 2.03RC42.03RC4
Diffstat (limited to 'WHATS_NEW.md')
-rw-r--r--WHATS_NEW.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index 32c0b476..5ff7164d 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,6 +1,27 @@
Summary of important changes in recent versions
===============================================
+Version 2.03RC4
+=================
+Upgrade notes:
+- See the upgrade notes for 2.03RC3.
+
+Feature improvements/changed behaviour:
+- The Move section of the diagnostics output now includes the Z shift
+- The Move section of the diagnostics output only includes bed probe heights if 3/4/5-point bed compensation is in use
+- M1 no longer disables drives (you can do that in sleep.g)
+- M0/M1 with a stop.g/sleep.g file no longer deselects the tool, it just turns off tool heaters unless the H1 parameter is present
+- After grid probing, the min/max errors are printed as well as mean and standard deviation, and recorded in the height map file
+- Implemented M675 (thanks wilriker)
+- If you run mesh bed probing and there is a substantial height offset, a warning is generated
+- If you load a mesh and the Z datum has not been set by probing and there is a Z probe, a warning is generated
+- M114 displays the bed compensation amount at current position
+
+Bug fixes:
+- In 2.03RC3, G10 L20 gave wrong results when a workplace coordinate offset was in use
+- If Z probe averaging mode was being used when mesh probing, an incorrect Z shift could be applied
+- M0 H1 turned heaters off after running stop.g instead of leaving them on
+
Version 2.03RC3
=================
Upgrade notes: