175 lines
11 KiB
HTML
175 lines
11 KiB
HTML
<div id="help" class="f-col a-stretch">
|
|
|
|
<div class="title f-row j-center">
|
|
<label>Kiri:Moto Slicer Help</label>
|
|
<label id="kiri-version"></label>
|
|
</div>
|
|
|
|
<div class="f-row">
|
|
|
|
<div id="help-sel" class="f-col">
|
|
<div class="help-label" tab="about">about</div>
|
|
<div class="help-label" tab="start">starting</div>
|
|
<div class="help-label" tab="controls">controls</div>
|
|
<div class="help-label" tab="support">support</div>
|
|
<div class="help-label" tab="project">project</div>
|
|
</div>
|
|
|
|
<div id="help-tabs" class="f-grow">
|
|
<div id="help-tab-about" class="help-tab f-col a-center">
|
|
<div class="content">
|
|
<p>
|
|
<b>Kiri:Moto</b> is a unique browser-based, fully open source slicer that
|
|
turns 3d models into machine instructions for <u>3D printers</u>, <u>CNC mills</u>,
|
|
and <u>Laser Cutters</u>.
|
|
</p><br><p>
|
|
Being browser-based means that <i>all</i> processing happens in your local browser,
|
|
and not in the cloud. Your data and models stay <i>private</i> to you.
|
|
</p><br><p>
|
|
This means that Kiri behaves just like a native app on your computer with the added
|
|
safety of running inside the browser's security sandbox.
|
|
</p><br><p>
|
|
The other benefit of running from the web is that Kiri is always up to date. New
|
|
features, bug fixes, and updates roll out frequently. If you want to run an older
|
|
or development version of Kiri, select that version from the user menu on the top right.
|
|
</p>
|
|
</div>
|
|
<div class="grow"></div>
|
|
<i>Kiri comes from Kiri-e which is the Japanese art of papercutting</i>
|
|
<i>Moto is short for "Modeling Tool"</i>
|
|
</div>
|
|
|
|
<div id="help-tab-start" class="help-tab f-col"><div class="content">
|
|
<b class="header">Quick Start Guide</b>
|
|
<div class="content">
|
|
<p>
|
|
<li id="help-start">watch <a href="https://youtu.be/08795Sj22QE" target="youtube">The Definitive Video Guide to Kiri:Moto 2.5</a></li>
|
|
<li><button><i class="fas fa-cogs"></i></button> setup menu selects a <button><i class="fas fa-cube"></i></button> device and mode</li>
|
|
<li><button><i class="fas fa-sliders-h"></i></button> preferences allow interface and mode-specific settings</li>
|
|
<li><button><i class="fas fa-plus"></i></button> customize a device if you want to change default settings</li>
|
|
<li><button><i class="fas fa-folder"></i></button> open files or <button><i class="fas fa-file-upload"></i></button> import parts to the workspace</li>
|
|
<li>use the right-side profile menus to customize slicing parameters</li>
|
|
<li><button><i class="fas fa-bars"></i></button> slice objects to see the effect of the parameters</li>
|
|
<li><button><i class="fas fa-cubes"></i></button> preview calculates path data from sliced objects</li>
|
|
<li><button><i class="fas fa-file-download"></i></button> export converts paths to GCode and SVG files</li>
|
|
</p>
|
|
</div>
|
|
<div class="content">
|
|
<b class="header">Operating Modes</b>
|
|
<p>Each mode (FDM, CAM, Laser, SLA) has different features and settings.
|
|
Explore the Youtube videos to find out more.</p>
|
|
</div>
|
|
</div></div>
|
|
|
|
<div id="help-tab-print" class="help-tab f-col">about 3d printing</div>
|
|
<div id="help-tab-mill" class="help-tab f-col">about cnc milling</div>
|
|
<div id="help-tab-laser" class="help-tab f-col">about laser cutting</div>
|
|
|
|
<div id="help-tab-controls" class="help-tab f-col a-center"><div class="content">
|
|
<div class="f-row">
|
|
<table>
|
|
<tr><td colspan="2" class="header">Keyboard Controls</td><tr>
|
|
<tr><td></td></tr>
|
|
<tr><th>Key</th><th>Action</th></tr>
|
|
<tr><td colspan=2 class="header2">Configuration</td></tr>
|
|
<tr><td><label>e</label></td><td>Device Selection</td></tr>
|
|
<tr><td><label>o</label></td><td>CAM Tool Selection</td></tr>
|
|
<tr><td><label>c</label></td><td>Grid Local Devices</td></tr>
|
|
<tr><td><label>q</label></td><td>Preference panel</td></tr>
|
|
<tr><td><label>l</label></td><td>Work Profiles</td></tr>
|
|
<tr><td></td></tr>
|
|
<tr><td colspan=2 class="header2">Mode</td></tr>
|
|
<tr><td><label>a</label></td><td>Arrange</td></tr>
|
|
<tr><td><label>s</label></td><td>Slice</td></tr>
|
|
<tr><td><label>p</label></td><td>Preview</td></tr>
|
|
<tr><td><label>g</label></td><td>Animate</td></tr>
|
|
<tr><td><label>x</label></td><td>Export</td></tr>
|
|
<tr><td></td></tr>
|
|
<tr><td colspan=2 class="header2">File</td></tr>
|
|
<tr><td><label>i</label></td><td>Import</td></tr>
|
|
<tr><td><label>r</label></td><td>Recent</td></tr>
|
|
<tr><td></td></tr>
|
|
<tr><td colspan=2 class="header2">View</td></tr>
|
|
<tr><td><label>h</label></td><td>Home</td></tr>
|
|
<tr><td><label>t</label></td><td>Top</td></tr>
|
|
<tr><td><label>f</label></td><td>Front</td></tr>
|
|
<tr><td><label>b</label></td><td>Back</td></tr>
|
|
<tr><td><label>z</label></td><td>Reset View</td></tr>
|
|
<tr><td><label>< ></label></td><td>Cycle Side Views</td></tr>
|
|
<tr><td><label>v</label></td><td>Focus (arrange)</td></tr>
|
|
<tr><td><label>v</label></td><td>Layer (slice/preview)</td></tr>
|
|
<tr><td></td></tr>
|
|
<tr><td colspan=2 class="header2">Objects</td></tr>
|
|
<tr><td><label>d</label></td><td>Duplicate</td></tr>
|
|
<tr><td><label>m</label></td><td>Mirror</td></tr>
|
|
<tr><td><label>o</label></td><td>Rotate Dialog</td></tr>
|
|
<tr><td><label>delete</label></td><td>Delete</td></tr>
|
|
<tr><td><label>arrow</label></td><td>Rotate 90°</td></tr>
|
|
<tr><td><label>shift-arrow</label></td><td>Rotate 5°</td></tr>
|
|
<tr><td><label>option-arrow</label></td><td>Move 5mm</td></tr>
|
|
<tr><td><label>ctrl-a</label></td><td>Select all</td></tr>
|
|
<tr><td></td></tr>
|
|
<tr><td colspan=2 class="header2">Help</td></tr>
|
|
<tr><td><label>?</label></td><td>This Window</td></tr>
|
|
<tr><td><br><br></td></tr>
|
|
<tr><td colspan="2" class="header">Mouse Controls</td><tr>
|
|
<tr><td></td></tr>
|
|
<tr><th>Combo</th><th>Action</th></tr>
|
|
<tr><td colspan=2 class="header2">View</td></tr>
|
|
<tr><td><label>shift</label> wheel</td><td>Change Layer</td></tr>
|
|
<tr><td><label>meta</label> drag</td><td>Pan</td></tr>
|
|
<tr><td><label>right-drag</label></td><td>Pan</td></tr>
|
|
<tr><td><label>left-drag</label></td><td>Rotate</td></tr>
|
|
<tr><td><label>mouse-wheel</label></td><td>Zoom</td></tr>
|
|
<tr><td><label>middle-drag</label></td><td>Zoom</td></tr>
|
|
<tr><td><label>meta</label> drag</td><td>Pan</td></tr>
|
|
<tr><td></td></tr>
|
|
<tr><td colspan=2 class="header2">Objects</td></tr>
|
|
<tr><td><label>ctrl-click</label></td><td>Align face to bed</td></tr>
|
|
<tr><td><label>meta-click</label></td><td>Align face to bed</td></tr>
|
|
<tr><td></td></tr>
|
|
</table>
|
|
</div>
|
|
</div></div>
|
|
|
|
<div id="help-tab-support" class="help-tab f-col"><div class="content">
|
|
<b class="header">Resources</b>
|
|
<div class="content nounderline">
|
|
<a target="_rsc" href="https://docs.grid.space/projects/kiri-moto"><i class="fas fa-question-circle"></i> Extended Documentation</a>
|
|
<a target="_rsc" href="https://forum.grid.space"><i class="fab fa-discourse"></i> Grid.Space forums</a>
|
|
<a target="_rsc" href="https://discord.gg/suyCCgr"><i class="fab fa-discord"></i> Discord live chat server</a>
|
|
<a target="_rsc" href="https://www.youtube.com/playlist?list=PLRoVgyRoWZpumQIKWm7oldx3bjDivqP24"><i class="fab fa-youtube"></i> Youtube videos and tutorials</a>
|
|
<a target="_rsc" href="https://twitter.com/grid_space_3d"><i class="fab fa-twitter"></i> Follow Grid.Space on Twitter</a>
|
|
<a target="_rsc" href="https://facebook.com/groups/kirimoto"><i class="fab fa-facebook"></i> Kiri:Moto Users group on Facebook</a>
|
|
</div>
|
|
<b class="header">In-App Options</b>
|
|
<p>
|
|
Under the <button><i class="fas fa-user-cog"></i></button> user menu on the top right,
|
|
use the <span class="mono">export</span> option to create a downloadable copy of your device
|
|
profiles and (optionally) workspace. This file can be used to checkpoint and restore a full
|
|
snapshot of your setup an any time. It can also be shared so that developers and other users
|
|
can replicate your environment to help aid in debugging.
|
|
</p>
|
|
</div></div>
|
|
|
|
<div id="help-tab-project" class="help-tab f-col"><div class="content">
|
|
<b class="header">Open Source</b>
|
|
<p>
|
|
Kiri:Moto is entirely <a href="https://github.com/GridSpace/grid-apps" target="_github">open-source</a>.
|
|
Check out the Github project page. There are companion projects, both hardware and software.
|
|
New developers and code contributions are welcome at any time. The code license is MIT.
|
|
</p><br><p>
|
|
<a target="_paypal" href="https://paypal.me/gridspace3d?locale.x=en_US">Donations</a> are also welcome.
|
|
</p>
|
|
<br><b class="header">Integrations</b>
|
|
<p>Kiri:Moto is also integrated into several other web-based applications</p>
|
|
<li><a target="app" href="https://appstore.onshape.com/apps/CAM/EAAEWYIOMQKBENEMYW2N7MF253CT4WYL6SUJGEY=/description"><b>Onshape</b></a> in the App store</li>
|
|
<li><a target="app" href="http://www.thingiverse.com/apps/kirimoto/"><b>Thingiverse</b></a> as a native Thing Apps</li>
|
|
<li><a target="app" href="https://simplyprint.io">SimplyPrint.io</a> as the primary slicer under the covers</li>
|
|
<li><a target="app" href="https://sienci.com/camlab-help/">CAMLab</a> is a fork of an earlier version of Kiri:Moto</li>
|
|
</div></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|