grid-apps-cmms/readme.md
2017-04-18 17:09:33 -04:00

487 B

KiriMoto

KiriMoto is a unique multi-modal, extensible slicer, gcode generation framework

Getting Started

npm update
npm start

to start a local testing instance of KiriMoto on port 8080

Other Start Options

npm run-script start-web

serves code as obfuscated, compressed bundles. this is the mode used to run on a public web site, so you can't use "localhost" to test. to accomodate this, alias "debug" to 127.0.0.1 then access KiriMoto on http://debug:8080