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
Filip Goc 4c4534a447 Add 'JellyBOX 2' and 'JellyBOX Original' Devices
- Tested, including a physical print on a JellyBOX 2.
2019-03-28 03:16:39 +01:00
js fix level upgrade issue, add error catch. fix last uesd printer logic 2019-03-26 10:53:13 -04:00
web Add 'JellyBOX 2' and 'JellyBOX Original' Devices 2019-03-28 03:16:39 +01:00
.gitignore change location of js cache dir 2018-02-25 17:49:50 -05:00
license.md update package 2018-02-24 21:31:32 -05:00
notes.md note 2019-03-18 19:00:29 -04:00
package.json fix level upgrade issue, add error catch. fix last uesd printer logic 2019-03-26 10:53:13 -04: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