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-03-07 15:40:33 +0300
committerGitHub <noreply@github.com>2020-03-07 15:40:33 +0300
commitc45abd2b197a8d245f9408440309255165eca555 (patch)
tree598986e184f74a6bdcb594d32d3d286b26e709d8 /WHATS_NEW_RRF3.md
parent7e8887d70616bac36fe9a5c746af2d627a6fd699 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index f477657d..ce76cd85 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -1,3 +1,24 @@
+RepRapFirmware 3.01-RC4 (in preparation)
+=======================
+
+Recommended compatible firmware:
+- DuetWebControl 2.0.7
+- DuetWiFiServer 1.24
+- Duet Software Framework 1.2.4.0 (for Duet 3/Raspberry Pi users)
+- Duet 3 expansion board and tool board firmware 3.01-RC4
+
+Upgrade notes: none since 2.03-RC3
+
+New features/changed behaviour:
+- Parameters in commands received from the SBC attached to a Duet 3 may now be expressions, unless they are array parameters
+- Round brackets in GCode lines are no longer treated as enclosing comments if the machine is not in CNC mode
+- Added functions radians(arg) and degrees(arg) which convert the argument from degrees to radians, and from radians to degrees
+- M915 now reports the axis or extruder speed that corresponds to the fullsteps/second value of the H parameter
+
+Bug fixes:
+- If an array of items in the object model (e.g. heaters, sensors) included null entries because of gaps in the item numbers created, and an object model expression referred to a prioerty of such as null element, the firmware crashed
+- If a while-loop was not followed by at least one GCode command or meta command outside the loop before the end of the file, the loop was never executed more than once
+
RepRapFirmware 3.01-RC3
=======================