This commit is contained in:
bakedpotatolord 2025-06-10 21:29:58 -06:00
commit 769e7eb7d7
66 changed files with 577 additions and 77 deletions

31
contributing.md Normal file
View file

@ -0,0 +1,31 @@
# Contributing
This is a community driven project, and we welcome any contributions you'd like to make. You can connect with us on [discord](https://discord.gg/suyCCgr).
## Running Locally
- Ensure you have [node](https://nodejs.org/en/download/), or an equivalent installed
- Clone the [repository](https://github.com/GridSpace/grid-apps)
- Run `npm run setup`
- Run `npm run dev`
## Running Docs Locally
- Ensure you have [node](https://nodejs.org/en/download/), or an equivalent installed
- Clone the [repository](https://github.com/GridSpace/grid-apps)
- Run `npm run setup`
- Run `npm run docs-dev`
## How to add a new machine
- Make sure you have your tested machine selected
- Open the developer console
- Run the following code: `kiri.api.conf.get().device`
- Right click on the object and select `Copy object`
- Make a new file in the `src/kiri-dev/<mode>` directory, with the name of your machine, no spaces or special characters, and a `.json` extension.
- Paste the copied object into the new file, and save it.
- Publish your changes to a git repo
- Submit a [pull request](https://github.com/GridSpace/grid-apps/compare)

View file

@ -1,7 +1,5 @@
# Parts List
| **Quantity** | **Name** | **Description** | **Product Link** |
| ------------ | ------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 1 | upper xy belt | | [https://www.amazon.com/Printing-FYSETC-Fiberglass-Rostock-Printers/dp/B07CDDPCM8](https://www.amazon.com/Printing-FYSETC-Fiberglass-Rostock-Printers/dp/B07CDDPCM8) |
@ -9,7 +7,7 @@
| 1 | z belt | 1140-1160 mm | [https://www.amazon.com/gp/product/B018HN8576](https://www.amazon.com/gp/product/B018HN8576) |
| 1 | 24v power supply | | [https://www.amazon.com/EAGWELL-Universal-Regulated-Switching-Computer/dp/B01IOK5FM0](https://www.amazon.com/EAGWELL-Universal-Regulated-Switching-Computer/dp/B01IOK5FM0) |
| 1 | SKR V1.3 | | [https://www.amazon.com/gp/product/B07Z3FZGJ1](https://www.amazon.com/gp/product/B07Z3FZGJ1) |
| 2 | cross bar | | [https://hobbyking.com/en\_us/aluminum-square-tube-diy-multi-rotor-12-8x12-8x600mm-5inch-black.html](https://hobbyking.com/en\_us/aluminum-square-tube-diy-multi-rotor-12-8x12-8x600mm-5inch-black.html) |
| 2 | cross bar | | [https://hobbyking.com/en_us/aluminum-square-tube-diy-multi-rotor-12-8x12-8x600mm-5inch-black.html](https://hobbyking.com/en_us/aluminum-square-tube-diy-multi-rotor-12-8x12-8x600mm-5inch-black.html) |
| 1 | hot end mount | 3d print solid | |
| 1 | bltouch mount | 3d print solid | |
| 3 | level bracket | 3d print solid | |

View file

@ -15,6 +15,4 @@ The [control software](https://github.com/GridSpace/grid-bot) is open source on
A Beta for a [new design](https://cad.onshape.com/documents/d0514606a660a802eb16304a/w/43a797f28bcc004e3e7e7e17/e/61abf70c46004ffbc0134231) is also available. Check [forum.grid.space](https://forum.grid.space) for progress on this and other builds.
![](/img/GridBot-Two-Right.png)

View file

@ -0,0 +1,74 @@
---
description: Overview of cam mode
---
# CAM Mode Overview
Kiri:Moto's CAM mode is designed for subtractive manufacturing processes, primarily [CNC](https://en.wikipedia.org/wiki/Computer_numerical_control) milling. This mode provides a streamlined, browser-based workflow for generating toolpaths from 3D models and exporting G-code for a wide range of machines.
This page provides a high-level overview of the CAM workflow. There are subpages for specific parts of the workflow.
---
## Arrange
Begin by importing your model(s) into the workspace. The **Arrange** stage allows you to:
- Translate and rotate parts on the base platform
- Align multiple objects relative to each other
- Snap objects flat to the bed
- Apply other [transformations](<https://en.wikipedia.org/wiki/Transformation_(function)>) like scaling and mirroring
- Set your [profile options](processOpts)
- set your [machine](machines) settings
- set your [tool library](tools)
- set your [CAM operations](ops)
You can set profile options, and machine and tool settings in any part of the workflow, but doing so will not automatically update other parts of the workflow. You will need to re-slice after making changes.
---
## Slice
The Slice stage generates toolpaths based on user-defined [CAM operations](ops). The software makes use of [worker threads](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) to slice the model without blocking the UI.
When working with complex models, you can toggle specific layers of the slice by toggling them at the botom of the page
![](/img/CAM/sliceToggle.png)
The bottom of the page also has a progress bar that is draggable and shows the order of operations.
---
## Preview
The Preview tab is quite similar to the Slice tab, but has a few key differences:
- Shows tool speeds
- Shows tool movement types (rapid move/ milling move)
- Visually shows tool offsets and tool changes
- Allows inspection of toolpath order and direction
- Helps detect gouges, collisions, or inefficient moves
![](/img/CAM/preview.png)
Overall, the Preview tab gives a more in-depth view of the toolpaths that will be generated.
---
## Animate
Animate is a useful tool to get a sense of how the tool will move through the stock without the risk of actually cutting anything.
Animate can show if your gode will collide with the stock, cut too deep, or cut in a place you don't expect.
![](/img/CAM/animate.gif)
---
## Export
Once you're confident in your setup, use the Export menu to generate machine-ready [G-code](https://en.wikipedia.org/wiki/G-code).
![](/img/CAM/exportMenu.png)
Most of the configuration for this step is done in the [Machine](kiri-moto/CAM/machines) settings, so be sure to have that configured before exporting.
The tab will give you a time estimate for the job (excluding tool changes), and an option to export G-code to a single file, or as a zipped archive of the sepate operation for each tool.

View file

@ -0,0 +1,68 @@
---
description: Machine setup for CAM machines
---
# Machine Setup
The Machine Setup tab defines the physical capabilities of your CNC machine, its firmware behavior, and how G-code should be generated. A properly configured machine profile ensures your output matches your hardware's constraints and expectations.
You can access it from the top-right menu:
![](/img/CAM/machinesTab.png)
---
## Workspace Dimensions
These values define your machines cutting envelope. Use your _actual usable_ dimensions here, not the marketing ones.
- **X (width)** — Maximum horizontal travel (left to right)
- **Y (depth)** — Maximum front-to-back travel
- **Z (height)** — Maximum vertical travel (top to bottom)
The units of these values are based on the units set in your global preferences (defaults to mm).
---
## Firmware Settings
- **Max Spindle** — The highest RPM your spindle supports. This limits the `feed` speeds set in your [CAM operations](/kiri-moto/CAM/ops) to generate proper and safe `S` values in G-code.
---
## Output Options
Customize how your G-code is formatted for your controller or post-processor:
- **Strip Comments** — Removes all G-code comments for cleaner, smaller files
- **Token Spacer** — Inserts a space between G-code tokens (e.g., `G1 X1 Y1` vs `G1X1Y1`)
- **Enable Laser** — Enables [Laser](ops#Laser-Mode-Only) operations (typically uses `M3/M5`; adjusts movement strategy)
- **File Extension** — Optional override for exported file type (e.g., `.nc`, `.ngc`, `.cnc`, `.cam`, `.gcode`, `.txt`)
---
## G-code Macros
Macros insert custom G-code at key stages of toolpath generation. Each tab corresponds to a different context. In these boxes, you have access to [G-code macros](../gcode-macros). Not all macros are available in all contexts, so be careful!
- **Header** — Runs once at the beginning of the job (e.g., mode override, move to safe Z)
- **Footer** — Runs at the end of the job (e.g., spindle stop, move to safe Z)
- **Tool** — Called when changing tools. Automatic tool changes and tool measurement can be put here.
- **Dwell** — Code for pausing movement/spindle at specified positions
- **Spindle** — Code to set spindle RPM
---
## RML Dialect
Kiri:Moto supports the [RML](https://downloadcenter.rolanddg.com/contents/manuals/PNC-3200_USE2_E_R5.pdf) dialect of G-code.
When a machine's file extension is set to `.rml`, Kiri:Moto will use the RML dialect, using `PU` for non-cut moves and `Z` for cut moves. RML commands can be used in the `Header`, `Footer`, `Tool`, `Dwell`, and `Spindle` sections of the Machine Setup tab in the same way that G-code commands are used.
---
## Contribute a Machine Profile
We love to add new machines to the Kiri:Moto library. If you have a tested machine that you'd like to add, you can export your workspace as a `.kmz` file and share it on the [Discord](https://discord.gg/suyCCgr) or [forums](https://forum.grid.space).
If you want to submit a PR, you can find instructions for how to do so [here](https://github.com/GridSpace/grid-apps/blob/master/contributing.md#how-to-add-a-new-machine).

155
docs/kiri-moto/CAM/ops.mdx Normal file
View file

@ -0,0 +1,155 @@
---
description: Keyboard Shortcuts and Mouse Controls
label: ops
---
import { ImageCarousel } from "@site/docs/src/components/carousel.js";
# Operations
Ops—not to be confused with [opps](https://knowyourmeme.com/memes/opp-opps)—are the operations
applied to a model to remove material. The Operations tab also contains meta-operations
that represent parts of the manufacturing process but do not necessarily generate toolpaths.
Each operation has parameters which can be hovered over to reveal their description.
![](/img/CAM/paramDetails.png)
When an operation's settings are changed, they update the defaults for that operation
when it is created in the future.
These operations include:
- Toolpath Operations
- Global
- [Outline](#outline)
- [Level](#level)
- [Rough](#rough)
- [Contour](#contour)
- [Register](#register)
- Specific
- [Drill](#drill)
- [Trace](#trace)
- [Pocket](#pocket)
- [Gcode](#gcode)
- Laser Operations
- Indexed Operations
## Global Operations
Operations that apply to all objects in the workspace.
### Outline
<ImageCarousel base="/img/CAM/example/outline/" images="outline" />
The Outline op generates a toolpath surrounding the edges of a part. It is highly configurable and can select both internal or external edges specifically. The Outline operation is great for:
- Cutting out many objects at once
- Generating a rough/finishing pass on an object
- Easily avoiding specific features like pockets or holes
### Level
<ImageCarousel base="/img/CAM/example/level/" images="level" />
The Level op creates a flat-surface clearing toolpath across a selected area. It is designed to remove material to a consistent depth, making it useful for preparing stock, flattening uneven surfaces, or cleaning up residual material. The Level operation is great for:
- Surfacing raw stock before detail cuts
- Creating uniform faces on complex objects
- Clearing large areas with consistent depth quickly
### Rough
<ImageCarousel base="/img/CAM/example/rough/" images="rough" />
The Rough op removes large volumes of material quickly using a stepped-down toolpath. It is typically the first pass in a multi-step workflow, clearing space for finishing tools without concern for fine detail. The Rough operation is great for:
- Rapid bulk material removal
- Preparing many parts for finishing simultaneously
- Clearing voids or flat faces for many objects at once
- Preparing a part for finish machining
- Preserving tool life by reducing cutting load in later passes
### Contour
<ImageCarousel base="/img/CAM/example/contour/" images="contour" />
The Contour op generates detailed toolpaths for complex organic surface geometries.
It can trace along the X or Y axis and has configurable precision. It is useful for:
- Carving 3D shapes with organic or curved profiles
- Finishing complex wall geometries
- Cleaning up a part after [roughing](#rough)
### Register
<ImageCarousel base="/img/CAM/example/register/" images="register" />
The Register operation drills holes in the sides of a part,
helping keep the part in the same place when it is flipped onto its opposite face.
The operation has options to drill on different sides and can even generate a puzzle-piece-like pattern for registration.
## Specific Operations
Specific operations require selection of individual part features to apply operations to.
These may overlap with Global operations but are generally more configurable.
### Drill
<ImageCarousel base="/img/CAM/example/drill/" images="drill" />
The Drill op creates pecking toolpaths for a drill tool to follow.
It can also drill holes of other diameters and even mark holes instead of drilling.
It is useful for:
- Generating a toolpath for a drill tool
- Selecting specific holes to remove material from
- Marking holes to be drilled manually
### Trace
<ImageCarousel base="/img/CAM/example/trace/" images="trace" />
The Trace operation is likely the most configurable, allowing for generation of toolpaths following loops or lines.
It can trace on, inside, or outside a line and can take multiple passes to step down to the desired position.
When the type parameter is set to "clear," it can even act like a [Pocket](#pocket),
clearing the area above the shape created by the selected lines or loop.
While the Trace op can do a lot, some specific use cases include:
- Engraving lettering or other text
- Drilling out a hole helically
- Outlining a part with a nonstandard offset
- Outlining only one part on the workspace
### Pocket
<ImageCarousel base="/img/CAM/example/pocket/" images="pocket" />
The Pocket operation takes a selection of polygon faces and generates a pocket toolpath that cuts down to them.
The operation has options to expand and smooth the pocket selection, and the contour option even allows
for an approximation of a v-bit carve. Some use cases specific to the Pocket op include:
- Creating one pocket in a part with multiple
- Attempting a v-carve
- Clearing a specific area of a part
### Gcode
<ImageCarousel base="/img/CAM/example/gcode/" images="gcode" />
The Gcode operation does not generate a toolpath but instead adds a line or lines of G-code to the output
of the file. The Gcode operation is different from [Gcode Macros](/kiri-moto/gcode-macros),
as it is not tied to any event
but is output in the order it is included in the operations array.
## Laser Operations
Laser operations become available when "Enable Laser" is selected in the [Machine](/machine) tab.
These operations are specific to certain machines, like the Makera Carvera, and can be safely ignored for other machines.
## Indexed Operations
Indexed operations become available when "Indexed" is selected in the [Process Ops](/processOpts) tab.
These operations are specific to indexed stock and allow a user to create operations on different faces of a part.

View file

@ -0,0 +1,59 @@
---
description: Process options for the CAM mode
---
import { ImageCarousel } from "@site/docs/src/components/carousel.js";
# Process Options
The Process Options (on the left side of the screen) are a set of parameters that control the behavior of the CAM engine.
Process options can be saved in a profile, so they don't need to be reset each time a material is changed.
[Operation](./ops) defaults are stored in a profile as well but are modified within that operation.
![](/img/CAM/process/profiles.png)
Each operation has parameters that can be hovered over to reveal their description.
![](/img/CAM/process/hover.png)
## Tabs
<ImageCarousel base="/img/CAM/process/tabs" images="tabs" />
Tabs can be added with the plus button, finalized with the checkmark, and removed with the trash button.
Their size is configurable.
## Stock
The stock defines the material that surrounds the part. As of V4.1, only rectangular stock is supported.
Setting width, depth, and height to zero will make the stock the same size as the part's bounding box.
The stock size defaults to absolute dimensions but can be made to offset from the part's bounding box by setting the stock offset option to true.
If the stock is smaller than the part, the part will not slice.
The "Clip To" option will delete any toolpaths that go outside the stock.
Using indexed stock is supported (barely). If you are using a rotary indexer, you can check the Indexed option and use [Indexed Operations](./ops#indexed-operations) to create operations on different faces of the part.
## Limits
The Limits tab has options for setting the maximum feed rates, the Z-zero, and defaults for top and bottom offsets for operations.
Some operations have overrides for these values.
## Output
The Output tab configures how lines generated by the CAM ops are processed before being exported.
These mainly affect what to do before and after each operation, and which direction to traverse the toolpath (climb or conventional).
The **First Z Max** and **Force Z Max** are safety features that move to a safe Z
before the job and before pockets, respectively. They are not checked by default for legacy compatibility.
## Origin
The Origin tab controls the origin of the part and allows configuration in the form of XYZ offsets.
## Expert
The Expert tab controls advanced options for CAM mode, which can speed up slicing but may generate tool crashes.
Use with caution.

View file

@ -0,0 +1,21 @@
---
description: Tool options for the CAM mode
---
# Tools
The Tool menu can be accessed from the top-right corner dropdown.
![](/img/CAM/toolsTab.png)
Once selected, the Tool menu provides options to create, copy, edit, and delete tools.
Additionally, tools can be imported and exported as `.km` files. The file format is binary-encoded and not human-readable, so don't try to edit it with a text editor.
![](/img/CAM/toolMenu.png)
Kiri:Moto currently supports four types of tools:
- End Mills
- Ball Mills
- Taper Mills
- Drills

View file

@ -40,24 +40,24 @@ JSON dictionaries can be used for reference from the [CLI package](https://githu
Kiri:Moto is designed to be embedded in a page using an IFrame. The look and feel and other controls are available for the loaded page using a messaging API. An example page is [here](https://grid.space/kiri/frame.html).
| function | description |
| --------------------------- | ------------------------------------------------------------------------------------------------------- |
| setFrame(_id\_obj_) | id or object of IFrame with Kiri:Moto loaded |
| load(_url_) | load an [STL](https://en.wikipedia.org/wiki/STL\_\(file\_format\)) referred to by _url_ |
| clear() | remove all objects from workspace |
| parse(_data_) | parse the text or binary contents of an [STL](https://en.wikipedia.org/wiki/STL\_\(file\_format\)) file |
| setMode(_mode_) | where _mode_ comes from:`[ "CAM", "FDM", "LASER", "SLA" ]` |
| setDevice(_options_) | change default Device options |
| setProcess(options) | change default Process options |
| setController(options) | change default Core options |
| slice() | async slice of loaded object |
| prepare() | async path routing of slice data |
| export() | async gcode generation from routed paths |
| onmessage(_fn_) | function will receive all IFrame messages |
| onevent(_event, data_) | function will receive named messages |
| emit(_event, data_) | send named event with data payload |
| alert(_msg, time_) | show alert message with optional time in seconds |
| process(_percent, message_) | set progress bar (0.0 to 1.0) with optional message |
| function | description |
| --------------------------- | ----------------------------------------------------------------------------------------------------- |
| setFrame(_id_obj_) | id or object of IFrame with Kiri:Moto loaded |
| load(_url_) | load an [STL](<https://en.wikipedia.org/wiki/STL_(file_format)>) referred to by _url_ |
| clear() | remove all objects from workspace |
| parse(_data_) | parse the text or binary contents of an [STL](<https://en.wikipedia.org/wiki/STL_(file_format)>) file |
| setMode(_mode_) | where _mode_ comes from:`[ "CAM", "FDM", "LASER", "SLA" ]` |
| setDevice(_options_) | change default Device options |
| setProcess(options) | change default Process options |
| setController(options) | change default Core options |
| slice() | async slice of loaded object |
| prepare() | async path routing of slice data |
| export() | async gcode generation from routed paths |
| onmessage(_fn_) | function will receive all IFrame messages |
| onevent(_event, data_) | function will receive named messages |
| emit(_event, data_) | send named event with data payload |
| alert(_msg, time_) | show alert message with optional time in seconds |
| process(_percent, message_) | set progress bar (0.0 to 1.0) with optional message |
## Events

View file

@ -4,38 +4,38 @@ label: Engine APIs
---
# Engine APIs
The `Engine` class serves as an abstraction layer for interacting with the `kiri` 3D slicing engine. It handles loading and parsing STL files, manipulating widgets (3D models), configuring slicing parameters, and executing the toolpath generation pipeline: slice, prepare, and export.
This API is designed with method chaining in mind, and provides hooks for custom event listeners.
you can view some example of how to use the engine [here](https://grid.space/kiri/engine.html).
---
## Methods
| Method | Description | Returns |
|--------|-------------|---------|
| `load(url)` | Loads an [STL](https://en.wikipedia.org/wiki/STL\_\(file\_format\)) file from a given URL and centers the model. | `Promise<Engine>` |
| `clear()` | Clears all objects from workspace. | `void` |
| `parse(data)` | Parses raw [STL](https://en.wikipedia.org/wiki/STL\_\(file\_format\)) data and loads it as a centered widget. | `Promise<Engine>` |
| `setListener(listener)` | Sets an event listener function to receive engine progress updates | `Engine` |
| `setRender(bool)` | Enables or disables rendering. | `Engine` |
| `setMode(mode)` | Sets the slicing mode where mode is "CAM"|"FDM"|"LASER"|"SLA" . | `Engine` |
| `setDevice(device)` | Merges a custom device profile into the current settings. | `Engine` |
| `setProcess(process)` | Merges custom slicing process parameters. | `Engine` |
| `setController(controller)` | Sets the slicing controller settings and starts/stops the worker pool accordingly. | `Engine` |
| `setTools(tools)` | Sets the tool definitions (e.g. cutters, extruders). | `Engine` |
| `setStock(stock)` | Sets the stock material dimensions. | `Engine` |
| `setOrigin(x, y, z)` | Defines the origin point for the part. | `Engine` |
| `moveTo(x, y, z)` | Moves the widget to the specified absolute coordinates. | `Engine` |
| `move(x, y, z)` | Moves the widget by the specified delta values. | `Engine` |
| `scale(x, y, z)` | Scales the widget along each axis. | `Engine` |
| `rotate(x, y, z)` | Rotates the widget in degrees along each axis. | `Engine` |
| `slice()` | Starts the slicing process and returns once complete. | `Promise<Engine>` |
| `prepare()` | Prepares the sliced toolpaths for export (e.g. G-code generation). | `Promise<Engine>` |
| `export()` | Exports the toolpaths as a string (e.g. G-code). | `Promise<string>` |
| Method | Description | Returns |
| --------------------------- | -------------------------------------------------------------------------------------------------------------- | ----------------- | ------- | ------- | -------- |
| `load(url)` | Loads an [STL](<https://en.wikipedia.org/wiki/STL_(file_format)>) file from a given URL and centers the model. | `Promise<Engine>` |
| `clear()` | Clears all objects from workspace. | `void` |
| `parse(data)` | Parses raw [STL](<https://en.wikipedia.org/wiki/STL_(file_format)>) data and loads it as a centered widget. | `Promise<Engine>` |
| `setListener(listener)` | Sets an event listener function to receive engine progress updates | `Engine` |
| `setRender(bool)` | Enables or disables rendering. | `Engine` |
| `setMode(mode)` | Sets the slicing mode where mode is "CAM" | "FDM" | "LASER" | "SLA" . | `Engine` |
| `setDevice(device)` | Merges a custom device profile into the current settings. | `Engine` |
| `setProcess(process)` | Merges custom slicing process parameters. | `Engine` |
| `setController(controller)` | Sets the slicing controller settings and starts/stops the worker pool accordingly. | `Engine` |
| `setTools(tools)` | Sets the tool definitions (e.g. cutters, extruders). | `Engine` |
| `setStock(stock)` | Sets the stock material dimensions. | `Engine` |
| `setOrigin(x, y, z)` | Defines the origin point for the part. | `Engine` |
| `moveTo(x, y, z)` | Moves the widget to the specified absolute coordinates. | `Engine` |
| `move(x, y, z)` | Moves the widget by the specified delta values. | `Engine` |
| `scale(x, y, z)` | Scales the widget along each axis. | `Engine` |
| `rotate(x, y, z)` | Rotates the widget in degrees along each axis. | `Engine` |
| `slice()` | Starts the slicing process and returns once complete. | `Promise<Engine>` |
| `prepare()` | Prepares the sliced toolpaths for export (e.g. G-code generation). | `Promise<Engine>` |
| `export()` | Exports the toolpaths as a string (e.g. G-code). | `Promise<string>` |
---
@ -51,4 +51,4 @@ If a listener is set via `setListener(fn)`, it will be called with events such a
- `{ export: { segment } }` — during G-code segment export
- `{ export: { done } }` — when export is finished
These allow for building progress indicators or responding to processing stages.
These allow for building progress indicators or responding to processing stages.

View file

@ -8,7 +8,7 @@ description: Frequently Asked Questions
Entirely.
The source code is on [GitHub](https://github.com/GridSpace/grid-apps) if you want to install and run it yourself. It is available under the [MIT](https://en.wikipedia.org/wiki/MIT\_License) license, which is one of the most liberal in terms of allowing you to do what you want with the code without restriction.
The source code is on [GitHub](https://github.com/GridSpace/grid-apps) if you want to install and run it yourself. It is available under the [MIT](https://en.wikipedia.org/wiki/MIT_License) license, which is one of the most liberal in terms of allowing you to do what you want with the code without restriction.
Multiple live [versions](https://grid.space/choose) (including current development branches) are served free of charge and free of ads on [Grid.Space](https://grid.space/kiri/).
@ -18,10 +18,10 @@ It has similar capabilities to other 3D printing slicers like Cura, Simplify3D,
It is very different in several important ways:
* There is no software to install or maintain. It's just a web page.
* As a web app, it runs in a security sandbox and cannot access data on your hard drive
* It offers several modes of operation for most of the common maker tools, like CNC mills
* It is updated quite frequently (several times a week) with bug fixes and new features
- There is no software to install or maintain. It's just a web page.
- As a web app, it runs in a security sandbox and cannot access data on your hard drive
- It offers several modes of operation for most of the common maker tools, like CNC mills
- It is updated quite frequently (several times a week) with bug fixes and new features
## What language is it written in?
@ -29,7 +29,7 @@ It is almost entirely Javascript. There are a few minor modules compiled into WA
## What file types are supported?
[STL](https://en.wikipedia.org/wiki/STL\_\(file\_format\)), [OBJ](https://en.wikipedia.org/wiki/Wavefront\_.obj\_file), and [3MF](https://github.com/3MFConsortium/spec\_core/blob/master/3MF%20Core%20Specification.md) files are supported for 3D part import. [SVG](https://en.wikipedia.org/wiki/Scalable\_Vector\_Graphics) files import and auto-convert into 3D models. [PNG](https://en.wikipedia.org/wiki/Portable\_Network\_Graphics) files are supported for 2D image to 3D model conversion.
[STL](<https://en.wikipedia.org/wiki/STL_(file_format)>), [OBJ](https://en.wikipedia.org/wiki/Wavefront_.obj_file), and [3MF](https://github.com/3MFConsortium/spec_core/blob/master/3MF%20Core%20Specification.md) files are supported for 3D part import. [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) files import and auto-convert into 3D models. [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) files are supported for 2D image to 3D model conversion.
## What if my printer isn't supported?
@ -43,3 +43,7 @@ Start with the [forum](https://forum.grid.space/) discussions. If you want to ge
Kiri comes from Kiri-e, which is the Japanese art of paper-cutting. Moto is short for "modeling tool".
## What are the `.kmz` and `.km` file formats short for?
- `kmz` stands for **Kiri Moto Zip**, and contains an entire zipped workspace
- `km` stands for **Kiri Moto**, and contains [CAM tool](/CAM/tools) paramers.

View file

@ -19,7 +19,6 @@ description: Variable Substitutions and Expressions in GCode Macros
- \{print-time\} = alias for \{time\} ... deprecated after 2.8
- \{print_time\} = alias for \{time\} ... 2.9 and beyond
## FDM (3D Printing) Mode Only
### FDM Macros
@ -44,10 +43,12 @@ description: Variable Substitutions and Expressions in GCode Macros
- \{e\} = amount of filament extruded
### "Feature" only Macros (v3.4+)
- \{feature\} = feature region of the print (brims, infill, etc)
- \{minx|miny|maxx|maxy\} = position in mm of extents of the print area
### Logical Code Flow (IF / ELIF / ELSE / END)
```
;; IF { layer >= 10 && layer <= 20 }
;; ..... inside 10-20 layer={layer}
@ -58,7 +59,8 @@ description: Variable Substitutions and Expressions in GCode Macros
;; END
```
### PREAMBLE control (v3.4+)
### PREAMBLE control (v3.4+)
Allows for intro comment and config list to be re-positioned after the header or disabled. This was introduced to allow GCode output to work with Ultimaker.
`;; PREAMBLE OFF`
@ -96,24 +98,25 @@ Set decimal precision (n = integer) (v3.8+)
`;; DECIMALS = n`
### Axis Scaling (v3.7+)
Allows for a factor to be applied to X,Y,Z coordinates. Useful for some machines like the Roland MDX-40A that uses an unusual coordinate space. Default axis scale is `1`
_`;; SCALE { "X":100, "Y":100, "Z":100 }`_
## CAM & FDM Modes
### Simple Algebraic Expression Support
## CAM & FDM Modes
### Simple Algebraic Expression Support
- Text inside `{}` is evaluated algebraically with access to JS classes and methods
- `{Math.min(layer/layers, 0.5) + 1}`
- `{token+n} {token-n}`
### Axis Remapping (v3.5+)
Allows for over-riding the default axis names. Useful for swapping axes and changing output for specific firmware targets. The format of the map is a JSON object._
Allows for over-riding the default axis names. Useful for swapping axes and changing output for specific firmware targets. The format of the map is a JSON object.\_
`;; AXISMAP {"X":"Y", "Y":"Z", "E":"E1"}`
## Laser Mode Only
### Laser Macros

View file

@ -12,11 +12,11 @@ Kiri:Moto is focused on privacy, performance, and ease-of-use.
Kiri:Moto has been in continuous development since 2013. It typically gets new development releases a few times a week and major releases every 4-8 weeks.
Please consider supporting this project with a [donation](https://paypal.me/gridspace3d?locale.x=en\_US).
Please consider supporting this project with a [donation](https://paypal.me/gridspace3d?locale.x=en_US).
## Privacy
Kiri:Moto is served free of ads, trackers, and any collection of personal data ([PII](https://en.wikipedia.org/wiki/Personal\_data)). Don't trust that? You can also install and run it yourself from [source](https://github.com/GridSpace/grid-apps).
Kiri:Moto is served free of ads, trackers, and any collection of personal data ([PII](https://en.wikipedia.org/wiki/Personal_data)). Don't trust that? You can also install and run it yourself from [source](https://github.com/GridSpace/grid-apps).
Because Kiri:Moto runs in a browser's security sandbox, it does not have access to the personal and private data on your local hard drive the way installed desktop software does.
@ -29,4 +29,3 @@ Kiri:Moto is a compact, fast-loading page free of bloat. This is achieved by min
## Ease of Use
Creating an interface that is usable for new to advanced users can be a challenge. Kiri:Moto takes a strong editorial stance on complexity. Much of the software in the maker universe is riddled with parameters and controls that are duplicative and work at cross-purposes.

View file

@ -10,7 +10,7 @@ The left menus control workspace, work mode, and objects while.
The right menus control the behavior and settings for slicing, path routing, and path to code exports.
[OBJ](https://www.cs.cmu.edu/\~mbz/personal/graphics/obj.html), [STL](https://en.wikipedia.org/wiki/STL\_\(file\_format\)), and [3MF](https://docs.fileformat.com/3d/3mf/) files import natively. [SVG](https://en.wikipedia.org/wiki/Scalable\_Vector\_Graphics), [JPG](https://en.wikipedia.org/wiki/JPEG\_File\_Interchange\_Format), and [PNG](https://en.wikipedia.org/wiki/Portable\_Network\_Graphics) are auto-extruded into a 3D parts.
[OBJ](https://www.cs.cmu.edu/~mbz/personal/graphics/obj.html), [STL](<https://en.wikipedia.org/wiki/STL_(file_format)>), and [3MF](https://docs.fileformat.com/3d/3mf/) files import natively. [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics), [JPG](https://en.wikipedia.org/wiki/JPEG_File_Interchange_Format), and [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) are auto-extruded into a 3D parts.
![A minimalist approach](/img/kiri-moto.png)
@ -27,4 +27,3 @@ Application preferences are mode-dependent. For example, CNC preferences show an
![CNC Mode Preferences](/img/preferences-cam.png)
![FDM Mode Preferences](/img/preferences-fdm.png)

View file

@ -15,4 +15,3 @@ Replace all values with correct localized values and submit a [pull request](htt
If you have the time, please consider also localizing `web/kiri/lang/en-help.html`
Test your language by appending `?ln:XX` to your local URL where `XX` is the name of your language file _without_ the `.js` extension.

View file

@ -14,8 +14,6 @@ The `send` button will spool a print directly to OctoPrint where it will sit und
![](/img/gridsend.png)
## Local Sending
OctoPrint has a web api endpoint that can be configured on `Export` when enabled.

View file

@ -6,9 +6,9 @@ description: For Classrooms and Shared Workstations, Maintain Consistent Setups
[Kiri:Moto](https://grid.space/kiri/) stores all settings in our browser's local cache. There are times when you want to share settings between computers or setup a master config that is shared in classroom settings. In order to facilitate this, Kiri:Moto provides two hot keys and a URL short-cut for loading a default configuration at the time the application page loads.
* `U` key (uppercase) to get a unique settings key
* `u` key (lowercase) to restore a setting with a given key
* append `#key` to Kiri's URL to load the app with a given key
- `U` key (uppercase) to get a unique settings key
- `u` key (lowercase) to restore a setting with a given key
- append `#key` to Kiri's URL to load the app with a given key
Using the last method, you can create a master settings configuration then give our or link to Kiri with an url that looks like:

View file

@ -28,6 +28,20 @@ const sidebars = {
"kiri-moto/localization",
"kiri-moto/octoprint",
"kiri-moto/faq",
{
type: "category",
label: "CAM Mode",
link:{
type: 'doc',
id: 'kiri-moto/CAM/index',
},
items:[
"kiri-moto/CAM/processOpts",
"kiri-moto/CAM/machines",
"kiri-moto/CAM/tools",
"kiri-moto/CAM/ops",
],
}
],
},
{

View file

@ -0,0 +1,80 @@
import React from "react";
import { Carousel } from "react-responsive-carousel";
import "react-responsive-carousel/lib/styles/carousel.min.css";
const imageDescripts = {
outline: [
["/1.png", "outline of a complex part"],
["/2.png", "outline of a non-flat part with inside holes"],
["/3.png", "outside-only outline"],
["/4.png", "inside-only outline"],
],
level: [
["/1.png", "level of a large part"],
["/2.png", `level of a square part's stock`],
["/3.png", `level of a part with a non-uniform top surface`],
],
rough: [
["/1.png", "rough cut of two parts"],
["/2.png", "side-view of a rough cut"],
["/3.png", "rough cut of a part with a complex top surface"],
["/4.gif", "animate of complex rough cut"],
],
contour: [
["/1.png", "close-up of a precise contour"],
["/2.png", "contour of multiple parts at once"],
["/3.png", "low precision contour"],
],
register: [
["/1.png", "2-drill register"],
["/2.png", "3-drill register"],
["/3.png", "jigsaw register"],
],
drill: [
["/1.png", "drills for a robot baseplate"],
["/2.png", "drills for a pegboard"],
["/3.png", "selecting only matching-size holes"],
],
trace: [
["/1.png", "toolpath tracing a design into a part"],
["/2.png", "selecting loops to trace"],
["/3.png", "tracing edges for deburring"],
["/4.png", "trace to clear a pocket"],
["/5.png", "arbitrary offset outline"],
],
pocket: [
["/1.png", "selecting areas to pocket"],
["/2.png", "toolpath for pocket"],
["/3.gif", "pocket animation"],
["/4.png", "toolpath for v-bit carve"],
["/5.png", "many-pocketed part"],
],
gcode: [["/1.png", "the gcode editor popup"]],
laserOn: [],
laserOff: [],
index: [],
lathe: [],
tabs: [
["/1.png", "tabs added to part"],
["/2.png", "sliced part with tabs"],
],
};
/**
* A carousel of images.
*
* @param {keyof typeof imageDescripts} images - The key to an array of images and descriptions.
* @returns {ReactElement} - A carousel of the given images.
*/
export function ImageCarousel({ base, images }) {
return (
<Carousel showThumbs={false}>
{imageDescripts[images].map(([image, caption], index) => (
<div>
<img src={base + image} alt="" />
<p className="caption">{caption}</p>
</div>
))}
</Carousel>
);
}

View file

@ -1,9 +1,7 @@
.navbar{
height:5rem
.navbar {
height: 5rem;
}
.navbar .navbar__items{
height:4.5rem
}
.navbar .navbar__items {
height: 4.5rem;
}

BIN
docs/static/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
docs/static/img/CAM/animate.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 KiB

BIN
docs/static/img/CAM/example/drill/1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
docs/static/img/CAM/example/drill/2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 831 KiB

BIN
docs/static/img/CAM/example/drill/3.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

BIN
docs/static/img/CAM/example/gcode/1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
docs/static/img/CAM/example/level/1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
docs/static/img/CAM/example/level/2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
docs/static/img/CAM/example/level/3.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
docs/static/img/CAM/example/pocket/1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

BIN
docs/static/img/CAM/example/pocket/2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

BIN
docs/static/img/CAM/example/pocket/3.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
docs/static/img/CAM/example/pocket/4.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

BIN
docs/static/img/CAM/example/pocket/5.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 KiB

BIN
docs/static/img/CAM/example/rough/1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 KiB

BIN
docs/static/img/CAM/example/rough/2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
docs/static/img/CAM/example/rough/3.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 KiB

BIN
docs/static/img/CAM/example/rough/4.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

BIN
docs/static/img/CAM/example/trace/1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

BIN
docs/static/img/CAM/example/trace/2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

BIN
docs/static/img/CAM/example/trace/3.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

BIN
docs/static/img/CAM/example/trace/4.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

BIN
docs/static/img/CAM/example/trace/5.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

BIN
docs/static/img/CAM/exportMenu.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
docs/static/img/CAM/machinesTab.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

BIN
docs/static/img/CAM/paramDetails.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
docs/static/img/CAM/preview.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

BIN
docs/static/img/CAM/process/hover.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
docs/static/img/CAM/process/profiles.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
docs/static/img/CAM/process/tabs/1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
docs/static/img/CAM/process/tabs/2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

BIN
docs/static/img/CAM/sliceToggle.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
docs/static/img/CAM/toolMenu.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
docs/static/img/CAM/toolsTab.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -4,6 +4,7 @@ module.exports = {
url: 'https://docs.grid.space',
title: 'grid.space docs',
baseUrl : '/',
favicon: 'img/gs-logo.png',
staticDirectories: ['./docs/static/'],
// ...
plugins: [require.resolve('docusaurus-lunr-search')],

View file

@ -50,6 +50,7 @@
"jszip": "^3.7.1",
"manifold-3d": "^2.5.1",
"moment": "^2.29.4",
"react-responsive-carousel": "^3.2.23",
"serve-static": "^1.14.1",
"three": "^0.174.0",
"three-mesh-bvh": "^0.7.6",