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:
authorDavid Crocker <dcrocker@eschertech.com>2019-05-08 15:46:35 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-05-08 15:46:35 +0300
commit6067bd4d506a050d0b38bd040e89ffd056db6b52 (patch)
tree7c4f49a8f24668ee48085534220586af15b46111
parent7fd48b533781a21d86f3d2ca9c7fd8c328b7ae5d (diff)
parent0c8b06796becd1f42f0a7fdd3d5eab235410fdf2 (diff)
Merge branch 'dev' of https://github.com/dc42/RepRapFirmware into dev2.03RC1
-rw-r--r--WHATS_NEW.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index bca5c673..d234615b 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -6,7 +6,8 @@ Version 2.03RC1
Upgrade notes:
- The facility to map endstops using the A parameter in the M574 command has been withdrawn. Use RepRapFirmware 3 if you need an equivalent facility.
-- See also the upgrade notes for earlier releases, unless you are upgrading from 2.03beta3. **Tool change users please note:** tool offsets are now applied in tfree#.g and tpost#.g files.
+- Duet Maestro users with a 12864 display may need to make minor changes to their menu files to correct for changes in spacing and automatic insertion of % characters after certain values e.g. fan speed
+- See also the upgrade notes for earlier releases, unless you are upgrading from 2.03beta3. **Tool change users please note:** tool offsets are now applied in tfree#.g and tpost#.g files (in firmware 2.02 they were not applied).
New features and changed behaviour:
- Endstop mapping and M574 A parameter have been removed
@@ -17,7 +18,7 @@ New features and changed behaviour:
- M291 now unlocks movement if it is locked, so that PanelDue or DWC can be used to jog axes if M291 was invoked from another input stream
- The status response for DWC and returned by M408 S2 now includes the workplace coordinate system number with variable name "wpl"
- On the Duet Maestro, stepper driver open load detection is now disabled when the driver is operating in stealthChop mode
-- Prints can now be paused and cancelled while they are waiting for temperatures to be reached
+- Prints can now be baby stepped, paused and cancelled while they are waiting for temperatures to be reached
- Increased maximum number of triggers from 10 to 16
- Increased number of output buffers on Duet WiFi/Ethernet/Maestro from 20 to 24
@@ -29,6 +30,7 @@ Bug fixes:
- If a print finishes or is cancelled when Z hop is active because of a G10 command without a subsequent G11, the Z hop is cancelled (but not the associated retraction)
- Blank lines in 12864 display menu files are now ignored
- Visibility attributes were not correctly applied to 12864 display value, alter and image menu items
+- Fixed a couple of issues with the 12864 display "files" menu item when the file path refers to SD card 1. The SD card is mounted automatically if it isn't already mounted.
- Fixed (hopefully - not tested!) issue with Fan 1 on Duet085 in 2.03 beta releases
Internal changes: