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-07-26 16:28:10 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-07-26 16:28:10 +0300
commite8b3883006c7757a33f67160b64c87bbb28a5bcd (patch)
treeae112caeae63c75896fdce5ef636f6a34c43b005 /src/BugList.txt
parentdf3e8f2c766fe2cf8ea0b671cf044cb4d837c3d0 (diff)
Major refactoring of heater management and driver IDs
Renamed class PID to LocalHeater and moved some functions to new base class Heater Added class RemoteHeater Heaters are no longer created by default Replaced driver numbers by class DriverId with both board# and local driver# on Duet 3 Refectored stepper driver management to handle DriverId
Diffstat (limited to 'src/BugList.txt')
-rw-r--r--src/BugList.txt19
1 files changed, 14 insertions, 5 deletions
diff --git a/src/BugList.txt b/src/BugList.txt
index 91d1897c..d04ba751 100644
--- a/src/BugList.txt
+++ b/src/BugList.txt
@@ -1,12 +1,21 @@
Duet 3 work list
-- Configure ESP SPI pins and channel from Pins.h
+- [done] Configure ESP SPI pins and channel on 0.3 board from Pins.h
+- [done] Fan/heater output flexible configuration
+- [done] Endstop/Z probe flexible configuration
+- [done, test] Leadscrew adjustment moves not implemented on remote drivers
+- [done] Separate temperature sensors from heaters
+- [done] Remote temperature sensors
+- [part done] Remote heaters
- Driver on/off voltages to be defined in Pins.h, they depend on the board
- Enable dotstar support
- SWdebug stuff for main board
-- fan/heater output flexible configuration
-- endstop/Z probe flexible configuration
-- leadscrew adjustment moves not implemented on remote drivers
-- hiccup delay times will need sending to CAN drivers
+- Hiccup delay times will need sending to CAN drivers
+- Remote fans
+- Remote GPIO and servo ports
+- Driver numbers to be specified using board.driver format in M584 and M569
+- Remote M906 and M913
+- Remote M569
+- Remote M915
Done in 2.03beta1:
- [done, ok] MBytes/sec -> Mbytes/sec in M122 P104 report