Duet3D Documentation
-
in the Duet3 documentation, M111: Set Debug Level
there is some information missing on the module numbers and how to retrieve this info , i this the list can be obtained with M111 S1 P15
-
M111 without parameters lists all the modules, their numbers, and whether debugging is enabled for each.
The details of what debugging information is output when debugging is enabled varies from one firmware revision to another, so it is not specified here.Here's my output from RRF 3.5.0-rc1. There's no difference between what is reported by M111 on its own, and using parameters. Using the S and P parameter just turns it on, and tells you what is enabled. Which firmware version are you using, and what does it report for the following?
M111 Debugging enabled for modules: Debugging disabled for modules: Platform(0) Network(1) Webserver(2) Gcodes(3) Move(4) Heat(5) Kinematics(6) InputShaping(7) unused2(8) PrintMonitor(9) Storage(10) PortControl(11) DuetExpansion(12) FilamentSensors(13) WiFi(14) Display(15) SbcInterface(16) CAN(17) Expansion(18) M111 P15 Debugging enabled for modules: Debugging disabled for modules: Platform(0) Network(1) Webserver(2) Gcodes(3) Move(4) Heat(5) Kinematics(6) InputShaping(7) unused2(8) PrintMonitor(9) Storage(10) PortControl(11) DuetExpansion(12) FilamentSensors(13) WiFi(14) Display(15) SbcInterface(16) CAN(17) Expansion(18) M111 S1 P15 Debugging enabled for modules: Display(15 - 0xffffffff) Debugging disabled for modules: Platform(0) Network(1) Webserver(2) Gcodes(3) Move(4) Heat(5) Kinematics(6) InputShaping(7) unused2(8) PrintMonitor(9) Storage(10) PortControl(11) DuetExpansion(12) FilamentSensors(13) WiFi(14) SbcInterface(16) CAN(17) Expansion(18)
Ian
-
@droftarts i was looking in the seial window for debugging and missed the module numbers.
My Bad no issue -
-