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-28 23:21:33 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-05-28 23:21:33 +0300
commit39e892a1c7e25d1aacfbbdfd7a3072d9f1088fc6 (patch)
tree5fec5536ef7c100335b734451115ceb0fda4511f /src/BugList.txt
parent82b2d4aa5763dac93505696908826a6928dc8aff (diff)
Minor 2.03RC3+1 changes
Diffstat (limited to 'src/BugList.txt')
-rw-r--r--src/BugList.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/BugList.txt b/src/BugList.txt
index ff6a4e82..5f80ccc2 100644
--- a/src/BugList.txt
+++ b/src/BugList.txt
@@ -129,7 +129,7 @@ Done in 2.0RC2:
- [done, community to test] I2C errors: recover from them
- [done, ok] Separate task to keep DuetX endstop input state up to date
-To do/investigate before RC3:
+Done in 2.0 RC3:
- [done] M584 formatting improvement when no extruders
- [done] Probably issue with leadscrew move when driver numbers >= MaxAxes are used to drive Z motors
- [done] In CoreNG, increment I2C reset count when resetting the I2C system
@@ -152,6 +152,11 @@ To do/investigate before RC3:
- [no fault] Investigate https://forum.duet3d.com/post/94668 (filament load macro using stall detect not working)
+For 2.03RC4:
+- Print Z shift in Move diagnostics
+- In Move diagnostics, only print bed probe heights if 3/4/5-point bed compensatoin is in use
+- Bug fix for Z shift if Z probe averaging mnode is being used
+
Planned for 3.0:
- [on hold] investigate filament file not run on initial tool change, https://forum.duet3d.com/topic/9405/first-t0-in-gcode-does-not-work/5
- Filament monitors: disable if tool is not active/no commanded extrusion, or does it do that already?