Error on both heaters
-
@jay_s_uk I am using a duet 2 wifi, and how would i update the DWC version?config (1).g
-
@messiahman you get the release from here that's appropriate for the firmware version you are running (can be confirmed using M115) https://github.com/Duet3D/DuetWebControl/releases
Upload the zip file to the system tab and let it do its thing.Can't see anything wrong with your config (assuming you are running RRF3 and above).
Can you confirm the firmware version and where the temperature sensors are connected to? -
@jay_s_uk I had to dismount the sd card in order to upload the new files and after putting it back in i keep getting the "Your Duet rejected the HTTP request: page not found" error. Any tips on how to bypass this?
-
@messiahman when i said the system tab, I meant the system view in DWC.
If you are updating the version in the SD card then unzip the duetwebcontrol-sd.zip file into the folder called www -
@jay_s_uk Ahhh that did the trick, but the original error is still there, so ill try to upload it from the site. The original reason why i had to dismount it was because the wifi where i am is tedious at best so this might be a little bit
-
@jay_s_uk That doesn't appear to have worked, is the firmware version available through YAT? Because if so then I'm seeing the version to be 2.05 still
-
@jay_s_uk Sorry I'm wrong, it says the version is 3.3.0
-
@messiahman can you post the output of M115?
-
@jay_s_uk sure, it's as follows:
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.05.1 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2020-02-09b1<LF>ok<LF> -
@messiahman ok, your config is for RRF3 and you're only running RRF2.
Best thing to do is upgrade to RRF3 first by uploading this to the system tab in DWC https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
And then upgrade to 3.3 by uploading this to the system tab in DWC https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zipUpload the full zip and DWC will see to the rest
-
@jay_s_uk Ahhh that seems to have done the trick, thank you so much!
-
@jay_s_uk No, wait, the error came back, I think i have to reupload the duet 3.3 part. I'll see if this works
-
@jay_s_uk Ok so after retrying, I can no longer connect to the board. In YAT its telling me that I can't connect to the internet due to "another spi transfer pending"
-
@messiahman you probably need to update the wifi firmware.
send M552 S0
M997 S1
M552 S1 -
@jay_s_uk that m997 command comes up with "Error: M997: File 0:/firmware/DuetWiFiServer.bin not found<LF>ok<LF>"
-
@messiahman pop your SD card out and move duetwifiserver.bin from sys to firmware
-
@jay_s_uk Ahhh right, just did that and input all those codes
-
@jay_s_uk That seems to have done the trick! Thank you so much!