[3.5.0-beta.3] reset reason: HeatTaskStuck
-
Hi!
My printer just reset a few seconds after starting a print (first time happening with this reason).
"M122" returns the following:M122 === Diagnostics === RepRapFirmware for Duet 3 MB6HC version 3.5.0-beta.3 (2023-04-14 11:28:15) running on Duet 3 MB6HC v1.0 or earlier (SBC mode) Board ID: 08DJM-956L2-G43S4-6JTD4-3SS6J-TA7GH Used output buffers: 1 of 40 (31 max) Error in macro line 72 while starting up: M584: Driver 1.0 does not exist === RTOS === Static ram: 154728 Dynamic ram: 87944 of which 1104 recycled Never used RAM 99360, free system stack 194 words Tasks: SBC(rWait:,1.4%,396) HEAT(nWait,0.0%,326) Move(nWait,0.0%,340) CanReceiv(nWait,0.0%,795) CanSender(nWait,0.0%,334) CanClock(delaying,0.0%,341) TMC(nWait,7.5%,59) MAIN(running,87.7%,135) IDLE(ready,3.4%,30), total 100.0% Owned mutexes: HTTP(MAIN) === Platform === Last reset 00:00:22 ago, cause: software Last software reset at 2023-05-21 17:59, reason: HeatTaskStuck, Gcodes spinning, available RAM 99168, slot 1 Software reset code 0x4143 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0040080f BFAR 0x00000000 SP 0x20421fe8 Task SBC Freestk 4294944119 ok Stack: 20425bc8 20421964 204181a4 e000e000 20434fac 00495351 00495350 61000000 00495351 20434f10 20434e90 20434f10 004527ef a5a5a5a5 00004d29 20434e90 20434e94 20434f14 20434f10 a5a5a5a5 a5a5a500 42473333 a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5 Error status: 0x00 Aux0 errors 0,0,0 MCU temperature: min 36.8, current 45.2, max 45.5 Supply voltage: min 24.0, current 24.0, max 24.1, under voltage events: 0, over voltage events: 0, power good: yes 12V rail voltage: min 12.0, current 12.0, max 12.1, under voltage events: 0 Heap OK, handles allocated/used 99/8, heap memory allocated/used/recyclable 2048/1008/876, gc cycles 1 Events: 0 queued, 0 completed Driver 0: standstill, SG min n/a, mspos 8, reads 61781, writes 14 timeouts 0 Driver 1: standstill, SG min n/a, mspos 8, reads 61780, writes 15 timeouts 0 Driver 2: standstill, SG min n/a, mspos 8, reads 61780, writes 15 timeouts 0 Driver 3: standstill, SG min n/a, mspos 920, reads 61782, writes 14 timeouts 0 Driver 4: standstill, SG min n/a, mspos 8, reads 61782, writes 14 timeouts 0 Driver 5: standstill, SG min n/a, mspos 8, reads 61782, writes 14 timeouts 0 Date/time: 2023-05-21 18:00:20 Slowest loop: 2.18ms; fastest: 0.06ms === Storage === Free file entries: 20 SD card 0 not detected, interface speed: 37.5MBytes/sec SD card longest read time 0.0ms, write time 0.0ms, max retries 0 === Move === DMs created 125, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000 no step interrupt scheduled === DDARing 0 === Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === DDARing 1 === Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === Heat === Bed heaters 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0 === GCodes === Movement locks held by null, null HTTP* is doing "M122" in state(s) 0 Telnet is idle in state(s) 0 File is idle in state(s) 0 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger* is idle in state(s) 0 Queue is idle in state(s) 0 LCD is idle in state(s) 0 SBC is idle in state(s) 0 Daemon* is idle in state(s) 0 0, running macro Aux2 is idle in state(s) 0 Autopause is idle in state(s) 0 File2 is idle in state(s) 0 Queue2 is idle in state(s) 0 Q0 segments left 0, axes/extruders owned 0x0000000 Code queue 0 is empty Q1 segments left 0, axes/extruders owned 0x0000000 Code queue 1 is empty === Filament sensors === Extruder 2: no data received === CAN === Messages queued 217, received 766, lost 0, boc 0 Longest wait 3ms for reply type 6053, peak Tx sync delay 5, free buffers 50 (min 49), ts 115/114/0 Tx timeouts 0,0,0,0,0,0 === SBC interface === Transfer state: 5, failed transfers: 0, checksum errors: 0 RX/TX seq numbers: 3715/2346 SPI underruns 0, overruns 0 State: 5, disconnects: 0, timeouts: 0 total, 0 by SBC, IAP RAM available 0x26650 Buffer RX/TX: 0/0-0, open files: 0 === Duet Control Server === Duet Control Server version 3.5.0-beta.3 (2023-04-14 15:12:26) Daemon: >> Doing macro daemon.g, started by system Code buffer space: 4096 Configured SPI speed: 8000000Hz, TfrRdy pin glitches: 0 Full transfers per second: 61.41, max time between full transfers: 20141.7ms, max pin wait times: 33.9ms/5.9ms Codes per second: 9.26 Maximum length of RX/TX data transfers: 4649/1832
What I found interesting / suspicious is the error message after reset (at startup):
Error in macro line 72 while starting up: M584: Driver 1.0 does not exist
When I start the machine from cold or hit "M999", my config.g runs without error.
I noticed the same behaviour after the reset when trying to write to an array inside a loop (recently posted: forum post)Could this be related somehow?
Just in case anyone wants to take a look, this is my current configuration (config.g):
; Configuration file for Duet 3 (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Sun Apr 04 2021 16:43:44 GMT+0200 (Mitteleuropäische Sommerzeit) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"MultiPrint" ; set printer name M669 K1 ; select CoreXY mode M80 C"!pson" ; invert the PS_ON output for Meanwell power supply ; Network ;M552 P0.0.0.0 S1 ; enable network and set IP address ;M553 P255.255.255.0 ; set netmask ;M554 P192.168.1.254 ; set gateway ;M586 P0 S1 ; enable HTTP ;M586 P1 S0 ; disable FTP ;M586 P2 S0 ; disable Telnet ; PanelDue 5.0i with custom logo M575 P1 S1 B115200 ; wait for expansion boards to start G4 S2 ; Define inputs and their trigger if necessary M950 J5 C"^io5.in" ; input 5 - ActiveToolDetect (Tool Detect Switch) M950 J6 C"^io7.in" ; input 6 - OpenDoorDetect M581 P6 T2 S1 R0 ; define rising edge trigger --> door opened (trigger2.g) M581 P6 T3 S0 R0 ; define falling edge trigger --> door closed (trigger3.g) M582 T2 ; check for trigger (necessary, we might start with door open) M950 J7 C"^io8.in" ; input 7 - E-Stop (trigger 0) M581 P7 T0 S1 R0 ; define rising edge trigger --> emergency stop (M112) (NOT-HALT) ; check if e-stop is triggerd at startup if sensors.gpIn[7].value == 1 M291 T0 P"pull e-stop and reset machine to continue" R"e-stop is active" M300 M582 T0 abort ; Lights M950 P0 C"1.out1" Q500 M98 P"/macros/Light-Control/MainLight_ON.g" M950 P1 C"1.out0" Q500 ;M98 P"/macros/Light-Control/HeadLight_toggle.g" M150 X1 M150 R255 U255 B255 P10 S18 ; Drives D3: stealthChop2 V4000: switch from stealthChop to to spreadCycle mode at 0.1 mm/sec speed (quiet at standstill) M569 P0.2 S0 ; physical drive 0.2 goes backwards (X - Axis) M569 P0.1 S0 ; physical drive 0.1 goes backwards (Y - Axis) M569 P0.0 S1 ; physical drive 0.0 goes forwards (Z - Axis) M569 P0.3 S0 ; physical drive 0.3 goes backwards (C - COUPLER) M569 P1.0 S1 ; physical drive 1.0 goes forwards (B - BRUSH) M569 P0.4 S1 ; physical drive 0.4 goes forwards (E0 - V6) M569 P0.5 S1 ; physical drive 0.5 goes forwards (E1 - Volcano) M569 P121.0 S0 ; physical drive 121.0 goes forwards (E2 - HighTemp Direct) M584 X0.2 Y0.1 Z0.0 C0.3 B1.0 E0.4:0.5:121.0 ; set drive mapping M350 X16 Y16 Z16 B16 E16:16:16 I1 ; configure microstepping with interpolation M350 C16 I0 ; configure microstepping without interpolation M92 X100 Y100 Z1600 C91.022 B128 E400:400:400 ; set steps per mm M98 P"/macros/Speeds/set_speed.g" S"startup" ; set speeds, jerk and accel. for the beginning M566 Z20 C2 B8 E450:900:450 ; set maximum instantaneous speed changes (mm/min) M203 Z800 C8000 B1000 E4500:5500:4500 ; set maximum speeds (mm/min) M201 Z400 C500 B500 E10000:23000:6000 ; set accelerations (mm/s^2) M906 X1800 Y1800 Z1130 B500 I20 ; set motor currents (mA) and motor idle factor in per cent (X Y Z B) M906 C500 E1000:1000:1000 I10 ; set motor currents (mA) and motor idle extruder motors to 10% M84 S15 ; Set idle timeout ;spindle M950 R0 C"^vfd" Q900 L10000 ; Spindle 0 uses out9/vfd as RPM pin with 200 Hz PWM freq and has a max RPM of 10000 ; limits M98 P"/macros/Boundaries/ToolHead.g" ; set dynamic axis Limits M208 Z0:264.6 C-45:360 B0:23 ; set static axis limits (min:max) ; Endstops M574 X1 S1 P"^io3.in" ; configure active-high endstop for low end on X via pin ^io1.in M574 Y1 S1 P"^io4.in" ; configure active-high endstop for low end on Y via pin ^io2.in M574 Z2 S1 P"^io2.in" ; configure active-high endstop for high end on Z via pin ^io7.in M574 C0 ; No C endstop M574 B1 S1 P"^1.io3.in" ; configure active-high endstop for low end on B via pin ^io5.in ; Z-Probe M558 P8 C"io1.in" H2 F600:300 I0 A4 S0.025 T20000 ; set Z probe type to switch and the dive height + speeds G31 P200 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height M557 X-140:140 Y-90:90 S20:30 ; Define mesh grid ;Stall Detection M915 X Y S6 F1 R1 ; X / Y Axes ; Heaters M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0 ; BED ; correction val for port "temp0": H=-19; L=0 M950 H0 C"out0" T0 Q5 ; create bed heater output on out0 and map it to sensor 0 with a PWM freq of 5 Hz M307 H0 B0 R1.240 C413.8 D3.17 S1 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S200 ; set temperature limit for bed heater 0 to 200C M308 S1 P"temp1" Y"thermistor" A"T0" T100000 B4138 ; configure sensor 1 as thermistor on pin temp3 ; TOOL 0 ; correction val for port "temp3": H=-7; L=13 M950 H1 C"out1" T1 ; create nozzle heater output on out3 and map it to sensor 1 M307 H1 R2.320 K0.406:0.085 D5.66 E1.35 S1.00 B0 V24.0 ; disable bang-bang mode for heater and set PWM limit M143 H1 S285 ; set temperature limit for heater 1 to 285C M308 S2 P"temp2" Y"thermistor" A"T1" T100000 B4138 ; configure sensor 2 as thermistor on pin temp3 ; TOOL 1 ; correction val for port "1.temp0": H=-6; L=3 M950 H2 C"out2" T2 ; create nozzle heater output on 1.out1 and map it to sensor 2 M307 H2 R2.016 K0.366:0.030 D5.70 E1.35 S1.00 B0 V24.5 ; disable bang-bang mode for heater and set PWM limit M143 H2 S285 ; set temperature limit for heater 2 to 285C M308 S3 P"121.temp0" Y"thermistor" A"T2" T100000 B4138 ;configure sensor 3 as thermistor on pin 121.temp0 ; TOOL 2 ; correction val for port "121.temp0": H=-13; L=0 M950 H3 C"121.out0" T3 ; create nozzle heater output on 121.out0 and map it to sensor 3 M307 H3 R2.409 K0.350:0.180 D5.36 E1.35 S1.00 B0 V23.9 ; disable bang-bang mode for heater and set PWM limit M143 H3 S250 ; set temperature limit for heater 3 to 250C ; Fans M950 F0 C"out4" Q500 ; create fan 0 on pin out9 and set its frequency M106 P0 S0 H-1 L0.2 C"T0" ; set fan 0 value. Thermostatic control is turned off M950 F1 C"out7" Q500 ; create fan 1 on pin out8 and set its frequency M106 P1 S1 H1 T60 ; set fan 1 value. Thermostatic control is turned on M950 F2 C"out5" Q500 ; create fan 2 on pin 1.out6 and set its frequency M106 P2 S0 H-1 L0.2 C"T1" ; set fan 2 value. Thermostatic control is turned off M950 F3 C"out8" Q500 ; create fan 3 on pin 1.out7 and set its frequency M106 P3 S1 H2 T60 ; set fan 3 value. Thermostatic control is turned on M950 F4 C"121.out1" Q500 ; create fan 4 on pin 121.out1 and set its frequency M106 P4 S0 H-1 L0.4 C"T2" ; set fan 4 value. Thermostatic control is turned off M950 F5 C"121.out2" Q500 ; create fan 5 on pin 121.out2 and set its frequency M106 P5 S1 H3 T60 ; set fan 5 value. Thermostatic control is turned on M950 F6 C"!out6+out6.tach" Q500 ; create fan 6 on pin out4, this is a PWM fan so the output needs to be inverted, and using out4.tach as a tacho input M106 P6 S0 H-1 C"Filterbox" ; set fan 6 value. Thermostatic control is turned off M106 P6 S0 ; Input Shaping ;M593 P"zvdd" F42.2 ; cancel ringing at 42.2Hz ;(https://forum.e3d-online.com/threads/accelerometer-and-resonance-measurements-of-the-motion-system.3445/) ; Tools M563 P0 S"V6 Bowden" D0 H1 F0 ; define tool 0 G10 P0 X-8.02 Y38.97 Z-4.7 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C M572 D0 S0.2 ; pressure advance T0 M563 P1 S"Volcano Bowden" D1 H2 F2 ; define tool 1 G10 P1 X-7.92 Y38.96 Z-13.2 ; set tool 1 axis offsets G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C M572 D1 S0.3 ; pressure advance T1 M563 P2 S"Hemera Direct" D2 H3 F4 ; define tool 2 G10 P2 X21.05 Y43.75 Z-5.7 ; set tool 2 axis offsets G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C M591 D2 P3 C"121.io1.in" ; Configure filament sensing for tool 2 M572 D2 S0.05 ; pressure advance T2 M563 P3 S"Spindle" R0 ; define tool 3 G10 P3 X0 Y52.50 Z-78.7 ; set tool 3 axis offsets ;some notes about PA: ;the large bowden tool should need a value of 2.0 or 2.1, but the system gets ridiculously slow without cranking up E jerk ; PowerFail Script (use M916 to resume the print from where it stopped) M911 S23.6 R23.8 P"M913 X0 Y0 G91 M83 G1 E-5 F1000" ; set voltage thresholds and actions to run on power loss ;MCU Temp Calibration M912 P0 S8 ;room temp: 20°C (reportet MCU temp right after startup: 12°C) M308 S5 Y"mcu-temp" A"6HC MCU" ;show MCU-temp of Mainboard (MB6HC) in DWC (Tools -> Extra) Graph M308 S6 Y"mcu-temp" P"1.dummy" A"3HC MCU" ;show MCU-temp of CAN expansion board 1 (3HC) in DWC (Tools -> Extra) Graph M308 S7 Y"mcu-temp" P"121.dummy" A"1LC MCU" ;show MCU-temp of CAN expansion board 121 (1LC) in DWC (Tools -> Extra) Graph ;DHT Sensor (temp and humidity) M308 S11 P"io6.out" Y"dht22" A"Chamber" ; define DHT22 temperature sensor M308 S12 P"S11.1" Y"dhthumidity" A"Rel. Humidity[%]" ; attach DHT22 humidity sensor to secondary output of temperature sensor ; Common variable declarations if !exists(global.IdlePos_X) global IdlePos_X = -170 else set global.IdlePos_X = -170 if !exists(global.IdlePos_Y) global IdlePos_Y = 100 else set global.IdlePos_Y = 100 if !exists(global.IdlePos_Z) global IdlePos_Z = 5 else set global.IdlePos_Z = 5 if !exists(global.ZisLifted) global ZisLifted = false else set global.ZisLifted = false if !exists(global.RunDaemon) global RunDaemon = true else set global.RunDaemon = true if !exists(global.calibration_movement_step) global calibration_movement_step = 100 else set global.calibration_movement_step = 100 ; Filament Weight Scale for each tool M308 S8 Y"linear-analog" P"1.io0.in" A"T0FilamentScale" B-65 C3240 M308 S9 Y"linear-analog" P"1.io1.in" A"T1FilamentScale" B45 C4100 M308 S10 Y"linear-analog" P"1.io2.in" A"T2FilamentScale" B-233 C8500
-
I don't know if the following is related or not, but the printer reset again.
This time while pausing a print:M122 === Diagnostics === RepRapFirmware for Duet 3 MB6HC version 3.5.0-beta.3 (2023-04-14 11:28:15) running on Duet 3 MB6HC v1.0 or earlier (SBC mode) Board ID: 08DJM-956L2-G43S4-6JTD4-3SS6J-TA7GH Used output buffers: 1 of 40 (40 max) === RTOS === Static ram: 154728 Dynamic ram: 89248 of which 200 recycled Never used RAM 98288, free system stack 129 words Tasks: SBC(ready,0.9%,358) HEAT(nWait,0.0%,324) Move(nWait,0.0%,218) CanReceiv(nWait,0.0%,772) CanSender(nWait,0.0%,334) CanClock(delaying,0.0%,341) TMC(nWait,7.6%,59) MAIN(running,91.4%,135) IDLE(ready,0.0%,30), total 100.0% Owned mutexes: HTTP(MAIN) === Platform === Last reset 00:17:32 ago, cause: power up Last software reset at 2023-05-21 18:52, reason: AssertionFailed, Gcodes spinning, available RAM 99192, slot 1 Software reset code 0x4123 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0044a000 BFAR 0x00000000 SP 0x2041bc9c Task MAIN Freestk 2243 ok Stack: 00000562 0049eb7c 00409613 20425180 20430210 2042b778 00000000 20430618 20425180 2042cf78 0046a607 00000001 20430214 00000001 2041bcdc 00000101 00000000 00000000 ffffffed 3f000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Error status: 0x04 Aux0 errors 0,0,0 MCU temperature: min 46.5, current 47.2, max 47.3 Supply voltage: min 24.0, current 24.0, max 24.1, under voltage events: 0, over voltage events: 0, power good: yes 12V rail voltage: min 12.0, current 12.0, max 12.0, under voltage events: 0 Heap OK, handles allocated/used 99/15, heap memory allocated/used/recyclable 2048/396/156, gc cycles 93 Events: 0 queued, 0 completed Driver 0: standstill, SG min n/a, mspos 792, reads 8662, writes 0 timeouts 0 Driver 1: standstill, SG min n/a, mspos 264, reads 8662, writes 0 timeouts 0 Driver 2: standstill, SG min n/a, mspos 872, reads 8663, writes 0 timeouts 0 Driver 3: standstill, SG min n/a, mspos 440, reads 8663, writes 0 timeouts 0 Driver 4: standstill, SG min n/a, mspos 840, reads 8662, writes 0 timeouts 0 Driver 5: standstill, SG min n/a, mspos 8, reads 8662, writes 0 timeouts 0 Date/time: 2023-05-21 20:15:05 Slowest loop: 2.35ms; fastest: 0.13ms === Storage === Free file entries: 20 SD card 0 not detected, interface speed: 37.5MBytes/sec SD card longest read time 0.0ms, write time 0.0ms, max retries 0 === Move === DMs created 125, segments created 28, maxWait 0ms, bed compensation in use: mesh, comp offset 0.000 no step interrupt scheduled === DDARing 0 === Scheduled moves 807, completed 807, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === DDARing 1 === Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === Heat === Bed heaters 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0 === GCodes === Movement locks held by Aux, Aux HTTP* is doing "M122" in state(s) 0 Telnet is idle in state(s) 0 File* is idle in state(s) 0 USB is idle in state(s) 0 Aux* is idle in state(s) 0 0 26, running macro Trigger* is idle in state(s) 0 Queue* is idle in state(s) 0 LCD is idle in state(s) 0 SBC is idle in state(s) 0 Daemon* is idle in state(s) 0 0, running macro Aux2 is idle in state(s) 0 Autopause is idle in state(s) 0 File2* is idle in state(s) 0 Queue2 is idle in state(s) 0 Q0 segments left 0, axes/extruders owned 0x8000001f Code queue 0 is empty Q1 segments left 0, axes/extruders owned 0x0000000 Code queue 1 is empty === Filament sensors === Extruder 2: no data received === CAN === Messages queued 1187, received 4282, lost 0, boc 0 Longest wait 0ms for reply type 0, peak Tx sync delay 6, free buffers 50 (min 50), ts 659/659/0 Tx timeouts 0,0,0,0,0,0 === SBC interface === Transfer state: 5, failed transfers: 0, checksum errors: 0 RX/TX seq numbers: 51842/51842 SPI underruns 0, overruns 0 State: 5, disconnects: 0, timeouts: 0 total, 0 by SBC, IAP RAM available 0x26650 Buffer RX/TX: 456/4088-0, open files: 0 === Duet Control Server === Duet Control Server version 3.5.0-beta.3 (2023-04-14 15:12:26) File2+ProcessInternally: > Executing M0 (31 more codes pending) File /opt/dsf/sd/gcodes/Schlauchadapter_d6_SchelleV2.gcode is selected, processing File: Buffered code: G1 X-4.087 Y-3.246 Buffered code: G1 X-4.469 Y-3.025 Buffered code: G1 X-4.877 Y-2.711 Buffered code: G1 X-5.155 Y-2.435 Buffered code: G1 X-5.43 Y-2.092 Buffered code: G1 X-5.697 Y-1.651 Buffered code: G1 X-5.856 Y-1.291 Buffered code: G1 X-6.006 Y-0.797 Buffered code: G1 X-6.083 Y-0.286 Buffered code: G1 X-6.091 Y0.155 Buffered code: G1 X-6.04 Y0.62 Buffered code: G1 X-5.939 Y1.048 Buffered code: G1 X-5.787 Y1.46 Buffered code: G1 X-5.572 Y1.875 Buffered code: G1 X-5.321 Y2.238 Buffered code: G1 X-4.976 Y2.62 Buffered code: G1 X-4.679 Y2.875 Buffered code: G1 X-4.358 Y3.095 Buffered code: G1 X-4.015 Y3.28 Buffered code: G1 X-3.607 Y3.443 Buffered code: G1 X-3.155 Y3.561 Buffered code: G1 X-2.72 Y3.619 Buffered code: G1 X-1.024 Y3.769 Buffered code: G1 X-1.043 Y3.774 Buffered code: G1 X-1.043 Y3.774 Buffered code: G1 X-1.038 Y3.79 Buffered code: G1 F1368 Buffered code: M106 S255 Buffered code: G1 X-1.559 Y3.937 E0.00996 Buffered code: G1 X-2.386 Y4.037 E0.01532 Buffered codes: 1200 bytes total Aux: >> Doing macro pause.g, started by system >> Suspended code: M98 P"/macros/Movement/move-to-home.g" S"DoNotLiftZ" ; put current tool away and move to home position >> Suspended code: M106 P6 S0.3 >>> Doing macro /macros/Brush/wipe_activeTool.g, started by M98 P"/macros/Brush/wipe_activeTool.g" S"ZisLifted" >>> Number of flush requests: 1 Daemon: >> Doing macro daemon.g, started by system >> Number of flush requests: 1 Code buffer space: 8 Configured SPI speed: 8000000Hz, TfrRdy pin glitches: 0 Full transfers per second: 39.12, max time between full transfers: 40.4ms, max pin wait times: 28.8ms/2.3ms Codes per second: 0.01 Maximum length of RX/TX data transfers: 4936/3392
-
@marvineer I doubt those two errors are related. Can you confirm that your machine is fully grounded, especially the hotend?