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>2017-09-01 16:52:10 +0300
committerGitHub <noreply@github.com>2017-09-01 16:52:10 +0300
commit77d6718860bd6ad383d29e0708c600fcba855116 (patch)
tree999a7c7845245be3420c001c520e43d07965eadd
parentcfd6cfa1a2bc814ad7f1c7512d5f75dbda537854 (diff)
Update WHATS_NEW.mdv1.19.2
-rw-r--r--WHATS_NEW.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index 9b42b76c..a688ffbb 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,15 +1,15 @@
Summary of important changes in recent versions
===============================================
-Version 1.19.1
+Version 1.19.2
==============
-Upgrade notes:
+Upgrade notes from version 1.19:
- If your printer is a SCARA then you now need to set appropriate M208 lower and upper limits for X and Y
-- If you are upgrading a Duet WiFi from firmware 1.19, install DuetWiFiFirmware 1.19.1 first, and confirm that the new version is running before installing DuetWiFiServer 1.19.1
+- If you are upgrading a Duet WiFi from firmware 1.19, install DuetWiFiFirmware 1.19.2 first, and confirm that the new version is running before installing DuetWiFiServer 1.19.2
- **Important!** See also the upgrade notes for version 1.19 if you are upgrading from 1.18.2 or earlier
- Recommended DuetWebControl version is 1.19
-- Recommended DuetWiFiServer version is 1.19.1
+- Recommended DuetWiFiServer version is 1.19.2
New and changed features:
- M37 P parameter is supported. If you send M37 P"file.g" then printing file.g will be simulated and the expected print time reported.
@@ -21,7 +21,7 @@ New and changed features:
- SCARA printers now apply the M208 axis limits to X and Y as well as to other axes. Minimum and maximum radius limits are still applied too.
- SCARA M669 S and T parameters can be changed on the fly, i.e. re-homing is no longer required when they are changed
- Minimum limits are applied to the parameters of M92, M201 and M203 commands to avoid firmware crashes if bad values are supplied
-- In conjunction with DuetWiFiServer 1.19.1, if connection to the access point is lost and the automatic reconnection attempt fails, the WiFi module will attempt a manual reconnect. Reconnection attempts are reported to PanelDue and to USB, and the reconnect count is included in the M122 report.
+- In conjunction with DuetWiFiServer 1.19.2, if connection to the access point is lost and the automatic reconnection attempt fails, the WiFi module will attempt a manual reconnect. Reconnection attempts are reported to PanelDue and to USB, and the reconnect count is included in the M122 report.
- Jerk is no longer applied to the boundaries between travel moves and printing moves
Bug fixes:
@@ -39,7 +39,7 @@ Bug fixes:
Version 1.19
============
-Upgrade notes:
+Upgrade notes from version 1.18.2:
- Recommended DuetWebControl version is 1.19
- Recommended DuetWiFiServer version is 1.19
- **Important!** If you use an IR Z probe or some other type that does not need to be deployed, delete the files sys/deployprobe and sys/retractprobe.g if they exist, because they are now called automatically. You can do this in the System Files Editor of the web interface.