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>2020-04-10 12:48:10 +0300
committerGitHub <noreply@github.com>2020-04-10 12:48:10 +0300
commit5431408335582155faa99d69f02fd3bf92a718e1 (patch)
tree8c4b86c3e628bf07a42e59e46a5dcd4cb0559990 /WHATS_NEW_RRF3.md
parent209e1d5bff1f5e08495f54261b212eedd19ee8a7 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 3aadb2be..80640181 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -15,13 +15,15 @@ New features/changed behaviour:
- Experimental support for NeoPixel LED strips has been added for Duet 3. See the M150 X parameter.
- When running a simulation, object model property job.duration is now the simulated time not the actual time
- Added object model property job.lastDuration
-- Times in the object model related to the current job are now repoorted as integers instead of floating point values
+- Times in the object model related to the current job are now reported as integers instead of floating point values
- The heater fault messages have been improved (thanks gtj0)
- Recent versions of S3D changed the print time comment when the print time is at least 1 hour but less than 2 hours. RRF now recognises the new format.
Bug fixes:
- The object model sequence numbers were not updated when several object model variables were changed, so DSF and DWC did not know they had changed and did not update their copies of them
- M950 J# command with no other parameters reported the incorrect state of the input
+- If nested config.g files were used (e.g. because M505 was used to change the system folder) then the effect of M83, G1 Fxxx etc. commands in the nested file were lost
+- Other fixes related to communication with DSF
Known issues and limitations: as for 3.01-RC6