Preview version of CNC optimized DWC.
-
Hi guys, I'm not really into this whole github thing. I think you are doing AN AMAZING work here. But I have no idea how i can run DWC-CNC on my Duet2wifi... can somebody give an idiot(me^^) a hint?!
(I uploaded the files of the release:
into my www-folder of the SD Card.. But my interface still looks like the 3D-printer interface:
I also added M453 into the config file:
can it be that my firmware is too old?
-
@AverageUser Perhaps it's still cached. Try pressing Ctrl+Shift+R to reload DWC.
-
@chrishamm already tried: did not change.
-
@AverageUser You can upload the DWC-SD ZIP file on the System page too. Does that work?
-
@chrishamm And what do I do with the files inside the www-folder then? Erase them?
-
@AverageUser Under normal circumstances you don't need to worry about extra files, they don't take up much space. When you upload the ZIP bundle on the System Files page, the existing files in /www are automatically overwritten.
-
@chrishamm Okey i put the zip.file in the sys-folder:
and deleted all the files in the www-folder. Let's see what happens.
No it says this:
Im completely lost with this... lol ^^
-
@AverageUser Oh well, I wasn't talking about the physical sys directory but about the Files => System page on DWC itself. That lets you update DWC by using the Upload button.
Now that the www directory is gone, create a new 'www' directory in the root of your SD card and unzip the DWC zip file into it. Make sure you have index.html.gz in there so it can be loaded from the Duet again.
-
Nothing, i just cant make the dashboard change into cnc mode:
here it states that it is in CNC Mode. After refreshing: nothing changes.I have no idea what im doing wrong.
But the plugins are there, like jog...
-
I am facing the same issue. Duet2Wifi, Reprap firmware 2.05.1
-
do you have M453 in your config to put it into CNC mode?
-
@AverageUser you need to update your duet wifi server...it wont work on 1.22
-
@AverageUser said in Preview version of CNC optimized DWC.:
can it be that my firmware is too old?
@chimaeragh said in Preview version of CNC optimized DWC.:
I am facing the same issue. Duet2Wifi, Reprap firmware 2.05.1
Yes. You're going to want to update your firmware and DWC first before trying the CNC stuff.
If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them. Reboot after each. Use M115 to verify the firmware has been applied.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2/Duet2and3Firmware-3.2.zip
That will get your firmware and DWC up to date.For your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/Start -
As @jay_s_uk stated the machine has to be in CNC mode for the new dashboard to kick in.
-
Wow thank you very much for your help. I'll report tomorrow if everything worked. Thx again
-
@Phaedrux I am currently using Ooznest's DWC with my Workbee CNC and wanted to try this one out. Since Workbee Control is not compatible with RRF3, I have been reluctant to do the upgrade and have to downgrade again.
However, it states on the github page for this project
Compatible versions:
-
DuetSoftwareFramework 3.2.0-RC1
-
RepRapFirmware 2 or newer (1.2x may work but untested)
I was hoping it would work without having to upgrade firmware.
PS: I tried upgrading but couldn't get the config right. Homing didn't work and emergency stop was triggered on startup -
-
@chimaeragh I’ll double check but I believe that RRF 2.x should work. The main thing is the object model needs to recognize that the printer is in CNC mode and it will change the dashboard over to the new set of controls.
Edit : I rolled back a Duet 2 WiFi I have on hand and it appears that the State > machineMode is not populated in RRF 2.05.1 so the DWC-CNC dashboard will not show up. RRF 3.x will be necessary to make the dashboard switch over to the new ui.
-
@chimaeragh said in Preview version of CNC optimized DWC.:
I was hoping it would work without having to upgrade firmware.
PS: I tried upgrading but couldn't get the config right. Homing didn't work and emergency stop was triggered on startupStart a thread about updating. I'm sure we can work you through it.
-
Guys, thank you very much for your help. Now everything looks just fine! The only question is now: how do I configure my spindle?! Is there like a tutorial somewhere for the DWC-CNC?
(I just had to update the RR-Firmware... thats it.. lol) -