Duet Wifi setup - need help
-
Use the 1.15beta firmware, it's only still in beta because the icons don't work well with the new optional dark theme.
I have heard before that Bossa won't install under Windows 10. You can use the command line version bossac.exe instead, it's in the Tools folder of my RepRapFirmware repository and needs no installation.
-
I've entered this at the command prompt:
bossac.exe –port=COM6 -e -w -v -b PanelDueFirmware.bin
I get an error message saying something like bossac is not recognized.Ports show Bossa Program Port (COM ) but the Duet Wifi is not shown now (it was earlier). Edit...Duet printer control electronics are shown on Com 4 and Com 5 and Serial G-code printer on Com 3. I have no idea why there are 2 for the Duet and what the serial Gcode 3D printer is???
-
I downloaded the bossac.exe file and when I run it, it just flashes a window for a split second and does nothing else.
-
Put both bossac.exe and the PanelDuetFirmware-xxx.bin file in the same folder, go to the command prompt, and CD to that folder. Then enter the bossac command line.
-
Go to the directory where bossac.exe and the firmware is using Windows Explorer.
Hold down SHIFT+Right click on an empty space in the folder window, and you will get an option to "open command window here." Select this. It will open a command prompt at the location and all you have to do is paste in the command you tried previously.
edit: oops david beat me to it. -
Did this and it says:
Erase flash
No such file or directory -
So you need to replace PanelDueFirmware.bin in the bossac command line with the name of the actual firmware file you downloaded, which I guess is PanelDue-7.0-1.15beta3.bin.
-
Ah, yes…that worked! Thanks, guys! Now onto seeing if I can get the rest of it done.
-
Okay, looks like it's operational but there is something wrong with my LCD. The screen flickers and I noticed a factory defect on the LCD's board…there's a component that was not properly soldered. I'm assuming this is the cause of the flickering.
When doing a reset after a config.g edit, I am not getting a reconnection message on the gcode page. It lists various things from time to time but I'm not seeing the reconnect. I do notice that the heaters will shut off after a reset (but the heaters do not always shut off). Is this normal? If the heaters shut off, does this indicate the reboot process is complete?
Is there a way to unload files using the Panel Due? I have been using the web interface to upload my gcode files and I hate removing the SD card so that was a really nice feature. I can't figure out how to do this using the Panel Due.
-
Whenever I edit the config.g file and do a software reset, I am not getting any message in the g-code log. Any idea why? Most of the time, the heaters will shut off and I assume the config.g edit was saved.