Skip to content

Commit 403a44d

Browse files
committed
0.1.1
1 parent b98a661 commit 403a44d

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

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

3-
## [0.1.0] - 2021-04-26
3+
## [0.1.1] - 2022-05-02
4+
- Pngcam backend reimplemented in Go for more performance and easier packaging
5+
- Toolpath segments are sorted so that they run in a more optimal order
6+
- Travel moves between toolpath segments can go across part geometry when
7+
this is faster than a lift up to the safe Z height, a rapid, and a drop back down
8+
9+
## [0.1.0] - 2022-04-26
410
- Package GD and Perl in the AppImage so that pngcam works on more systems
511
- Check for illegal inputs (zero, negative) and either warn or reject them
612
- Various UI glitch fixes and improvements
@@ -13,17 +19,17 @@
1319
- Make step forward an option instead of copying it from step over
1420
- 24-bit depth on heightmaps instead of 8-bit
1521

16-
## [0.0.3] - 2021-04-17
22+
## [0.0.3] - 2022-04-17
1723
- UI glitch fixes
1824
- Settings window
1925
- Option for origin location
2026
- Tooltips
2127
- Cycle time estimation
2228

23-
## [0.0.2] - 2021-04-13
29+
## [0.0.2] - 2022-04-13
2430
- Open/Save project files
2531
- UI glitch fixes
2632
- Bundle CAM::Format::STL and libgd with pngcam to fix the undocumented dependency
2733

28-
## [0.0.1] - 2021-04-13
34+
## [0.0.1] - 2022-04-13
2935
- Initial version

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ paths are something close to what Meshmill rendered.
3737

3838
1. Download a release from the [Releases](https://github.com/jes/meshmill/releases) page.
3939

40-
2. `chmod +x meshmill-0.1.0.AppImage`
40+
2. `chmod +x meshmill-0.1.1.AppImage`
4141

42-
3. `./meshmill-0.1.0.AppImage`
42+
3. `./meshmill-0.1.1.AppImage`
4343

4444
4. Load your STL file in the "MODEL" tab.
4545

bin/pngcam-go

0 Bytes
Binary file not shown.

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

0 commit comments

Comments
 (0)