gloomyandy / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
256 stars 60 forks source link

Issues with DWC #94

Closed BobCraig10 closed 3 years ago

BobCraig10 commented 3 years ago

I have no clue if this is in the correct place, sorry if it is not. I have a BTT SKR E3 RRF on an ender 3 v2. I seem to have everything working, except in the DWC, height map only shows "Invalid Height Map" I have run multiple meshes, next to the height map, in statistics, it has the info from the mesh. The only issue I can see is, where it says "Probe Area", after it it says, "n/a". It does have "Probe points: 81 Probe area: n/a Maximum deviations: -0.011 mm RMS error: 0.032 mm. 20210704_004115

Secondly, Under Status, where it shows tool positions and sensors, the Vin shows 24v, all the time, even if the only thing connected to the board is the USB with the USB power jumper on.

Thank you in advance for any help!

jaysuk commented 3 years ago

You've not installed the correct version of DWC. Install the one that matches your firmware version from here https://github.com/Duet3D/DuetWebControl/releases

Only 2 boards support voltage monitoring, the fly-cdyv2 and the fly-e3-pro. So an additional build is not required, all other boards have the voltage set at 24v. In essence, just ignore it.

On Sun, Jul 4, 2021, 6:03 AM BobCraig10 @.***> wrote:

I have no clue if this is in the correct place, sorry if it is not. I have a BTT SKR E3 RRF on an ender 3 v2. I seem to have everything working, except in the DWC, height map only shows "Invalid Height Map" I have run multiple meshes, next to the height map, in statistics, it has the info from the mesh. The only issue I can see is, where it says "Probe Area", after it it says, "n/a". It does have "Probe points: 81 Probe area: n/a Maximum deviations: -0.011 mm RMS error: 0.032 mm. [image: 20210704_004115] https://user-images.githubusercontent.com/81867884/124373768-3391d380-dc63-11eb-8eb8-de7c8d8ada7d.jpg

Secondly, Under Status, where it shows tool positions and sensors, the Vin shows 24v, all the time, even if the only thing connected to the board is the USB with the USB power jumper on.

Thank you in advance for any help!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gloomyandy/RepRapFirmware/issues/94, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUSBW7B7KHN326ZNV7UFLTV7TQ3ANCNFSM47Y2BZSQ .

BobCraig10 commented 3 years ago

Thank you for the near immediate response!!!!I will update the DWC version now. Thank you so much!!!!!!

BobCraig10 commented 3 years ago

You've not installed the correct version of DWC. Install the one that matches your firmware version from here https://github.com/Duet3D/DuetWebControl/releases Only 2 boards support voltage monitoring, the fly-cdyv2 and the fly-e3-pro. So an additional build is not required, all other boards have the voltage set at 24v. In essence, just ignore it. On Sun, Jul 4, 2021, 6:03 AM BobCraig10 @.***> wrote: I have no clue if this is in the correct place, sorry if it is not. I have a BTT SKR E3 RRF on an ender 3 v2. I seem to have everything working, except in the DWC, height map only shows "Invalid Height Map" I have run multiple meshes, next to the height map, in statistics, it has the info from the mesh. The only issue I can see is, where it says "Probe Area", after it it says, "n/a". It does have "Probe points: 81 Probe area: n/a Maximum deviations: -0.011 mm RMS error: 0.032 mm. [image: 20210704_004115] https://user-images.githubusercontent.com/81867884/124373768-3391d380-dc63-11eb-8eb8-de7c8d8ada7d.jpg Secondly, Under Status, where it shows tool positions and sensors, the Vin shows 24v, all the time, even if the only thing connected to the board is the USB with the USB power jumper on. Thank you in advance for any help! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#94>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUSBW7B7KHN326ZNV7UFLTV7TQ3ANCNFSM47Y2BZSQ .

20210704_024915 That worked perfectly!!!!!! Thank you again for your help!