Skip to content

Commit 6e4f02e

Browse files
committed
bump
1 parent a5f9bfd commit 6e4f02e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## [0.1.2] - 2023-09-05
49
- Rotary carving support (buggy, and the UI reports mm where it means
510
degrees, but it is useful for some cases)

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.2",
3+
"version": "0.1.3",
44
"description": "Open source 3D CAM software",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)