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 a5f9bfd commit 6e4f02eCopy full SHA for 6e4f02e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.1.3] - 2023-09-30
4
+ - Fix feed rate calculation for long rotary moves
5
+ - Enable roughing for rotary jobs
6
+ - Remember the "rotary" setting when a project is saved
7
+
8
## [0.1.2] - 2023-09-05
9
- Rotary carving support (buggy, and the UI reports mm where it means
10
degrees, but it is useful for some cases)
package.json
@@ -1,6 +1,6 @@
{
"name": "meshmill",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Open source 3D CAM software",
"main": "main.js",
"scripts": {
0 commit comments