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-08 15:29:27 +0300
committerGitHub <noreply@github.com>2020-03-08 15:29:27 +0300
commitb2195619a01d1dc18d94faac79b63b43a4ec4852 (patch)
treed57f924727b6b21f785dbbec790643eee2c11871 /WHATS_NEW_RRF3.md
parent8120d0c9269c1985bf0942f916e0eae7e3781109 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 72a2c79a..0b621b22 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -10,7 +10,7 @@ Recommended compatible firmware:
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
+- Parameters in commands received from the SBC attached to a Duet 3 may now be expressions, except for 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
@@ -19,7 +19,9 @@ New features/changed behaviour:
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
-- If an extruder-only move specified a feed rate, and the following printing move didn't specify a feed rate because it happened to be the same as the feed rate of the extruder-only move, then the speed factor wouldn't get applied to that move
+- If an extruder-only move specified a feed rate, and the following printing move didn't specify a feed rate because it happened to be the same as the feed rate of the extruder-only move, then the speed factor wouldn't get applied to that move. Likewise if a GCode file used a G1 Fxxx line with no movement in order to dset the feed rate of the following moves, the speed factor would not be applied to those moves.
+- M409 incorrectly allowed a '.' to be omitted between the closing square bracket of an index and the following fields name
+- On Duet 3 in standalone mode only the 'echo' service was created, due to the limit on the number of MDNS services being set too low
RepRapFirmware 3.01-RC3
=======================