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-04-30 17:52:42 +0300
committerGitHub <noreply@github.com>2020-04-30 17:52:42 +0300
commitdbae7cf0e58596e734a8cf37d7ab5b765304a451 (patch)
treed4315e4935fdc1d20e394668ff9463a864d3b9a9 /WHATS_NEW_RRF3.md
parentc6de7ce1befcc1aa96079dbae4874844152e91c5 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 4600a389..72adc8fa 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -16,8 +16,8 @@ Upgrade notes:
New features/changed behaviour:
- The M581 C parameter (condition) is now replaced by R, in order to allow triggering from a C endstop
-- Duet 3 only: the IO_1 connector is no longer dedicated to PanelDue
-- The PanelDue port (or IO_1 on Duet 3) can now be configure to operate in raw (non-PanelDue) serial mode using command M575 P1 S2 B### where ### is the required baud rate. In this mode it will default to Marlin-type responses.
+- Duet 3 only: the IO_0 connector is no longer dedicated to PanelDue
+- The PanelDue port (or IO_0 on Duet 3) can now be configure to operate in raw (non-PanelDue) serial mode using command M575 P1 S2 B### where ### is the required baud rate. In this mode it will default to Marlin-type responses.
- HTTP command rr_gcode with no gcode parameter now returns the buffer space, and rr_gcode with an empty gcode parameter no longer adds an empty command to the buffer
- Skew compensation parameters have been added to the object model, in move.compensation.skew
- Duet WiFi/Ethernet: added I2C transaction count and transactions/minute to M122 diagnostics