File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
4
10
- Package GD and Perl in the AppImage so that pngcam works on more systems
5
11
- Check for illegal inputs (zero, negative) and either warn or reject them
6
12
- Various UI glitch fixes and improvements
13
19
- Make step forward an option instead of copying it from step over
14
20
- 24-bit depth on heightmaps instead of 8-bit
15
21
16
- ## [ 0.0.3] - 2021 -04-17
22
+ ## [ 0.0.3] - 2022 -04-17
17
23
- UI glitch fixes
18
24
- Settings window
19
25
- Option for origin location
20
26
- Tooltips
21
27
- Cycle time estimation
22
28
23
- ## [ 0.0.2] - 2021 -04-13
29
+ ## [ 0.0.2] - 2022 -04-13
24
30
- Open/Save project files
25
31
- UI glitch fixes
26
32
- Bundle CAM::Format::STL and libgd with pngcam to fix the undocumented dependency
27
33
28
- ## [ 0.0.1] - 2021 -04-13
34
+ ## [ 0.0.1] - 2022 -04-13
29
35
- Initial version
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ paths are something close to what Meshmill rendered.
37
37
38
38
1 . Download a release from the [ Releases] ( https://github.com/jes/meshmill/releases ) page.
39
39
40
- 2 . ` chmod +x meshmill-0.1.0 .AppImage `
40
+ 2 . ` chmod +x meshmill-0.1.1 .AppImage `
41
41
42
- 3 . ` ./meshmill-0.1.0 .AppImage `
42
+ 3 . ` ./meshmill-0.1.1 .AppImage `
43
43
44
44
4 . Load your STL file in the "MODEL" tab.
45
45
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " meshmill" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Open source 3D CAM software" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments