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-05-01 00:46:45 +0300
committerGitHub <noreply@github.com>2020-05-01 00:46:45 +0300
commit5bc7edc6e3596ba86d937796b52ad0829ecc13dc (patch)
tree289fef8c4665fda587364c8acd3ec72bb4c9437b /WHATS_NEW_RRF3.md
parentb76218bd7b038299375722eda61c9fac53a642a7 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 522e647b..491e905c 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -13,6 +13,11 @@ Upgrade notes:
- Tool change files are now run even if the axes have not been homed. If you don't want certain parts to run when axes have not been homed, use conditional GCode in the tool change file.
- Legacy 5-point bed compensation is no longer supported
- Duet 3 users: Connector IO_0 is no longer dedicated to PanelDue, therefore if you connect a PanelDue to this port you must use the following command in config.g to enable it: M575 P1 S1 B57600
+- Duet 2 users: if using a PanelDue with a baud rate other than 57600, see under Known Issues below.
+
+Known issues and limitations:
+- Duet WiFi/Ethernet/Maestro with PanelDue: if you use a PanelDue baud rate other than 57600 then the first M575 command to change the baud rate doesn't work. Workaround: use two identical M575 commands in config.g.
+- See also known issues and limitations for 3.01-RC9
New features/changed behaviour:
- The M581 C parameter (condition) is now replaced by R, in order to allow triggering from a C endstop