Skip to content

Commit 2a7bda2

Browse files
committed
v0.1.2
1 parent 2739d36 commit 2a7bda2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.2] - 2023-09-05
4+
- Rotary carving support (buggy, and the UI reports mm where it means
5+
degrees, but it is useful for some cases)
6+
37
## [0.1.1] - 2022-05-02
48
- Pngcam backend reimplemented in Go for more performance and easier packaging
59
- Toolpath segments are sorted so that they run in a more optimal order

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meshmill",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Open source 3D CAM software",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)