fix help api call. bump rev for next release
This commit is contained in:
parent
ab7bbc4d70
commit
99482e1006
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
var exports = {
|
||||
COPYRIGHT:"Copyright (C) Stewart Allen <sa@grid.space> - All Rights Reserved",
|
||||
LICENSE:"See the license.md file included with the source distribution",
|
||||
VERSION:"1.7.3"
|
||||
VERSION:"1.7.4"
|
||||
};
|
||||
if (!module) var module = {};
|
||||
module.exports = exports;
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@
|
|||
<a href="#" title="Kiri-e is the Japanese art of papercutting"><b>Kiri:Moto</b></a>
|
||||
is an extensible, multi-purpose slicing<br> and visualization engine that produces output for
|
||||
|
||||
<li><button onclick="kiri.api.setMode('FDM')">FDM</button> : GCode for 3D printers
|
||||
<li><button onclick="kiri.api.setMode('CAM')">CAM</button> : 3 Axis CNC toolpaths
|
||||
<li><button onclick="kiri.api.setMode('LASER')">LASER</button> : DXG / SVG cut paths
|
||||
<li><button onclick="kiri.api.mode.set('FDM')">FDM</button> : GCode for 3D printers
|
||||
<li><button onclick="kiri.api.mode.set('CAM')">CAM</button> : 3 Axis CNC toolpaths
|
||||
<li><button onclick="kiri.api.mode.set('LASER')">LASER</button> : DXG / SVG cut paths
|
||||
|
||||
<p>
|
||||
<b>Learn More</b>
|
||||
|
|
|
|||
Loading…
Reference in a new issue