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-15 20:42:49 +0300
committerGitHub <noreply@github.com>2020-01-15 20:42:49 +0300
commit2bb5c0a5dbd09e3437fd3cf65e47c7081eb83169 (patch)
tree7bde6fc303e86685fee274e30645543f9708e7d3 /WHATS_NEW_RRF3.md
parente1aea1728ba3b4ee0127d11f8f846555dc6c1b1b (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 513f6c29..800c5c20 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -1,8 +1,30 @@
+RepRapFirmware 3.01beta2 (in preparation)
+========================
+
+Recommended compatible firmware:
+- DuetWebControl 2.06
+- DuetWiFiServer 1.23
+- Duet Software Framework 1.2.2 (for Duet 3/Raspberry Pi users)
+
+Upgrade notes:
+- No significant changes since 3.01beta1
+
+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.
+
+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
+- If a GCode line was too long after stripping line numbers, leading white space and comments, the firmware restarted instead of reporting an error
+
RepRapFirmware 3.01beta1
========================
Recommended compatible firmware:
-- DuetWebControl 2.06 (when available) or 2.05
+- DuetWebControl 2.06
- DuetWiFiServer 1.23
- Duet Software Framework 1.2.2 (for Duet 3/Raspberry Pi users)