Can't upload gcode files - Duet Web Control
-
good evening,
I have the ender 3 pro with a duet 2 maestro and bltouch. I have spent all day tweaking and tuning first layer prints and other little settings and now when i load a print i have been wanting to print i ran into the issue of not being able to upload any print files of any size. With further looking over the dwc I realized all of my files i had seem to be gone also. If anyone has any suggestions I would be great full. Below is the m122 command resulted
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 Maestro version 2.02RC5(RTOS) running on Duet Maestro 1.0
Board ID: 08DAM-9F9GA-J24TD-6J9F0-3SW6K-K51GV
Used output buffers: 3 of 20 (8 max)
=== RTOS ===
Static ram: 21236
Dynamic ram: 96704 of which 0 recycled
Exception stack ram used: 212
Never used ram: 12920
Tasks: NETWORK(ready,456) HEAT(blocked,1356) MAIN(running,3672) IDLE(ready,200)
Owned mutexes:
=== Platform ===
Last reset 00:02:22 ago, cause: power up
Last software reset time unknown, reason: User, spinning module GCodes, available RAM 12868 bytes (slot 2)
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0400f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
Error status: 0
Free file entries: 10
SD card 0 detected, interface speed: 15.0MBytes/sec
SD card longest block write time: 0.0ms, max retries 0
MCU temperature: min 31.4, current 33.2, max 33.7
Supply voltage: min 24.4, current 24.4, max 24.5, under voltage events: 0, over voltage events: 0, power good: yes
Driver 0: standstill, read errors 0, write errors 0, ifcount 6, reads 5678, timeouts 0
Driver 1: standstill, read errors 0, write errors 0, ifcount 6, reads 5678, timeouts 0
Driver 2: standstill, read errors 0, write errors 0, ifcount 6, reads 5678, timeouts 0
Driver 3: standstill, read errors 0, write errors 0, ifcount 6, reads 5678, timeouts 0
Driver 4: standstill, read errors 0, write errors 0, ifcount 6, reads 5678, timeouts 0
Driver 5: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 5683
Driver 6: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 5683
Date/time: 2019-12-15 21:42:22
Slowest loop: 4581228.50ms; fastest: 0.06ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0
=== Move ===
Hiccups: 0, StepErrors: 0, LaErrors: 0, FreeDm: 240, MinFreeDm: 240, MaxWait: 0ms, Underruns: 0, 0
Scheduled moves: 0, completed moves: 0
Bed compensation in use: none
Bed probe heights: 0.000 0.000 0.000 0.000 0.000
=== Heat ===
Bed heaters = 0, chamberHeaters = -1 -1
=== GCodes ===
Segments left: 0
Stack records: 2 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 idle 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
lcd is idle in state(s) 0
autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 4581228.50ms; fastest: 0.02ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
HTTP sessions: 1 of 8
Interface state 5, link 100Mbps full duplex -
@kmhudgins said in Can't upload gcode files - Duet Web Control:
2.02RC5
Your firmware is a bit out of date. This would be a good way to test if you're able to upload other files besides just gcode files.
If you upload this zip file to the system folder it should prompt to update the firmware. https://github.com/dc42/RepRapFirmware/releases/download/2.05/Duet2Firmware-2.05.zip
The next thing I would check would be the SD card. Make a backup of the contents on your PC and then use the SD card formatter tool to format it. Put the file contents back on and try again.
-
thank you reformatting the sd card seemed to fix the problem. thank you
for the quick replay. I would have never thought of that possibility.