fix help api call. bump rev for next release

This commit is contained in:
Stewart Allen 2020-03-11 22:11:07 -04:00
commit 99482e1006
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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>