Giter Club home page Giter Club logo

ui's Introduction

nanoDLP UI

To run the project on your PC:

  1. Clone this repo
  2. Download and extract suitable archive file for your OS from download page and copy binary to this repo
  3. Run program
  4. Open http://127.0.0.1:8080/ link to access nanoDLP interface

ui's People

Contributors

mikeporterdev avatar shahinv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ui's Issues

[Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.

Downloaded Win10 zip. Unzipped and ran the webserver.exe from a terminal. Navigating to 127.0.0.1:8080 results in this response from the page displayed in Chrome:

[Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)

And here is the text dumped to the terminal:

2016/03/29 17:41:12.542806 {"Layer":"0","module":"JSON","level":"Warning","msg":"Skipping public/status.json file. GetFileAttributesEx public/status.json: The system cannot find the path specified. "}
2016/03/29 17:41:12.545808 {"Layer":"0","module":"JSON","level":"Error","msg":"Could Not Write to Status JSON File open public/status.json: The system cannot find the path specified. "}
2016/03/29 17:41:12.546809 {"Layer":"0","module":"JSON","level":"Warning","msg":"Skipping db/plates.json file. GetFileAttributesEx db/plates.json: The system cannot find the file specified. "}
2016/03/29 17:41:12.547309 {"Layer":"0","module":"JSON","level":"Warning","msg":"Skipping db/custom-inputs.json file. GetFileAttributesEx db/custom-inputs.json: The system cannot find the file specified. "}
2016/03/29 17:41:12.547309 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated The system cannot find the path specified. "}
2016/03/29 17:41:12.547810 {"Layer":"0","module":"Shutter","level":"Error","msg":"Pipe Access Problem open /dev/pigpio: The system cannot find the path specified. "}
2016/03/29 17:41:20.039381 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:20.040881 http: multiple response.WriteHeader calls
2016/03/29 17:41:50.869639 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:50.870638 http: multiple response.WriteHeader calls
2016/03/29 17:41:55.041524 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:55.042486 http: multiple response.WriteHeader calls
2016/03/29 17:41:56.545881 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:56.547386 http: multiple response.WriteHeader calls
2016/03/29 17:41:57.328093 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:57.329594 http: multiple response.WriteHeader calls
2016/03/29 17:41:57.585063 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:57.586050 http: multiple response.WriteHeader calls
2016/03/29 17:41:57.773258 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:57.773758 http: multiple response.WriteHeader calls
2016/03/29 17:41:58.054052 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:58.055043 http: multiple response.WriteHeader calls
2016/03/29 17:41:58.201039 PANIC: [Error (where: fromfile) in index.html] open index.html: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:55 (0x4177bd)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:41:58.202341 http: multiple response.WriteHeader calls
2016/03/29 17:42:01.298292 PANIC: [Error (where: fromfile) in upnp.xml] open upnp.xml: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:762 (0x41f1f1)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:42:01.298789 http: multiple response.WriteHeader calls
2016/03/29 17:42:55.443847 PANIC: [Error (where: fromfile) in upnp.xml] open upnp.xml: The system cannot find the file specified.
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:273 (0x611e60)
/usr/local/go/src/runtime/asm_386.s:488 (0x47315a)
/usr/local/go/src/runtime/panic.go:426 (0x44e3fd)
/home/shahin/go/src/github.com/plimble/copter/copter.go:61 (0x6e3a33)
/home/shahin/go/src/github.com/plimble/ace-contrib/pongo2/pongo2.go:24 (0x5c8c91)
/home/shahin/go/src/github.com/plimble/ace/context.go:89 (0x48cfb1)
/home/web/printer/app/web.go:762 (0x41f1f1)
/home/shahin/go/src/github.com/plimble/ace/context.go:130 (0x48d3de)
/home/shahin/go/src/github.com/plimble/ace/router.go:132 (0x490ccd)
/home/shahin/go/src/github.com/julienschmidt/httprouter/router.go:299 (0x612088)
/home/shahin/go/src/github.com/plimble/ace/ace.go:89 (0x48c8ac)
/usr/local/go/src/net/http/server.go:2081 (0x593186)
/usr/local/go/src/net/http/server.go:1472 (0x5904c8)
/usr/local/go/src/runtime/asm_386.s:1585 (0x474f51)
2016/03/29 17:42:55.444331 http: multiple response.WriteHeader calls

Incorrect Z axis direction in mobile web view

When using the z control from the laptop or desktop the Z control operates as it should, however if you access the web page from a mobile device in this situation iOS based the z direction is incorrect, which leads to completed prints slamming into the Vat and LCD panel. Luckily I saw it and stopped it to prevent serious damage however this is an urgent issue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.