From aaf27cd64523e1fd0963b16b69dc830654460d08 Mon Sep 17 00:00:00 2001 From: dc42 Date: Mon, 20 Jan 2020 19:38:42 +0000 Subject: [PATCH 1/2] Update WHATS_NEW.md --- WHATS_NEW.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index d78ca4d5a7..ee1b3fd2c6 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -1,6 +1,25 @@ Summary of important changes in recent versions =============================================== +Version 2.06 (in preparation) +============ +Compatible files: +- DuetWiFiServer 1.23 +- DuetWebControl 2.0.6 (recommended) or 1.22.6 + +Upgrade notes from version 2.05: +- [TODO] This version uses a different IAP file in order to make direct upgrades to verson 3.01 and later possible. When upgrading, be sure to install the new IAP file too (Duet2CombinedIAP.bin for Duet WiFi/Ethernet, or DuetMaestroIAP.bin for Duet Maestro). Do not delete the old iap4e.bin or iap4s.bin file, you will need it again if you downgrade to 2.05 or earlier. + +Changed behaviour: +- [TODO] It is possible to upgrade directly from this release to 3.01 and later (with appropriate changes to config.g and homing files) +- [TODO] The maximum step pulse generation rate has been improved + +Bug fixes: +- On delta printers, M564 S0 did not allow you to exceed the M665 print radius parameter +- Fixed a possible 1-character buffer overflow in class OutputBuffer +- On tool changers, if the different tools did not have equal XY offsets then G1 X moves in the tpre and tpost tool change files might perform uncommanded Y movement, and vice versa +- [TODO] When the maximum step rates that the firmware can achieve were exceeded, hiccups were not always inserted to the extent needed + Version 2.05 ============ Compatible files: From 724e12863d5b9775ffe37a44d06aee7d4c10b026 Mon Sep 17 00:00:00 2001 From: dc42 Date: Sun, 9 Feb 2020 10:52:21 +0000 Subject: [PATCH 2/2] Update WHATS_NEW.md --- WHATS_NEW.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index ee1b3fd2c6..568b4ec296 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -7,18 +7,10 @@ Compatible files: - DuetWiFiServer 1.23 - DuetWebControl 2.0.6 (recommended) or 1.22.6 -Upgrade notes from version 2.05: -- [TODO] This version uses a different IAP file in order to make direct upgrades to verson 3.01 and later possible. When upgrading, be sure to install the new IAP file too (Duet2CombinedIAP.bin for Duet WiFi/Ethernet, or DuetMaestroIAP.bin for Duet Maestro). Do not delete the old iap4e.bin or iap4s.bin file, you will need it again if you downgrade to 2.05 or earlier. - -Changed behaviour: -- [TODO] It is possible to upgrade directly from this release to 3.01 and later (with appropriate changes to config.g and homing files) -- [TODO] The maximum step pulse generation rate has been improved - Bug fixes: - On delta printers, M564 S0 did not allow you to exceed the M665 print radius parameter - Fixed a possible 1-character buffer overflow in class OutputBuffer - On tool changers, if the different tools did not have equal XY offsets then G1 X moves in the tpre and tpost tool change files might perform uncommanded Y movement, and vice versa -- [TODO] When the maximum step rates that the firmware can achieve were exceeded, hiccups were not always inserted to the extent needed Version 2.05 ============ @@ -29,6 +21,10 @@ Compatible files: Upgrade notes from version 2.04: - If using this release to control a laser cutter or laser engraver, see "Changed behaviour" below. +Known issues: +- On delta printers, M564 S0 does not allow you to exceed the M665 print radius parameter +- On tool changers, if the different tools do not have equal XY offsets then G1 X moves in the tpre and tpost tool change files might perform uncommanded Y movement, and vice versa. Workaround: insert command M400 at the start of each tpre and tpost file. + Changed behaviour: - In laser mode (M453), M3 never turns on the laser immediately. Instead it sets the default laser power for following G1/G2/G3 commands. Likewise, M5 does not immediately turn off the laser, it sets the default laser power for following G1/G2/G3 commands. If a subsequent G1 command has a S parameter, the value of that parameter becomes the default laser power for that command and subsequent G1/G2/G3 commands. - Current position is no longer shown for pulse-type filament monitors, because it was meaningless and nearly always zero