M122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 2.03 running on Duet WiFi 1.02 or later + DueX5
Board ID: 08DJM-9178L-L4MSJ-6J1DA-3S86T-T826P
Used output buffers: 1 of 24 (20 max)
=== RTOS ===
Static ram: 25680
Dynamic ram: 94868 of which 0 recycled
Exception stack ram used: 540
Never used ram: 9984
Tasks: NETWORK(ready,524) HEAT(blocked,1104) DUEX(suspended,156) MAIN(running,3756) IDLE(ready,160)
Owned mutexes:
=== Platform ===
Last reset 00:34:05 ago, cause: software
Last software reset at 2020-01-11 17:52, reason: User, spinning module GCodes, available RAM 9928 bytes (slot 1)
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
Error status: 0
Free file entries: 9
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest block write time: 0.0ms, max retries 0
MCU temperature: min 22.7, current 22.9, max 22.9
Supply voltage: min 21.3, current 21.4, max 21.9, under voltage events: 0, over voltage events: 0, power good: yes
Driver 0: ok, SG min/max 83/1023
Driver 1: ok, SG min/max 350/1023
Driver 2: ok, SG min/max 130/269
Driver 3: ok, SG min/max 90/1023
Driver 4: standstill, SG min/max not available
Driver 5: standstill, SG min/max not available
Driver 6: ok, SG min/max 0/125
Driver 7: standstill, SG min/max not available
Driver 8: standstill, SG min/max not available
Driver 9: ok, SG min/max 0/128
Date/time: 2020-01-11 18:26:47
Cache data hit count 4294967295
Slowest loop: 12.62ms; fastest: 0.08ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Move ===
Hiccups: 0, FreeDm: 165, MinFreeDm: 161, MaxWait: 4ms
Bed compensation in use: mesh, comp offset 0.000
=== DDARing ===
Scheduled moves: 16210, completed moves: 16170, StepErrors: 0, LaErrors: 0, Underruns: 0, 0
=== Heat ===
Bed heaters = 6 -1 -1 -1, chamberHeaters = 7 -1
Heater 2 is on, I-accum = 0.4
Heater 6 is on, I-accum = 0.2
=== GCodes ===
Segments left: 1
Stack records: 3 allocated, 0 in use
Movement lock held by null
http is idle in state(s) 0
telnet is idle in state(s) 0
file is doing "G1 X-23.905 Y21.134 E0.08346" in state(s) 0
serial is idle in state(s) 0
aux is idle in state(s) 0
daemon is idle in state(s) 0
queue is idle in state(s) 0
autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 203.18ms; fastest: 0.08ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
HTTP sessions: 1 of 8
- WiFi -
Network state is running
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 4
WiFi firmware version 1.23
WiFi MAC address b4:e6:2d:60:3f:42
WiFi Vcc 3.38, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 25664
WiFi IP address 192.168.0.2
WiFi signal strength -67dBm, reconnections 0, sleep mode modem
Socket states: 0 0 0 0 0 0 0 0
And my configuration file......
; General preferences
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M564 S1 H0 ; Allow movement outside axis limits without homing
; Network
M550 P"CrusaXY" ; Set machine name
M552 S1 ; Enable network
;*** Access point is configured manually via M587
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet
; Drives
M569 P1 S0 D3 ; Physical drive 1 goes backwards
M569 P2 S0 D3 ; Physical drive 2 goes forwards
M569 P3 S0 D3 ; Physical drive 3 goes backwards
M569 P4 S1 D3 ; Physical drive 4 goes backwards
M569 P6 S0 D3 ; Physical drive 6 goes backwards
M569 P7 S0 D3 ; Physical drive 7 goes backwards
M569 P8 S0 D3 ; Physical drive 8 goes backwards
M569 P9 S1 D3 ; Physical drive 9 goes backwards
M584 X0 Y1 U3 Z2:6:9 E4:8 ; create the U axis and assign stepper driver 3 to it
M669 Y-1:1:0:-1 X1:1:0:0 U0:0:0:1 Z0:0:1:0
M350 X16 Y16 U16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X80.65 Y80.65 U80.65 Z1200 E138:138 ; Set steps per mm
M566 X360.00 Y360.00 U360.00 Z60.00 E600.00 ; Set maximum instantaneous speed changes (mm/min)
M203 X33941 Y33941 U33941 Z900.00 E12000.00 ; Set maximum speeds (mm/min)
M201 X2400.00 Y2400.00 U2400.00 Z300 E2400.00 ; Set accelerations (mm/s^2)
M906 X1000.00 Y1000.00 U1000.00 Z1000 E900.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S300 ; Set idle timeout
; Axis Limits
M208 U-160 X-244 Y-261 Z0 S1 ; Set axis minima
M208 U251 X167.9 Y235 Z470 S0 ; Set axis maxima
; Stall Detection
M915 P0:1:3 S10 F0 H200 R0 ; (Pxx:xx:xxx - Motor drivers, Snnn - Sensitivity to stall (-63->+63), Fn - Filtering (1-Y 0-N), Rn - Action to take (0 -none,
; 1- report, 2- pause, 3- pause/home/resume), min steps/sec)
; Endstops
M574 X2 S1 ; Use sensored homing
M574 Z1 S2 ; Set active high endstops for low ends (S1=regular endstops S2=z-probe S3= sensorless)
M574 Y2 U2 S3 ; Set active high endstops for high ends (S1=regular endstops S3= sensorless)
; Z-Probe
M307 H3 A-1 C-1 D-1
M558 P9 H5 A10 S0.06 F180 T12000 R0.15 Z1
G31 X35 Y2 Z0.76 P25
M557 X-200:193 Y-192:210 P5:5 ; Define mesh grid
M376 H10 ; Set taper off distance to 10mm
; Heaters
M305 P6 T100000 R4700 X0 ; Set thermistor + ADC parameters for heater 6
M143 H6 P6 S190 ; Set temperature limit for heater 6 to 190C
M570 H6 P400 ; Set Heater 6 fault parameters
M140 H6 R0 S0 ; Enable heated bed - Use heater 6 and NTC100k on channel 0
M305 P1 X200 W2 ; Set PT100 parameters + ADC parameters for heater 1
M143 H1 S450 ; Set temperature limit for heater 1 to 450C
M570 H1 T120 P40 ; Set Heater 1 fault parameters
M305 P2 X201 W2 ; Set PT100 parameters + ADC parameters for heater 2
M143 H2 S450 ; Set temperature limit for heater 2 to 450C
M570 H2 T120 P40 ; Set Heater 2 fault parameters
M141 H7 ; heater 7 is the chamber heater
M143 H7 S90 ; Set temperature limit for heater 6 to 190C
M570 H7 P40
M305 P7 T100000 R4700 B4138 X7 ; heater 7 is monitored by a 100K thermistor with B=3950 and a 4.7K series resistor
; Heater Tuning
M307 H0 A491.9 C235.6 D6.3 V21.3 B0
M307 H1 A491.9 C235.6 D6.3 V21.3 B0
M307 H2 A491.9 C235.6 D6.3 V21.3 B0
M307 H6 A270.7 C420.2 D10.3 V22.0 B0
M307 H7 A19.5 C34.3 D4.3 V22.1 B0
; Fans
M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S0 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P2 S0 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P6 S255 I0 F500 H2 T80 ; Set fan 6 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P7 S100:255 I0 F500 H100:101:102 T20:24 ; Set fan 7 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P8 S255 I0 F500 H1 T80 ; Set fan 8 value, PWM signal inversion and frequency. Thermostatic control is turned off
; Tools
M563 P0 S"Main Extruder" D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 R225 S245 ; Set tool 0 axis offsets
; Set initial tool 0 active and standby temperatures to 0C
M563 P1 S"IDEX Extruder" D1 X3 H2 F1 ; Define tool 1
G10 P1 U-0.7 Y-0.8 Z.24 X0 R170 S190 ; Set tool 1 axis offsets
; Set initial tool 1 active and standby temperatures to 0C
;Define "Ditto" Printing
M563 P3 S"Ditto Printing" D0:1 H1:2 X0:3 F1:2 ; tool 2 uses both extruders and hot end heaters, maps X to both X and U, and uses both print cooling fans
G10 P3 X105 Y0 U-105 S245 R225 ; set tool offsets and temperatures for tool 2
M567 P3 E1:1 ; set mix ratio 100% on both extruders
; Automatic power saving
M911 S15:18:20 R28 P"M913 U480 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss
; Custom settings
M501
M581 E1 S1 T0 C0 ; External Emergency Stop trigger
M581 E6 S1 T2 C0 ; External SuperVolcano Activation
M579 X1.0 Z1.0 Y1.0 U1.009 ; Axis scaling
M572 D0:1 S0.044 ; Pressure advance
M207 S1.2 R0 F2100 ; Set Firmware retraction
M912 P0 S-10.8 ; Calibrate MCU Temperature
M593 F56 ; Cancel ringing