height map not displaying in Firefox
-
I've cleared all the cache from Firefox and it still won't load the height map. I'm stumped at this point.
-
I've modified the title and moved to the DWC forum.
-
If you open the debugging console (usually control-shift-J AFAIR), are any JavaScript exceptions shown?
-
These are the errors I'm seeing now from the developer tools, console tab. For the heck of it, I booted to linux mint and tried things with firefox there. Thinks kind of worked but when I went to extrude 20mm of filament, it would do the extrusion but the buttons for extrude/retract, would change to a spinning icon and never come back.
-
@jrsphoto said in height map not displaying in Firefox:
Thinks kind of worked but when I went to extrude 20mm of filament, it would do the extrusion but the buttons for extrude/retract, would change to a spinning icon and never come back.
That's a known issue between DWC2 and RRF 2.05RC1. It will be fixed in 2.05RC2.
With luck, @chrishamm will be along to reply to the height map display issue.
-
@dc42 Thank you. I'll wait for his reply.
-
It looks to me as if WebGL is disabled somewhere in your Firefox settings. I just created a new heightmap file and tried to display it and that worked without problems for me.
I suggest you open about:config and search for "webgl.disabled". Make sure it is set to "false". If that's the case, I suggest you reset your Firefox profile and try again.
-
@dc42 I got this morning same problem. Chrome, DWC 3.2.2 on firmware 3.3 wnd DWS 1.26.
I enable Webgl as found lower in this post, checke my config which was same as always, but the problem for some reason is here.
On Crtl/Shift/J it gives me:
Error: Invalid Height Map
at new ExtendableBuiltin (app.56671d18.js:42)
at InvalidHeightmapError._createSuperInternal (createSuper.js:12)
at new HeightmapError (errors.js:99)
at InvalidHeightmapError._createSuperInternal (createSuper.js:12)
at new InvalidHeightmapError (errors.js:102)
at generateMeshGeometry (3d.js:229)
at VueComponent.showHeightMap (HeightMap.vue:332)
at VueComponent.showCSV (HeightMap.vue:283)
at _callee2$ (HeightMap.vue:476)
at tryCatch (runtime.js:63)Any ideas why? I found the csv and i even run a new G29 and it updated the info, but it does not show
-
@tonygr update DWC to 3.3 to match the firmware version.
-
@dc42 i thought there was not a 3.3 since i used the complete Zip to update. I did standalone the dwc to 3.3 and worked great. Thank you