Hi, thanks so much for the response!
My firmware version is 3.11 and I'm using a Duet 2 Wifi.
Here are the results from M122 after my homing sequence. Does this indicate missed steps?
3/24/2021, 4:57:20 PM
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later + DueX5
Board ID: 0JD0M-9P6B2-NJ4S8-6JKDL-3S46M-KS6YM
Used output buffers: 3 of 24 (23 max)
=== RTOS ===
Static ram: 27980
Dynamic ram: 95528 of which 44 recycled
Exception stack ram used: 616
Never used ram: 6904
Tasks: NETWORK(ready,364) HEAT(blocked,1224) DUEX(suspended,160) MAIN(running,1828) IDLE(ready,80)
Owned mutexes:
=== Platform ===
Last reset 03:03:49 ago, cause: power up
Last software reset at 2021-03-18 22:33, reason: User, spinning module GCodes, available RAM 6888 bytes (slot 1)
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN
Error status: 0
MCU temperature: min 35.2, current 35.6, max 36.0
Supply voltage: min 12.1, current 12.1, max 12.3, under voltage events: 0, over voltage events: 0, power good: yes
Driver 0: standstill, SG min/max not available
Driver 1: standstill, SG min/max 0/171
Driver 2: standstill, SG min/max 0/323
Driver 3: standstill, SG min/max not available
Driver 4: standstill, SG min/max not available
Driver 5: standstill, SG min/max not available
Driver 6: standstill, SG min/max not available
Driver 7: standstill, SG min/max not available
Driver 8: standstill, SG min/max not available
Driver 9: standstill, SG min/max not available
Date/time: 2021-03-24 16:57:14
Cache data hit count 4294967295
Slowest loop: 6.60ms; fastest: 0.13ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 3.6ms, write time 0.0ms, max retries 0
=== Move ===
Hiccups: 2448(0), FreeDm: 169, MinFreeDm: 167, MaxWait: 139347ms
Bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves: 50, completed moves: 50, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
=== AuxDDARing ===
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle 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
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 201.74ms; fastest: 0.09ms
Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8
- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 12
WiFi firmware version 1.23
WiFi MAC address f4:cf:a2:e3:28:fe
WiFi Vcc 3.38, reset reason Unknown
WiFi flash size 4194304, free heap 23560
WiFi IP address 192.168.2.109
WiFi signal strength -56dBm, reconnections 0, sleep mode modem
Socket states: 0 0 0 0 0 0 0 0
=== DueX ===
Read count 0, 0.00 reads/min
And M98 P"config.g" returns the following (as a note, I'm not using Heater 0 which is my heated bed; I'm running at room temp for now):
M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
Error: bad grid definition: X range too small
Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
Thanks!