hudbrog / gCodeViewer

a visual web based gcode analyzer
Other
419 stars 148 forks source link

Doesn't process sources running locally on FF #90

Closed Farbhead closed 2 years ago

Farbhead commented 2 years ago

Running the gCodeViewer on my local computer doesn't seem to work. I can browse and select a gcode file, and I can see the gcode in the GCode tab, but the progress indicators don't advance. Running online gCodeViewer seems to be functional (I haven't kicked the tires yet) in same FF browser.

Steps taken: downloaded master branch using "Download Zip" option extracted zip to local directory opened index.html in FF browser loaded gcode file using Browse... button checked GCode tab and I can see the source there checked progress indicators and they are at 0%

image

opened the Browser Console & saw these error messages:

image

I am on a Windows 10 Pro machine (build 19042.1348) with 16GB of RAM

I am running this version of FF browser:

image

hudbrog commented 2 years ago

In Firefox, first you need to navigate to about:config in the Firefox browser, search for the privacy.file_unique_origin setting, and set it from true to false by double-clicking it.

This is super non-secure, so it's really better not to do it and use online version instead.