oliof / grid-apps

3D slicer for FDM, CAM, Laser (Kiri) and block modeler (Meta)

Home Page:https://grid.space/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donate

Contributions in all forms (code, bug reports, community engagement, localization, etc) are warmly welcomed.

Discord GitHub Twitter Follow

Hosted Apps

Live Versions

Website GitHub package.json version (branch) GitHub package.json version (branch) GitHub package.json version (branch) GitHub package.json version (branch) GitHub package.json version (branch) GitHub package.json version (branch)

Development Activity

GitHub commit activity GitHub last commit GitHub contributors

Get Involved

Testing Locally

git clone git@github.com:GridSpace/grid-apps.git
cd grid-apps
npm i
npm install -g @gridspace/app-server
gs-app-server --debug

if installing the app-server fails or gives you permissions errors, then your node installation (on linux/mac) is installed as another user (like root). try instead:

sudo npm install -g @gridspace/app-server

to start a local instance of the apps. then open Kiri:Moto or Meta:Moto on your local host

Alternatively, if you are using a packaged version of npm that ships with a Linux distribution, but still want to install in your home directory, you can use

npm config set prefix ~/.local

If gs-app-server is not found, then perhaps ~/.local/bin is not in your path. You can either add it to your path, or you can run:

~/local/bin/gs-app-server --debug

Windows Developers

this git repo requires symbolic link support. on Windows, this means you have to clone the repo in a command shell with Administrator privileges.

Other Start Options

gs-app-server

serves code as obfuscated, compressed bundles. this is the mode used to run on a public web site.

requires node.js 12+

Javascript Slicing API

A script include that injects a web worker into the page that will asynchronously perform any of Kiri’s slicing and gcode generation functions.

https://grid.space/kiri/engine.html

About

3D slicer for FDM, CAM, Laser (Kiri) and block modeler (Meta)

https://grid.space/

License:MIT License


Languages

Language:JavaScript 87.6%Language:C++ 6.1%Language:HTML 4.0%Language:CSS 1.7%Language:C 0.2%Language:Roff 0.2%Language:Macaulay2 0.1%Language:CWeb 0.0%Language:Prolog 0.0%Language:G-code 0.0%Language:Makefile 0.0%Language:Assembly 0.0%