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-14 14:02:21 +0300
committerGitHub <noreply@github.com>2019-05-14 14:02:21 +0300
commit0689eedd931f349783001c9e9bdc06d70f8a5482 (patch)
tree7f9fe52a195e826e1b9a103c5613fdf93eb41a7d
parent2a8a8e45d9617eaaaf3b1ffe81e230026819c890 (diff)
Updated whatsnew file for 2.03RC22.03RC2
-rw-r--r--WHATS_NEW.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index d234615b..255eb7bb 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,6 +1,20 @@
Summary of important changes in recent versions
===============================================
+Version 2.03RC2
+=================
+
+Upgrade notes:
+- DueX2 and DueX5 users: if you have been experiencing high I2C error counts, then in the past this usually led to the machine printing very slowly when the errors started occurring. Changes to the I2C drivers should allow the machine to recover from the error in most cases. However, if it does not recover then the machine will most likely continue to run as normal, except that the states of endstops on the DueX will not be read correctly and commands to change settings of fans on the DueX won't work. So watch out for these different symptoms.
+- See upgrade notes for 2.03RC1.
+
+New features and changed behaviour:
+- When a DueX is attached, a separate task is now used to read the states of DueX endstop inputs when they change. This should give much lower latency.
+
+Bug fixes:
+- When I2C timeouts occurred, no attempt was made to reset the I2C controller before the next I2C transaction attempt. The I2C driver now resets the controller on the Duet MCU after an I2C error, also it retries the failed transaction twice.
+- Some PWM channels didn't work correctly in the Due06/085 build (this was also fixed in temporary release 2.03RC1+1).
+
Version 2.03RC1
=================
@@ -24,7 +38,7 @@ New features and changed behaviour:
Bug fixes:
- M585 works again
-- In resurrect.g file the M290 command now commands absolute babystepping, the filename in M23 command is enclosed in double quote marks, ands the inches/mm setting is restored
+- In resurrect.g file the M290 command now commands absolute babystepping, the filename in M23 command is enclosed in double quote marks, and the inches/mm setting is restored
- The W5500 chip could not be reset on Duet Maestro
- M109 did not run the tool change files if no tool was active initially
- If a print finishes or is cancelled when Z hop is active because of a G10 command without a subsequent G11, the Z hop is cancelled (but not the associated retraction)