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-06-13 18:59:05 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-06-13 18:59:05 +0300
commit11a51e9669a92cc6e03683aa9e0d2dade94aa36d (patch)
treec56be56453d135305fece95ec845d5dd242c5d27 /src/BugList.txt
parent0e8d585ac18513b086a79e9ea1b7c8c64a0c3400 (diff)
Release 2.03 provisional
When disabling Telnet or HTTP or disabling networking, set the number of sessons to zero Added virtual extruder position to M114 response for Octoprint Added M566 P parameter (jerk policy) Increased pulsed filament monitor pulses/mm displayed value from 2 to 3 decimal places
Diffstat (limited to 'src/BugList.txt')
-rw-r--r--src/BugList.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/BugList.txt b/src/BugList.txt
index 3e5274e6..7b5c18cd 100644
--- a/src/BugList.txt
+++ b/src/BugList.txt
@@ -176,6 +176,12 @@ In 2.03RC5:
- [done] Duet Maestro build now supports laser cutters
- [done] SCARA bug: when attempting to move beyond arm limits the cached X and Y are inconsistent with the cached theta and psi
+For 2.03 release:
+- Add virtual extruder position to M114 response for Octoprint, https://forum.duet3d.com/topic/10821/returning-virtual-extruder-position-in-m114/3
+- When disabling network or a protocol, set the number of active HTTP and/or Telnet clients to 0
+- Added jerk policy, P parameter to M566
+- Pulse-type filament monitor now reports mm/pulse to 3 decimal places instead of 2
+
Outstanding issues:
- Running out of output buffers and not freeing them up, https://forum.duet3d.com/post/96586
- Inconsistent Z0 position, https://forum.duet3d.com/user/caveman