bump rev 3.9.D4

This commit is contained in:
Stewart Allen 2023-02-15 19:52:56 -05:00
commit c4f2df1942
4 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "grid-apps",
"version": "3.9.3D",
"version": "3.9.4D",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
"license": "MIT",

View file

@ -11,9 +11,8 @@ Full docs @ https://docs.grid.space/projects/kiri-moto
* CAM add 4th axis lathe operation for debug and testing (can be optimized)
* CAM add rough all stock to aid lathe mode
* CAM stock is now always on, whether offset or absolute
- add auto-disable for ops mismatched to axis indexed state
- remove clear top (always on)
- add z top (like z bottom)
- add auto-disable for ops mismatched to axis indexed state
- add "common" overrides in ops (z top/bottom/thru, direction)

View file

@ -15,7 +15,7 @@ gapp.main("main.kiri", [], (root) => {
const modfns = root.kirimod = ( root.kirimod || [] );
const kiri = root.kiri = {
beta: 3903,
beta: 3904,
driver: {}, // driver modules
load(fn) {
modfns.push(fn);

View file

@ -5,7 +5,7 @@
let terms = {
COPYRIGHT: "Copyright (C) Stewart Allen <sa@grid.space> - All Rights Reserved",
LICENSE: "See the license.md file included with the source distribution",
VERSION: (is_self ? self : this).debug_version || "3.9.D3"
VERSION: (is_self ? self : this).debug_version || "3.9.D4"
};
if (typeof(module) === 'object') {