Skip to content

hudbrog/gCodeViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Aleksey Ustyantsev
Oct 19, 2020
853fe00 · Oct 19, 2020

History

88 Commits
May 7, 2015
Oct 28, 2012
Oct 19, 2020
Feb 14, 2013
Jun 1, 2015
Oct 19, 2020
Feb 19, 2019
Jun 1, 2015
Feb 19, 2019
Oct 31, 2012
Feb 12, 2013
Feb 12, 2013
Oct 19, 2020
Feb 12, 2013
Feb 13, 2013

Repository files navigation

gCodeVisualizer - a web-based visual gcode viewer and analyzer. Available online at http://gcode.ws/

If you want to use it locally with chrome - you will need to add "--allow-file-access-from-files" command line parameter, which is unsafe (and you should never browse internet with that option "on").

Docker Setup Instructions:

  1. Build docker image
docker build -t gcodews .
  1. Run docker image
docker docker run --name gcodews -d -p 8080:80 gcodews
  1. Access site via port 8080 on your browser
localhost:8080
127.0.0.1:8080
X.X.X.X:8080
<domain-name>:8080

About

a visual web based gcode analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages