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-28 18:42:01 +0300
committerGitHub <noreply@github.com>2020-01-28 18:42:01 +0300
commit7dfcc0f5a9ece038f00de51589d86da4badc59f9 (patch)
tree26abb8b67f6488fb434e60e5bad82f1251bb122e /WHATS_NEW_RRF3.md
parentf0269e17518e1e92e71f9414c9f415d79112c586 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 920bc940..a21f68d3 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -7,11 +7,12 @@ Recommended compatible firmware:
- Duet Software Framework 1.2.4.0 (for Duet 3/Raspberry Pi users)
Upgrade notes:
-- See upgrade notes for 3.01beta1
+- Object model property move.meshDeviation is renamed moved.calibration.meshDeviation
+- See also upgrade notes for 3.01beta1
Known issues and 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
-- If you try to report the entire object model using M409, the response may be too long to send and you may get a null response instead. For this reason, M409 without parameters now reports only the top-level property names. Use M409 with a key string to drill down into them.
+- If you try to report the entire object model using M409, the response may be too long to send and you may get a null response instead. For this reason, M409 without parameters now reports only the top-level property names as if parameter F"1" was used. Use M409 with a key string to drill down into them.
New features and changed behaviour:
- More new object model fields have been added
@@ -20,7 +21,7 @@ Bug fixes since 3.01-beta2:
- If you tried to access a string-valued field of the object model from a GCode command or meta command, the # operator was always applied to it automatically
- If you used an object model variable beginning with g, m or t in an expression within a regular GCode command, and there was a space or tab character immediately before that letter, then after executing the command the parser would try to interpret that variable name as a new command, resulting in an error message
- On Duet 3 if you executed 2 consecutive G1 H2 moves that involved only motors on expansion boards, the firmware crashed with a memory protection fault
-- A fan that wasn't explicitly configured using M106 with some parameter other than P or S was reported to DWC as being non-controllable
+- A fan that hadn't explicitly been configured using M106 with some parameter other than P or S was reported to DWC as being non-controllable
RepRapFirmware 3.01beta2
========================