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-29 14:14:31 +0300
committerGitHub <noreply@github.com>2020-01-29 14:14:31 +0300
commit869f0a01d068446e6c77037b7b72650d632054af (patch)
treead4314588549e11845927fd31f75312c95527997 /WHATS_NEW_RRF3.md
parent7dfcc0f5a9ece038f00de51589d86da4badc59f9 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index a21f68d3..f500dc7b 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -8,6 +8,7 @@ Recommended compatible firmware:
Upgrade notes:
- Object model property move.meshDeviation is renamed moved.calibration.meshDeviation
+- In the M409 command and the rr_model HTTP command, the maximum depth is onw specified by letter d followed by a digit string, instead of just a digit string
- See also upgrade notes for 3.01beta1
Known issues and limitations:
@@ -15,7 +16,7 @@ Known issues and limitations:
- 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
+- More object model fields have been added
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