Solved Duet3 + Pi DWC freezing
-
I am seeing this issue as well after updating to RC12. Here is my config.g I wasn't printing or anything at the time that my RPi froze. It was just idle for the entire day. I will leave it running with the console logging and see if I can catch any errors if it freezes again today.
; Configuration file for Duet 3 (firmware version 3) ; executed by the firmware on start-up ; ; Originally generated by RepRapFirmware Configuration Tool v2.1.8 on Mon Apr 13 2020 22:32:46 GMT-0400 (Eastern Daylight Time) ; update by Matthew Whited echo "Loading Configuration" ; Settings from old RAMPS based (3drag controler) board. ;M92 X79.83 Y78.65 Z397.23 E600.00 ;M203 X400.00 Y400.00 Z50.00 E100.00 ;M201 X5000 Y9000 Z100 E1000 ;M205 S0.00 B20000 X10.00 Z0.40 E5.00 ;M206 X0.00 Y0.00 Z0.00 ;M301 P63.00 I2.25 D440.00 ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Duet 3" ; set printer name ; Drives M569 P0.2 S1 ; physical drive 0.2 goes forwards M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.0 S1 ; physical drive 0.0 goes forwards M569 P0.3 S0 ; physical drive 0.3 goes backwards M569 P0.4 S0 ; physical drive 0.4 goes backwards M569 P0.5 S0 ; physical drive 0.5 goes backwards M584 X0.2 Y0.1 Z0.0 E0.3:0.4:0.5 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X79.83 Y78.65 Z397.23 E600.00 ; set steps per mm M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X24000 Y24000 Z3000 E6000 ; set maximum speeds (mm/min) M201 X5000.00 Y5000.00 Z100.00 E1000.00 ; set accelerations (mm/s^2) M906 X2000 Y2000 Z2000 E2000 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X216 Y200 Z219 S0 ; set axis maxima ; Endstops M574 X1 S1 P"^io4.in+^io5.in" ; configure active-high endstop for low end on X via pin ^io4.in M574 Y1 S1 P"^io2.in+^io3.in" ; configure active-high endstop for low end on Y via pin ^io2.in M574 Z1 S1 P"^io0.in+^io1.in" ; configure active-high endstop for low end on Z via pin ^io0.in ;M574 X2 S1 P"^io5.in" ; configure active-high endstop for high end on X via pin ^io5.in ;M574 Y2 S1 P"^io3.in" ; configure active-high endstop for high end on Y via pin ^io3.in ;M574 Z2 S1 P"^io1.in" ; configure active-high endstop for high end on Z via pin ^io1.in ; https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M950_Create_heater_fan_or_GPIO_servo_pin ; https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M581_Configure_external_trigger ;M950 J1 C"^io5.in" ; X high end endstop ;M950 J2 C"^io3.in" ; Y high end endstop ;M950 J3 C"^io1.in" ; Z high end endstop ;M581 P1 T4 S1 C0 ;M581 P2 T2 S1 C0 ;M581 P3 T3 S1 C0 ; Z-Probe M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed M557 X15:195 Y15:195 S20 ; define mesh grid ; Heaters ;M308 S0 P"temp0" Y"thermistor" T100000 B4138 A"Bed" ; configure sensor 0 as thermistor on pin temp0 M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed" ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 ;HTF1 M308 S1 P"temp1" Y"thermistor" T100000 B4138 A"HTF1" ; configure sensor 1 as thermistor on pin temp1 M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1 M143 H1 S280 ; set temperature limit for heater 1 to 280C M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M950 F0 C"out7" Q500 ; create fan 0 on pin out7 and set its frequency M106 P0 S0 H-1 C"HTF1" ; set fan 0 value. Thermostatic control is turned off ;HTF2 M308 S2 P"temp2" Y"thermistor" T100000 B4138 A"HTF2" ; configure sensor 2 as thermistor on pin temp2 M950 H2 C"out2" T2 ; create nozzle heater output on out2 and map it to sensor 2 M143 H2 S280 ; set temperature limit for heater 2 to 280C M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M950 F1 C"out8" Q500 ; create fan 1 on pin out8 and set its frequency M106 P1 S0 H-1 C"HTF2" ; set fan 1 value. Thermostatic control is turned on ; Fan 3 M950 F2 C"out4" Q50 ; create fan 2 on pin out4 and set its frequency M106 P2 S0 H1-1 C"Fan 3" ; set fan 2 value. Thermostatic control is turned on ;Power Supply M308 S3 P"temp3" Y"thermistor" T100000 B4138 A"PS" ; configure sensor 3 as thermistor on pin temp3 for Power supply M950 F3 C"out9" Q500 ; create fan 3 on pin out9 and set its frequency M106 C"Power Supply" P3 H-1 S0.0 ; Power supply fan (3) linked to pwoer supply temp (3) Turn on at 35C ; Tools M563 P0 S"Direct Drive" D1 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ;M563 P1 S"3mm Bowden" D0 H1 F0 ; define tool 1 ;G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets ;G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C ;M563 P2 S"Dual 1.75 Bowden" D0:1 H1:2 F0 ; define tool 2 ;G10 P2 X0 Y0 Z0 ; set tool 2 axis offsets ;G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C ;M568 P2 S1 ; enable mixing for tool 2 ;M567 P2 E0.5:0.5 ; set mixing ratios for tool 2 ;M563 P3 S"3 Color" D0:1:2 H1 F0 ; define tool 3 ;G10 P3 X0 Y0 Z0 ; set tool 3 axis offsets ;G10 P3 R0 S0 ; set initial tool 3 active and standby temperatures to 0C ;M568 P3 S1 ; enable mixing for tool 3 ;M567 P3 E0.33:0.33:0.34 ; set mixing ratios for tool 3 ;bank 1 M563 P10 S"Extruder 0" D0 H1 F0 ; define tool 4 G10 P10 X0 Y0 Z0 ; set tool 4 axis offsets G10 P10 R0 S0 ; set initial tool 4 active and standby temperatures to 0C M563 P11 S"Extruder 1" D1 H1 F0 ; define tool 4 G10 P11 X0 Y0 Z0 ; set tool 4 axis offsets G10 P11 R0 S0 ; set initial tool 4 active and standby temperatures to 0C M563 P12 S"Extruder 2" D2 H1 F0 ; define tool 4 G10 P12 X0 Y0 Z0 ; set tool 4 axis offsets G10 P12 R0 S0 ; set initial tool 4 active and standby temperatures to 0C ;bank 2 M563 P13 S"Extruder 3" D0 H1 F0 ; define tool 4 G10 P13 X0 Y0 Z0 ; set tool 4 axis offsets G10 P13 R0 S0 ; set initial tool 4 active and standby temperatures to 0C M563 P14 S"Extruder 4" D1 H1 F0 ; define tool 4 G10 P14 X0 Y0 Z0 ; set tool 4 axis offsets G10 P14 R0 S0 ; set initial tool 4 active and standby temperatures to 0C M563 P15 S"Extruder 5" D2 H1 F0 ; define tool 4 G10 P15 X0 Y0 Z0 ; set tool 4 axis offsets G10 P15 R0 S0 ; set initial tool 4 active and standby temperatures to 0C ; Custom settings are not defined ; Configure outpus for Relay Controller M950 P0 C"io6.out" M950 P1 C"io7.out" M950 P2 C"io8.out" ; Default all relays to off M42 P0 S0 M42 P1 S0 M42 P2 S0 M501 ; Execute config-override.g
-
I think I have found the issue but I am still testing the fix. I am now printing layer 55 of Carlo's test file and no freeze so far.
-
@chrishamm was this linked to my issue by any chance?
-
@jay_s_uk Yes, I think so. We'll provide a fix shortly.
-
The website is still responding and the SBC/RPi seems that's it's still running but I did get this message
[info] Starting macro file 0:/macros/Special Scripts/Check Relays on channel Daemon
[debug] Evaluating If block
[debug] Evaluating state.currentTool = -1 on channel Daemon
[debug] Evaluation result: state.currentTool = -1 = true
[debug] Evaluating If block
[debug] Evaluating 0 on channel Daemon
[debug] Evaluating 1 on channel Daemon
[debug] Evaluating 2 on channel Daemon
[debug] Evaluating state.gpOut[0].pwm > 0 || state.gpOut[1].pwm > 0 || state.gpOut[2].pwm > 0 on channel Daemon
[debug] Evaluation result: state.gpOut[0].pwm > 0 || state.gpOut[1].pwm > 0 || state.gpOut[2].pwm > 0 = false
[debug] End of If block
[debug] End of If block
[debug] Finished codes from macro file 0:/macros/Special Scripts/Check Relays
[info] Finished macro file 0:/macros/Special Scripts/Check Relays
[warn] Daemon: System macro daemon.g is requested but the stack is not empty. Discarding request.
[debug] Requesting update of key job, seq 1 -> 2
[debug] Daemon: ==> Finished starting code: M98 P"0:/macros/Special Scripts/Check Relays"
[debug] Completed M98 P"0:/macros/Special Scripts/Check Relays"
[debug] Daemon: Sent G4 S10 ; wait 10 seconds, remaining space 1504, needed 32
[debug] Daemon: -> Resumed suspended code
[debug] Updated key job
[warn] Daemon: System macro daemon.g is requested but the stack is not empty. Discarding request. -
After the above message the daemon.g did not running. I was able to recover it by hitting emergency stop. I didn't get the total lockup like I did yesterday where the UI stopped responding as well as I was not able to SSH into the RPi... but this time is different as I cam logging the messages to the console as you suggested above. I'm going to allow it to continue running overnight to see if it freezes entirely.
-
Thats the same message I was seeing. https://forum.duet3d.com/topic/16240/print-frozen-rrf3-01-rc12-and-dsf-2-2-0/12
When I got that, the system would lock up, the GUI would become unresponsive but I was still able to SSH into the pi.
Just to let you know that you're not alone. -
Were you able to reload the screen to get control back ?
-
I could reload it but none of the buttons did anything.
Seems to be something locking the daemon file up and killing the pi side of things. -
@jay_s_uk
Yeah if I reloaded it worked as normal until cal or uploading gcode and the circle continued. -
Hi,
Connected to pi via desktop Chrome browser/and Pi screen
Still having this issue after update to 3.1.0 via apt-get
Also now get this error and constant network drops?
5/16/2020, 3:10:10 PM Failed to get file list (don't get this error on the Pi only over network)
Target drive is unmountedNo files show in system via web browser but are there on Pi screen
And still freezes after G32 or uploading gcode files may be more this is as far as I have gone on both Pi and web browser.Cheers
C -
@Carlo Can you confirm that you are on RRF 3.1.0? I haven't been able to reproduce it since that version. If it happens again, please run
M122
from a serial monitor connected to the Duet 3,M122 "DSF"
via the web interface, and post the outputs here.The outputs of
sudo ls -lR /opt/dsf/sd
andsudo journalctl -u duetcontrolserver -e
may be interesting, too (executed from a Linux terminal). -
Hi Chris,
I have just installed a new image of duetpi and its the same issue file name 2020-05-15-DuetPi.img.
5/16/2020, 4:21:26 PM M122 "DSF"
=== Duet Control Server ===
Duet Control Server v3.1.0
Code buffer space: 4096
Configured SPI speed: 8000000 Hz
Full transfers per second: 31.0duetcontrol to follow
cheers
-
pi@duet3:~ $ sudo ls -lR /opt/dsf/sd
/opt/dsf/sd:
total 20
drwxr-xr-x 2 pi pi 4096 May 15 16:09 filaments
drwxr-xr-x 2 pi pi 4096 May 15 16:09 firmware
drwxr-xr-x 2 pi pi 4096 May 15 16:09 gcodes
drwxr-xr-x 2 pi pi 4096 May 15 16:09 macros
drwxr-xr-x 2 pi pi 4096 May 16 16:17 sys
lrwxrwxrwx 1 pi pi 7 May 15 16:25 www -> ../dwc2/opt/dsf/sd/filaments:
total 0/opt/dsf/sd/firmware:
total 0/opt/dsf/sd/gcodes:
total 0/opt/dsf/sd/macros:
total 0/opt/dsf/sd/sys:
total 1004
-rw-r--r-- 1 root root 500 May 16 16:01 bed.g
-rw-r--r-- 1 root root 4758 May 16 16:17 config.g
-rw-r--r-- 1 root root 4758 May 16 16:01 config.g.bak
-rw-r--r-- 1 root root 4177 May 16 16:01 config.json
-rw-r--r-- 1 root root 595 May 16 16:16 config-override.g
-rwxr-xr-x 1 root root 10308 May 15 16:47 Duet3Bootloader_EXP.bin
-rwxr-xr-x 1 root root 9192 May 15 16:47 Duet3Bootloader_TOOL.bin
-rwxr-xr-x 1 root root 161956 May 15 16:47 Duet3Firmware_EXP3HC.bin
-rwxr-xr-x 1 root root 570184 May 15 16:47 Duet3Firmware_MB6HC.bin
-rwxr-xr-x 1 root root 163468 May 15 16:47 Duet3Firmware_TOOL1LC.bin
-rwxr-xr-x 1 root root 33804 May 15 16:47 Duet3iap_spi_MB6HC.bin
-rwxr-xr-x 1 root root 19908 May 15 16:47 Duet3_SBCiap_MB6HC.bin
-rw-r--r-- 1 root root 1185 May 16 16:21 dwc2settings.json
-rw-r--r-- 1 root root 2521 May 16 16:01 heightmap.csv
-rw-r--r-- 1 root root 630 May 16 16:01 homedelta.g
pi@duet3:~ $ -
pi@duet3:~ $ sudo journalctl -u duetcontrolserver -e
May 16 16:17:15 duet3 systemd[1]: duetcontrolserver.service: Succeeded.
May 16 16:17:20 duet3 systemd[1]: duetcontrolserver.service: Service RestartSec=
May 16 16:17:20 duet3 systemd[1]: duetcontrolserver.service: Scheduled restart j
May 16 16:17:20 duet3 systemd[1]: Stopped Duet Control Server.
May 16 16:17:20 duet3 systemd[1]: Started Duet Control Server.
May 16 16:17:20 duet3 DuetControlServer[1282]: Duet Control Server v3.1.0
May 16 16:17:20 duet3 DuetControlServer[1282]: Written by Christian Hammacher fo
May 16 16:17:20 duet3 DuetControlServer[1282]: Licensed under the terms of the G
May 16 16:17:21 duet3 DuetControlServer[1282]: [info] Settings loaded
May 16 16:17:21 duet3 DuetControlServer[1282]: [info] Environment initialized
May 16 16:17:21 duet3 DuetControlServer[1282]: [info] Connection to Duet establi
May 16 16:17:21 duet3 DuetControlServer[1282]: [info] IPC socket created at /var
May 16 16:17:21 duet3 DuetControlServer[1282]: [info] Starting macro file config
May 16 16:17:22 duet3 DuetControlServer[1282]: [info] HTTP is enabled on port 80
May 16 16:17:22 duet3 DuetControlServer[1282]: [info] FTP is disabled
May 16 16:17:22 duet3 DuetControlServer[1282]: [info] TELNET is disabled
May 16 16:17:22 duet3 DuetControlServer[1282]: [warn] M307: Heater 1 appears to
May 16 16:17:22 duet3 DuetControlServer[1282]: [info] Starting macro file config
May 16 16:17:22 duet3 DuetControlServer[1282]: [info] Finished macro file config
May 16 16:17:23 duet3 DuetControlServer[1282]: [warn] M307: Heater 1 appears to
May 16 16:17:23 duet3 DuetControlServer[1282]: [info] Finished macro file config
May 16 16:17:27 duet3 DuetControlServer[1282]: [info] Starting macro file homede
May 16 16:17:28 duet3 DuetControlServer[1282]: [info] Finished macro file homede
lines 81-103/103 (END) -
@Carlo Thanks, that's all looking good. I am a bit puzzled why DWC shows the first volume as not mounted. May you share the output of http://duet3/machine/status too? In most browsers, you can switch to
raw view
somewhere at the top, which makes copy&paste easier.Please post those outputs only after a freeze has occurred and before a (firmware) reset.
-
Hope this right
{"result":{"boards":[{"bootloaderFileName":null,"canAddress":0,"firmwareDate":"2020-05-15b1","firmwareFileName":"Duet3Firmware_MB6HC.bin","firmwareName":"RepRapFirmware for Duet 3 MB6HC","firmwareVersion":"3.1.0","iapFileNameSBC":"Duet3_SBCiap_MB6HC.bin","iapFileNameSD":"Duet3_SDiap_MB6HC.bin","maxHeaters":32,"maxMotors":6,"mcuTemp":{"current":40.3,"min":39.7,"max":40.3},"name":"Duet 3 MB6HC","shortName":"MB6HC","supports12864":false,"uniqueId":"08DJM-956L2-G43S8-6J9DL-3SD6M-1S3UF","v12":{"current":12.1,"min":12.1,"max":12.2},"vIn":{"current":24,"min":24,"max":24}}],"directories":{"filaments":"0:/filaments/","firmware":"0:/sys/","gCodes":"0:/gcodes/","macros":"0:/macros/","menu":"0:/menu/","scans":"0:/scans/","system":"0:/sys/","web":"0:/www/"},"fans":[{"actualValue":0,"blip":0.1,"frequency":0,"max":1,"min":0.1,"name":"Berd Air","requestedValue":0,"rpm":-1,"thermostatic":{"heaters":[],"highTemperature":null,"lowTemperature":null}},{"actualValue":0,"blip":0.1,"frequency":0,"max":1,"min":0.1,"name":"","requestedValue":1,"rpm":-1,"thermostatic":{"heaters":[1],"highTemperature":45,"lowTemperature":45}}],"heat":{"bedHeaters":[0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"chamberHeaters":[-1,-1,-1,-1],"coldExtrudeTemperature":160,"coldRetractTemperature":90,"heaters":[{"active":0,"current":26.8,"max":125,"min":-273.1,"model":{"deadTime":0.5,"enabled":true,"gain":122,"inverted":false,"maxPwm":1,"pid":{"overridden":false,"p":5.9,"i":1.8,"d":2.1,"used":true},"standardVoltage":24,"timeConstant":513.7},"monitors":[{"action":0,"condition":"tooHigh","limit":125},{"action":null,"condition":"disabled","limit":null},{"action":null,"condition":"disabled","limit":null}],"name":null,"sensor":0,"standby":0,"state":"off"},{"active":0,"current":40.4,"max":450,"min":-273.1,"model":{"deadTime":3.4,"enabled":true,"gain":718.2,"inverted":false,"maxPwm":1,"pid":{"overridden":false,"p":0.1,"i":0,"d":0.2,"used":true},"standardVoltage":24,"timeConstant":224.6},"monitors":[{"action":0,"condition":"tooHigh","limit":450},{"action":null,"condition":"disabled","limit":null},{"action":null,"condition":"disabled","limit":null}],"name":null,"sensor":1,"standby":0,"state":"off"}]},"httpEndpoints":[],"inputs":[{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"HTTP","stackDepth":0,"state":"idle","lineNumber":5,"volumetric":false},{"axesRelative":false,"compatibility":"Marlin","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"Telnet","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"File","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"Marlin","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"USB","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"Aux","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":true,"feedRate":50,"inMacro":true,"name":"Trigger","stackDepth":1,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"Queue","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"LCD","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"SBC","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"Daemon","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"Aux2","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false},{"axesRelative":false,"compatibility":"RepRapFirmware","distanceUnit":"mm","drivesRelative":false,"feedRate":50,"inMacro":false,"name":"Autopause","stackDepth":0,"state":"idle","lineNumber":0,"volumetric":false}],"job":{"build":null,"duration":null,"file":
-
@Carlo
had to split at Filaments{"filament":[],"fileName":null,"firstLayerHeight":0,"generatedBy":null,"height":0,"lastModified":null,"layerHeight":0,"numLayers":0,"printTime":null,"simulatedTime":null,"size":0},"filePosition":0,"firstLayerDuration":null,"lastDuration":0,"lastFileName":null,"lastFileAborted":false,"lastFileCancelled":false,"lastFileSimulated":false,"layer":null,"layerTime":null,"layers":[],"timesLeft":{"filament":null,"file":null,"layer":null},"warmUpDuration":null},"limits":{"axes":10,"axesPlusExtruders":20,"bedHeaters":12,"boards":21,"chamberHeaters":4,"drivers":26,"driversPerAxis":5,"extruders":16,"extrudersPerTool":8,"fans":16,"gpInPorts":16,"gpOutPorts":32,"heaters":32,"heatersPerTool":8,"monitorsPerHeater":3,"restorePoints":6,"sensors":56,"spindles":2,"tools":50,"trackedObjects":30,"triggers":32,"volumes":1,"workplaces":9,"zProbeProgramBytes":8,"zProbes":4},"messages":[],"move":{"axes":[{"acceleration":1000,"babystep":0,"current":1700,"drivers":["0.0"],"homed":true,"jerk":1200,"letter":"X","machinePosition":-0.012,"max":185,"maxProbed":false,"microstepping":{"interpolated":true,"value":16},"min":-185,"minProbed":false,"speed":18000,"stepsPerMm":160,"userPosition":-0.012,"visible":true,"workplaceOffsets":[0,0,0,0,0,0,0,0,0]},{"acceleration":1000,"babystep":0,"current":1700,"drivers":["0.1"],"homed":true,"jerk":1200,"letter":"Y","machinePosition":0.013,"max":185,"maxProbed":false,"microstepping":{"interpolated":true,"value":16},"min":-185,"minProbed":false,"speed":18000,"stepsPerMm":160,"userPosition":0.013,"visible":true,"workplaceOffsets":[0,0,0,0,0,0,0,0,0]},{"acceleration":1000,"babystep":0,"current":1700,"drivers":["0.2"],"homed":true,"jerk":1200,"letter":"Z","machinePosition":54.891,"max":420.6,"maxProbed":false,"microstepping":{"interpolated":true,"value":16},"min":-0.5,"minProbed":false,"speed":18000,"stepsPerMm":160,"userPosition":54.891,"visible":true,"workplaceOffsets":[0,0,0,0,0,0,0,0,0]}],"calibration":{"final":{"deviation":0.015,"mean":0},"initial":{"deviation":0.016,"mean":0.008},"numFactors":6},"compensation":{"fadeHeight":null,"file":null,"meshDeviation":null,"probeGrid":{"xMin":-160,"xMax":160.1,"xSpacing":20,"yMin":-160,"yMax":160.1,"ySpacing":20,"radius":165},"skew":{"tanXY":0,"tanXZ":0,"tanYZ":0},"type":"none"},"currentMove":{"acceleration":0,"deceleration":0,"laserPwm":null,"requestedSpeed":0,"topSpeed":0},"daa":{"enabled":false,"minimumAcceleration":10,"period":0},"extruders":[{"acceleration":120,"current":400,"driver":"0.3","filament":"","factor":1,"jerk":40,"microstepping":{"interpolated":false,"value":16},"nonlinear":{"a":0,"b":0,"upperLimit":0.2},"position":0,"pressureAdvance":0,"rawPosition":0,"speed":14000,"stepsPerMm":1837}],"idle":{"timeout":45,"factor":0.4},"kinematics":{"deltaRadius":231.747,"homedHeight":420.618,"printRadius":185,"towers":[{"angleCorrection":-0.126,"diagonal":440.47,"endstopAdjustment":0.212,"xPos":-200.954,"yPos":-115.431},{"angleCorrection":-0.369,"diagonal":440.47,"endstopAdjustment":-0.073,"xPos":199.949,"yPos":-117.163},{"angleCorrection":0,"diagonal":440.47,"endstopAdjustment":-0.139,"xPos":0,"yPos":231.747}],"xTilt":0,"yTilt":0,"name":"delta"},"printingAcceleration":10000,"speedFactor":1,"travelAcceleration":10000,"virtualEPos":0,"workspaceNumber":1},"network":{"hostname":"duet3","interfaces":[{"activeProtocols":[],"actualIP":"192.168.0.24","configuredIP":"192.168.0.24","firmwareVersion":null,"gateway":"192.168.0.1","mac":"DC:A6:32:A8:72:92","numReconnects":null,"signal":null,"speed":null,"subnet":"255.255.255.0","type":"wifi"}],"name":"Duet 3"},"scanner":{"progress":0,"status":"D"},"sensors":{"analog":[{"lastReading":26.8,"name":"","type":"thermistor"},{"lastReading":40.4,"name":"","type":"rtdmax31865"}],"endstops":[{"triggered":false,"type":"inputPin","probeNumber":null},{"triggered":false,"type":"inputPin","probeNumber":null},{"triggered":false,"type":"inputPin","probeNumber":null}],"filamentMonitors":[],"gpIn":[],"probes":[{"calibrationTemperature":25,"deployedByUser":false,"disablesHeaters":false,"diveHeight":5,"maxProbeCount":1,"offsets":[0,0],"recoveryTime":0.6,"speed":20,"temperatureCoefficient":0,"threshold":500,"tolerance":0.03,"travelSpeed":100,"triggerHeight":-0.1,"type":8,"value":[0]}]},"spindles":[{"active":0,"current":0,"frequency":0,"min":0,"max":10000,"tool":-1},{"active":0,"current":0,"frequency":0,"min":0,"max":10000,"tool":-1}],"state":{"atxPower":null,"beep":null,"currentTool":-1,"displayMessage":"","dsfVersion":"3.1.0","gpOut":[],"laserPwm":null,"logFile":"","messageBox":null,"machineMode":"FFF","nextTool":-1,"powerFailScript":"","previousTool":-1,"restorePoints":[{"coords":[0,0,0],"extruderPos":0,"feedRate":50,"ioBits":0,"laserPwm":null,"spindleSpeeds":[0,0],"toolNumber":-1},{"coords":[0,0,0],"extruderPos":0,"feedRate":50,"ioBits":0,"laserPwm":null,"spindleSpeeds":[0,0],"toolNumber":-1},{"coords":[0,0,0],"extruderPos":0,"feedRate":50,"ioBits":0,"laserPwm":null,"spindleSpeeds":[0,0],"toolNumber":-1},{"coords":[0,0,0],"extruderPos":0,"feedRate":50,"ioBits":0,"laserPwm":null,"spindleSpeeds":[0,0],"toolNumber":-1},{"coords":[0,0,0],"extruderPos":0,"feedRate":50,"ioBits":0,"laserPwm":null,"spindleSpeeds":[0,0],"toolNumber":-1},{"coords":[0,0,0],"extruderPos":0,"feedRate":50,"ioBits":0,"laserPwm":null,"spindleSpeeds":[0,0],"toolNumber":-1}],"status":"idle","upTime":590},"tools":[{"active":[0],"axes":[[0],[1]],"extruders":[0],"fans":[2],"filamentExtruder":0,"heaters":[1],"mix":[1],"name":"Nozzle X","number":0,"offsets":[0,0,0],"offsetsProbed":0,"retraction":{"extraRestart":0,"length":2,"speed":16.7,"unretractSpeed":16.7,"zHop":0},"standby":[0],"state":"off"}],"userSessions":[{"id":1,"accessLevel":"readWrite","sessionType":"http","origin":"::ffff:192.168.0.2","originId":49744}],"userVariables":[],"volumes":[{"capacity":13498773504,"freeSpace":10214948864,"mounted":true,"name":null,"openFiles":null,"path":"/","speed":null},{"capacity":2143281152,"freeSpace":2083966976,"mounted":true,"name":null,"openFiles":null,"path":"/boot","speed":null}]},"success":true}
-
@chrishamm said in Duet3 + Pi DWC freezing:
Please post those outputs only after a freeze has occurred and before a (firmware) reset.
Sorry Chris I'm not sure I made this clear it freezes every time also sometimes when it echoes to the console DWC loses connection and needs me to reload the page not restart the system also I have reinstalled a number of times with the DuetPi image on brand new Sandisk Ultra SD cards always the same problem.
Just want to make sure I have given you as clear an understanding of the issue I'm having as my failing faculties possible can.Cheers
C -
To rule the Pi out I swapped out the Pi4 for Pi 3B+ but has made no difference exactly the same ?
Thought it may help.