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-28 14:37:43 +0300
committerGitHub <noreply@github.com>2020-04-28 14:37:43 +0300
commitcf365fc5525bdb09c35f5d13e4df3fe35610165c (patch)
treefff6c3544218feb74e9dd911a41c54878df9487a /WHATS_NEW_RRF3.md
parentec1ca5efdfdf74fdbf17c1638cddc4a6bb9eaa22 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 42f85f78..33b56cb7 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -1,3 +1,26 @@
+RepRapFirmware 3.01-RC11 (in preparation)
+========================
+
+Recommended compatible firmware: (TBC)
+- DuetWebControl 2.1.5
+- DuetWiFiServer 1.23 (same as for previous RC)
+- Duet Software Framework version 2.1.1 (for Duet 3/Raspberry Pi users)
+- Duet 3 expansion board and tool board firmware 3.01-RC7 (same as for previous RC)
+- PanelDueFirmware 1.24
+
+Upgrade notes:
+- Legacy 5-point bed compensation is no longer supported
+
+New features/changed behaviour:
+- HTTP command rr_gcode with no gcode parameter now returns the buffer space, and rr_gcode with an empty gcode parameter no longer adds an empty command to the buffer
+- Skew compensation parameters have been added to the object model, in move.compansation.skew
+- Duet WiFi/Ethernet only: added I2C transaction count and transactions/minute to M122 diagnostics
+- Added longest SD card read time (since last M122) to diagnostics
+- Longest SD card write time in diagnostics now excludes delays inserted by RRF between retries and the CRC calculation time
+
+Bug fixes:
+- Pause and resume sometimes caused a small Z shift if bed compensation was in use and the tool has an X or Y offset
+
RepRapFirmware 3.01-RC10
========================