Fork of GridSpace/grid-apps (MIT), patched for CMMS job-scoped load/save integration (Kiri:Moto CAM + Mesh:Tool).
  • JavaScript 93.7%
  • C++ 3%
  • CSS 1.8%
  • HTML 1.4%
  • C 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-12-18 07:51:08 -05:00
js disable final brim retraction 2017-12-18 07:51:08 -05:00
web disable final brim retraction 2017-12-18 07:51:08 -05:00
.gitignore update package and .gitignore 2017-08-12 07:50:41 -04:00
license.md change license to MIT 2017-09-06 11:19:44 -04:00
notes.md disable short comp. update todo. tweak n2 pre/post 2017-12-10 21:53:46 -05:00
package.json mark poly depth during fdm shelling 2017-12-06 18:53:42 -05:00
readme.md Update readme.md 2017-04-24 12:31:52 -04:00

Grid.Space hosts live versions of the latest tagged code

About

  • Kiri:Moto - A Unique, Multi-Modal, Cloud-based Slicer for FDM, CNC and Laser
  • Meta:Moto - Recursive Block-based Modeling

Getting Started

npm update
npm start

to start a local instance of the apps. then open Kiri:Moto or Meta:Moto on http://localhost: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 the apps from http://debug:8080/

More Information