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-01-20 22:43:51 +0300
committerGitHub <noreply@github.com>2020-01-20 22:43:51 +0300
commit6b2962cd2b6946f22540b51792a50e39df69f0cd (patch)
tree345defcecd6d60627b73ca3952a88d1993caa2aa /WHATS_NEW_RRF3.md
parent0cb84cbda30c0249c0492958ac9cd72d7d1387fc (diff)
Update whatsnew-rrf3 for 3.01beta2
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index a3e6d3a3..d9b464ca 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -1,10 +1,10 @@
-RepRapFirmware 3.01beta2 (in preparation)
+RepRapFirmware 3.01beta2
========================
Recommended compatible firmware:
- DuetWebControl 2.06
- DuetWiFiServer 1.23
-- Duet Software Framework 1.2.2 (for Duet 3/Raspberry Pi users)
+- Duet Software Framework 1.2.3.0 (for Duet 3/Raspberry Pi users)
Upgrade notes:
- No significant changes since 3.01beta1
@@ -13,13 +13,15 @@ Limitations:
- The new conditional GCode commands and expressions and parameters in GCode commands will not work on Duet 3 with a Raspberry Pi or other SBC attached, until this support has been added to Duet Software Framework
New features and changed behaviour:
-- Object model field state.upTime has been added. This is the number of seconds (rounded down to the nearest integer) since the firmware was started or restarted.
+- Many new object model fields have been added
Bug fixes:
- Object model properties move.initialDeviation, move.calibrationDeviation.mean and move.meshDeviation.mean were inaccessible
- Equality between floating point numbers gave the wrong result
+- Function calls in GCode meta commands didn't work unless extra brackets were used
- If a GCode line was too long after stripping line numbers, leading white space and comments, the firmware restarted instead of reporting an error
- When an under-voltage event occurs, all axes are now flagged as not homed
+- The maximum step rate possible was reduced in earlier RRF3 releases. Some of that loss has been restored.
RepRapFirmware 3.01beta1
========================