Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jes committed May 2, 2022
1 parent b98a661 commit 403a44d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [0.1.0] - 2021-04-26
## [0.1.1] - 2022-05-02
- Pngcam backend reimplemented in Go for more performance and easier packaging
- Toolpath segments are sorted so that they run in a more optimal order
- Travel moves between toolpath segments can go across part geometry when
this is faster than a lift up to the safe Z height, a rapid, and a drop back down

## [0.1.0] - 2022-04-26
- Package GD and Perl in the AppImage so that pngcam works on more systems
- Check for illegal inputs (zero, negative) and either warn or reject them
- Various UI glitch fixes and improvements
Expand All @@ -13,17 +19,17 @@
- Make step forward an option instead of copying it from step over
- 24-bit depth on heightmaps instead of 8-bit

## [0.0.3] - 2021-04-17
## [0.0.3] - 2022-04-17
- UI glitch fixes
- Settings window
- Option for origin location
- Tooltips
- Cycle time estimation

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

## [0.0.1] - 2021-04-13
## [0.0.1] - 2022-04-13
- Initial version
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ paths are something close to what Meshmill rendered.

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

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

3. `./meshmill-0.1.0.AppImage`
3. `./meshmill-0.1.1.AppImage`

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

Expand Down
Binary file modified bin/pngcam-go
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshmill",
"version": "0.1.0",
"version": "0.1.1",
"description": "Open source 3D CAM software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 403a44d

Please sign in to comment.