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-02-09 13:52:21 +0300
committerGitHub <noreply@github.com>2020-02-09 13:52:21 +0300
commit724e12863d5b9775ffe37a44d06aee7d4c10b026 (patch)
tree9ba34c86dce3e6aa8c454be1b09aae2895ec87c0
parentaaf27cd64523e1fd0963b16b69dc830654460d08 (diff)
Update WHATS_NEW.md
-rw-r--r--WHATS_NEW.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index ee1b3fd2..568b4ec2 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