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-05-06 13:47:40 +0300
committerGitHub <noreply@github.com>2020-05-06 13:47:40 +0300
commit603c2381919e0e0b214b1009d017800450be179e (patch)
tree7505ccab268cc692fe855f04a47c1a831f9d2692 /WHATS_NEW_RRF3.md
parentc79c3726a5ce5be7ba910c916604d479a08203f1 (diff)
Updated whatsnew_rrf3 for 3.01-RC12
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 4353c787..a627ecba 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -1,11 +1,11 @@
-RepRapFirmware 3.01 (in preparation)
+RepRapFirmware 3.01-RC12
========================
Recommended compatible firmware:
-- DuetWebControl 2.1.6
+- DuetWebControl 2.1.7
- DuetWiFiServer 1.23 (same as for previous RC)
-- Duet Software Framework version TBC (for Duet 3/Raspberry Pi users)
-- Duet 3 expansion board and tool board firmware 3.01
+- Duet Software Framework version 2.2.0 (for Duet 3/Raspberry Pi users)
+- Duet 3 expansion board and tool board firmware 3.01-RC11
- PanelDueFirmware 1.24
Upgrade notes:
@@ -20,15 +20,17 @@ Known issues and limitations:
New features/changed behaviour:
- The PanelDue connector (or IO_0 on Duet 3) is no longer dedicated to PanelDue. When not used for PanelDue, its two pins are available for use by GPIO, endstops etc. On Duet WiFi/Ethernet/Maestro they are called "urx0" and "utx0".
- Added 'move.virtualEPos' and 'boards[0].uniqueId' to object model
-- M486 without parameters now reports the known objects on the build plate
+- M486 without parameters now lists the known objects on the build plate
- Previously, if a response for an over-long filename was received by the HTTP server, a "Filename too long" error message was generated and no response to the HTTP command was returned. Now, a 404 response is returned, and a message warning about a possible virus attack is generated unless the filename looks like an OCSP request.
-- If a HTTP request is received but insufficient output buffers are available, a HTTP 503 error code is now returned immediately instead of waiting to see if buffers become available and/or discarding response messages. A client receiving a 503 request should call rr_reply to get and flush any pending responses before making any otyher type of request.
+- If a HTTP request is received but insufficient output buffers are available, a HTTP 503 error code is now returned immediately instead of waiting to see if buffers become available and/or discarding response messages. A client receiving a 503 request should call rr_reply to get and flush any pending responses before making any other type of request.
Bug fixes:
+- Using the M591 (configure height following mode) command caused a firmware crash and reset in some configurations
+- When changes were made to the filament monitor configuration, DCS and DWC were not notified that the corresponding object mode subtree had changed
- Duet WiFi/Ethernet/Maestro: the first time a M575 P1 command was used, the B parameter (baud rate) baud rate in that command was ignored, so the default baud rate of 57600 continued to be used
-- Using the M591 command caused a firmware crash and reset in some configurations
-- Duet 3 + SBC: when sending commands from USB or a raw aux port on the Duet and in Marlin response mode, certain commands (e.g. G28. G32) did not return the "ok" response
-- Duet 2 + DueX5: depending on the configuration, the response to a M122 command sent from DWC 2.1.5 might be discarded due to insufficient output buffers. The fix for this also needs DWC 2.1.6.
+- Duet WiFi/Ethernet + DueX5: depending on the configuration, the response to a M122 command sent from DWC 2.1.5 might be discarded due to insufficient output buffers
+- Duet 3 + SBC: when sending commands from USB or a raw aux port on the Duet and in Marlin response mode, certain commands (e.g. G28, G32) did not return the "ok" response
+- Duet 3 + SBC: pauses commanded by filament monitors sometimes caused a system hang or other undesirable behaviour
RepRapFirmware 3.01-RC11
========================