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>2018-05-13 12:29:39 +0300
committerGitHub <noreply@github.com>2018-05-13 12:29:39 +0300
commit91bb26ecf0d5625cc3dfa3a83b0706319e1723d7 (patch)
treef2a0205777289160c2a96632bb8e61d8973d1897 /WHATS_NEW.md
parent883a6727119f2ce7ca4f8d1cd90328f1214b795a (diff)
Update WHATS_NEW.md
Diffstat (limited to 'WHATS_NEW.md')
-rw-r--r--WHATS_NEW.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index 793ae9b9..7a82a25d 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -64,7 +64,7 @@ Version 1.21
Upgrade notes:
- The compatible DuetWiFiServer version is 1.21. If you are already running firmware 1.19 or later, you can install this before or after upgrading the main firmware, it doesn't matter.
- The compatible Duet Web Control is 1.21. Install it after upgrading the main firmware.
-- On Cartesian and CoreXY printers, normal G0 and G1 moves are no longer allowed before the corresponding axes have been homed. In particular, if your homex.g, homey.g and homeall.g files raise Z a little at the start and lower it at the end, you will need to add the S2 parameter to those G1 Z moves. Otherwise the G1 Z move will be refused unless Z has already been homed and the homing macro will be terminated.
+- On Cartesian and CoreXY printers, normal G0 and G1 moves are no longer allowed before the corresponding axes have been homed. In particular, if your homex.g, homey.g and homeall.g files raise Z a little at the start and lower it at the end, you will need to add the S2 parameter to those G1 Z moves. Otherwise the G1 Z move will be refused unless Z has already been homed and the homing macro will be terminated. If you want to allow axis movement prior to homing, put M564 H0 in config.g.
- The binary filename for the Duet WiFi and Duet Ethernet is now called Duet2CombinedFirmware.bin. However, your existing firmware version may expect it to be called DuetWiFiFirmware.bin or DuetEthernetFirmware.bin. For your convenience, this release includes copies of Duet2CombinedFirmware.bin with those names.
- If you have a start.g macro file in the /sys folder of your SD card, remove or rename it, unless you want it to be run every time you start a print from SD card
- See also the upgrade notes for version 1.20 if you are upgrading from a version earlier than that