Cant upload any G-Code [SOLVED]
-
Hello,
I have a Duet Wifi Board with a Duex 5 installed.
When I try to upload any G-Code, I get this error message:I tried the following without any results:
-
Change Browser and Clean Cache
-
Backup all Files from the SD Card and run SD Card Formatter
-
Change SD Cards
-
Different PC to upload files
I make my G-Code Files with Simplify 3D.
My M122 report is here:
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 2.0(RTOS) running on Duet WiFi 1.02 or later + DueX5
Board ID: 08DGM-9T6BU-FG3SN-6J1FG-3SJ6Q-KBWZG
Used output buffers: 1 of 20 (6 max)
=== RTOS ===
Static ram: 28380
Dynamic ram: 95772 of which 0 recycled
Exception stack ram used: 332
Never used ram: 6588
Task NETWORK ready, free stack 396
Task HEAT blocked, free stack 1256
Task MAIN running, free stack 3568
=== Platform ===
Last reset 00:00:14 ago, cause: software
Last software reset at 2018-11-08 20:35, reason: User, spinning module GCodes, available RAM 6508 bytes (slot 3)
Software reset code 0x0003 HFSR 0x00000000, CFSR 0x00000000, ICSR 0x0441f000, BFAR 0xe000ed38, SP 0xffffffff
Error status: 0
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest block write time: 0.0ms
MCU temperature: min 19.0, current 19.2, max 19.4
Supply voltage: min 11.8, current 11.9, max 11.9, under voltage events: 0, over voltage events: 0
Driver 0: standstill, SG min/max not available
Driver 1: standstill, SG min/max not available
Driver 2: standstill, SG min/max not available
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
Expansion motor(s) stall indication: no
Date/time: 2018-11-08 20:36:02
Slowest loop: 4.28ms; fastest: 0.07ms
=== 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 = -1 -1 -1 -1, chamberHeaters = -1 -1
=== GCodes ===
Segments left: 0
Stack records: 1 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
autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 14.14ms; fastest: 0.01ms
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 0
WiFi firmware version 1.21
WiFi MAC address 84:f3:eb:83:2b:08
WiFi Vcc 3.43, reset reason Power on
WiFi flash size 4194304, free heap 17696
WiFi IP address 192.168.178.88
WiFi signal strength -69dBm, reconnections 0, sleep mode modem
Socket states: 0 0 0 0 0 0 0 0
=== Expansion ===
DueX I2C errors 0
Thankyou for your help
Kind Regards
Jan -
-
What version of the DWC are you using?
I think you may want to upgrade to the latest stable version of the firmware and DWC. To go settings, general tab, and click upload files button and upload the following two files one at a time. The duet will need to restart after the firmware.
https://github.com/chrishamm/DuetWebControl/blob/master/DuetWebControl-1.22.4.zip
https://github.com/dc42/RepRapFirmware/releases/download/2.01/Duet2CombinedFirmware.bin
I also notice that your WIFI signal strength is quite low. Take a look at this and see if you can improve it. If the wifi signal is too low it may explain the uploads failing.
https://duet3d.dozuki.com/Wiki/WiFi_disconnections_and_AJAX_timeout_errors
-
@phaedrux
Thank you really much for the help.
I updated the firmware and the web control and now everything works fine.Kind Regards
Jan