We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2739d36 commit 2a7bda2Copy full SHA for 2a7bda2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [0.1.1] - 2022-05-02
8
- Pngcam backend reimplemented in Go for more performance and easier packaging
9
- Toolpath segments are sorted so that they run in a more optimal order
package.json
@@ -1,6 +1,6 @@
{
"name": "meshmill",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Open source 3D CAM software",
"main": "main.js",
"scripts": {
0 commit comments