Skip to content

Commit

Permalink
v3.9.5
Browse files Browse the repository at this point in the history
- (Add) File format: Anet N4 (#632)
- (Add) PrusaSlicer Printer: Anet N4 (#632)
  • Loading branch information
sn4k3 committed Dec 31, 2022
1 parent 056771d commit da38522
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 24 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 31/12/2022 - v3.9.5

- (Add) File format: Anet N4 (#632)
- (Add) PrusaSlicer Printer: Anet N4 (#632)

## 29/12/2022 - v3.9.4

- **CTB:**
Expand Down
35 changes: 17 additions & 18 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
# Credits

### Tiago Conceição (sn4k3)
### Tiago Conceição ([sn4k3](https://github.com/sn4k3))
- Main developer
- https://github.com/sn4k3

### Bryce Yancey (byancey)
- First code contributor with pull requests
- https://github.com/byancey

### Timothy Slater (tslater2006)
- Code contributor
- https://github.com/tslater2006

### Photonsters (Photon Owners Group)
### Photonsters ([Photon Owners Group](https://github.com/Photonsters))
- For information about cbddlp file format
- https://github.com/Photonsters

### Cliff L. Biffle
- Catibo: read/write/analyze CTB, CBDDLP, and PHZ files
### Cliff L. Biffle ([cbiffle](https://github.com/cbiffle))
- [Catibo](https://github.com/cbiffle/catibo): read/write/analyze CTB, CBDDLP, and PHZ files
- For information about cbddlp and cbt file format
- https://github.com/cbiffle/catibo

### Jason S. McMullan (ezrec)
- For ideas, file formats and permission to use his project (uv3dp)
- https://github.com/ezrec/uv3dp
### Jason S. McMullan ([ezrec](https://github.com/ezrec))
- For ideas, file formats and permission to use his project ([uv3dp](https://github.com/ezrec/uv3dp))

### Bryce Yancey ([byancey](https://github.com/byancey))
- [First code contributor](https://github.com/sn4k3/UVtools/pulls?q=is%3Apr+author%3Abyancey)

### Timothy Slater ([tslater2006](https://github.com/tslater2006))
- [Code contributor](https://github.com/sn4k3/UVtools/pulls?q=is%3Apr+author%3Atslater2006)

### Alexey Kirillov ([aspadm](https://github.com/aspadm))
- [Code contributor](https://github.com/sn4k3/UVtools/pulls?q=is%3Apr+author%3Aaspadm)

### Khalil Nurullah
- For beta testing new features

### [Other contributors](https://github.com/sn4k3/UVtools/graphs/contributors)

# Supporters / Contributors
- https://github.com/sponsors/sn4k3
- Ingo Strohmenger
Expand Down
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- **CTB:**
- (Improvement) Split `uint PerLayerSettings` into `byte AntiAliasFlag`, `ushort Padding` and `byte PerLayerSettings`
- (Improvement) Change the way and value set to `PerLayerSettings`, this may fix some recent problems where printer doesn't respect per layer settings?
- (Add) File format: Anet N4 (#632)
- (Add) PrusaSlicer Printer: Anet N4 (#632)

2 changes: 1 addition & 1 deletion UVtools.Core/UVtools.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<PackageProjectUrl>https://github.com/sn4k3/UVtools</PackageProjectUrl>
<Description>MSLA/DLP, file analysis, calibration, repair, conversion and manipulation</Description>
<Version>3.9.4</Version>
<Version>3.9.5</Version>
<Copyright>Copyright © 2020 PTRTECH</Copyright>
<PackageIcon>UVtools.png</PackageIcon>
<Platforms>AnyCPU;x64</Platforms>
Expand Down
4 changes: 4 additions & 0 deletions UVtools.Installer/Code/HeatGeneratedFileList.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,9 @@
<Directory Id="dirA23B699A6BC60FD64219767AB7139367" Name="Assets">
<Directory Id="dir43DDBAA35643E7765C3B672B61DE6533" Name="PrusaSlicer">
<Directory Id="dirF64D7531D7D6E37F3FB175E2D0EC59B6" Name="printer">
<Component Id="cmp717FE166C2DFE61409732DE7A8C93FB7" Guid="*">
<File Id="fil714DF2ADD8B27EEE393DB45F5AE81DFD" KeyPath="yes" Source="$(var.HarvestPath)\Assets\PrusaSlicer\printer\Anet N4.ini" />
</Component>
<Component Id="cmp9BB163BD33703B0B5CEA60CACA3729F9" Guid="*">
<File Id="fil1F358DEA4B7CBE3806ECFC6323BB54D1" KeyPath="yes" Source="$(var.HarvestPath)\Assets\PrusaSlicer\printer\AnyCubic Photon D2.ini" />
</Component>
Expand Down Expand Up @@ -1887,6 +1890,7 @@
<ComponentRef Id="cmpF4BDAE8A068B7352141D703E6D5E677B" />
<ComponentRef Id="cmpC45B25996E14AF1484591C266BD5D670" />
<ComponentRef Id="cmpDAA3391D8641EF11234B08CC2E598C87" />
<ComponentRef Id="cmp717FE166C2DFE61409732DE7A8C93FB7" />
<ComponentRef Id="cmp9BB163BD33703B0B5CEA60CACA3729F9" />
<ComponentRef Id="cmpC17977030FCAFB4FE4F86A5DBEE7A2AE" />
<ComponentRef Id="cmp8925749970AA313A0C710071B3BAB333" />
Expand Down
2 changes: 1 addition & 1 deletion UVtools.Installer/Code/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<RegistryValue Value="Open with [ProductName]" Type="string" />
<RegistryValue Name="Icon" Value="[INSTALLFOLDER][ProductName].exe" Type="string" />
<RegistryValue Name="Position" Value="Top" Type="string" />
<RegistryValue Name="AppliesTo" Value="System.FileName:&quot;*.sl1&quot; OR System.FileName:&quot;*.sl1s&quot; OR System.FileName:&quot;*.zip&quot; OR System.FileName:&quot;*.photon&quot; OR System.FileName:&quot;*.cbddlp&quot; OR System.FileName:&quot;*.ctb&quot; OR System.FileName:&quot;*.photons&quot; OR System.FileName:&quot;*.phz&quot; OR System.FileName:&quot;*.pws&quot; OR System.FileName:&quot;*.pw0&quot; OR System.FileName:&quot;*.pwx&quot; OR System.FileName:&quot;*.dlp&quot; OR System.FileName:&quot;*.dl2p&quot; OR System.FileName:&quot;*.pwmx&quot; OR System.FileName:&quot;*.pmx2&quot; OR System.FileName:&quot;*.pwmb&quot; OR System.FileName:&quot;*.pwmo&quot; OR System.FileName:&quot;*.pwms&quot; OR System.FileName:&quot;*.pwma&quot; OR System.FileName:&quot;*.pmsq&quot; OR System.FileName:&quot;*.pm3&quot; OR System.FileName:&quot;*.pm3m&quot; OR System.FileName:&quot;*.pm3r&quot; OR System.FileName:&quot;*.pwc&quot; OR System.FileName:&quot;*.cws&quot; OR System.FileName:&quot;*.lgs&quot; OR System.FileName:&quot;*.lgs30&quot; OR System.FileName:&quot;*.lgs120&quot; OR System.FileName:&quot;*.lgs4k&quot; OR System.FileName:&quot;*.vdt&quot; OR System.FileName:&quot;*.cxdlp&quot; OR System.FileName:&quot;*.fdg&quot; OR System.FileName:&quot;*.zcode&quot; OR System.FileName:&quot;*.jxs&quot; OR System.FileName:&quot;*.zcodex&quot; OR System.FileName:&quot;*.mdlp&quot; OR System.FileName:&quot;*.gr1&quot; OR System.FileName:&quot;*.svgx&quot; OR System.FileName:&quot;*.osla&quot; OR System.FileName:&quot;*.osf&quot; OR System.FileName:&quot;*.uvj&quot; OR System.FileName:&quot;*.png&quot; OR System.FileName:&quot;*.jpg&quot; OR System.FileName:&quot;*.jpeg&quot; OR System.FileName:&quot;*.jp2&quot; OR System.FileName:&quot;*.tif&quot; OR System.FileName:&quot;*.tiff&quot; OR System.FileName:&quot;*.bmp&quot; OR System.FileName:&quot;*.pbm&quot; OR System.FileName:&quot;*.pgm&quot; OR System.FileName:&quot;*.sr&quot; OR System.FileName:&quot;*.ras&quot;" Type="string" />
<RegistryValue Name="AppliesTo" Value="System.FileName:&quot;*.sl1&quot; OR System.FileName:&quot;*.sl1s&quot; OR System.FileName:&quot;*.zip&quot; OR System.FileName:&quot;*.photon&quot; OR System.FileName:&quot;*.cbddlp&quot; OR System.FileName:&quot;*.ctb&quot; OR System.FileName:&quot;*.photons&quot; OR System.FileName:&quot;*.phz&quot; OR System.FileName:&quot;*.pws&quot; OR System.FileName:&quot;*.pw0&quot; OR System.FileName:&quot;*.pwx&quot; OR System.FileName:&quot;*.dlp&quot; OR System.FileName:&quot;*.dl2p&quot; OR System.FileName:&quot;*.pwmx&quot; OR System.FileName:&quot;*.pmx2&quot; OR System.FileName:&quot;*.pwmb&quot; OR System.FileName:&quot;*.pwmo&quot; OR System.FileName:&quot;*.pwms&quot; OR System.FileName:&quot;*.pwma&quot; OR System.FileName:&quot;*.pmsq&quot; OR System.FileName:&quot;*.pm3&quot; OR System.FileName:&quot;*.pm3m&quot; OR System.FileName:&quot;*.pm3r&quot; OR System.FileName:&quot;*.pwc&quot; OR System.FileName:&quot;*.cws&quot; OR System.FileName:&quot;*.lgs&quot; OR System.FileName:&quot;*.lgs30&quot; OR System.FileName:&quot;*.lgs120&quot; OR System.FileName:&quot;*.lgs4k&quot; OR System.FileName:&quot;*.vdt&quot; OR System.FileName:&quot;*.cxdlp&quot; OR System.FileName:&quot;*.fdg&quot; OR System.FileName:&quot;*.zcode&quot; OR System.FileName:&quot;*.jxs&quot; OR System.FileName:&quot;*.zcodex&quot; OR System.FileName:&quot;*.mdlp&quot; OR System.FileName:&quot;*.gr1&quot; OR System.FileName:&quot;*.n4&quot; OR System.FileName:&quot;*.svgx&quot; OR System.FileName:&quot;*.osla&quot; OR System.FileName:&quot;*.osf&quot; OR System.FileName:&quot;*.uvj&quot; OR System.FileName:&quot;*.png&quot; OR System.FileName:&quot;*.jpg&quot; OR System.FileName:&quot;*.jpeg&quot; OR System.FileName:&quot;*.jp2&quot; OR System.FileName:&quot;*.tif&quot; OR System.FileName:&quot;*.tiff&quot; OR System.FileName:&quot;*.bmp&quot; OR System.FileName:&quot;*.pbm&quot; OR System.FileName:&quot;*.pgm&quot; OR System.FileName:&quot;*.sr&quot; OR System.FileName:&quot;*.ras&quot;" Type="string" />

<RegistryKey Key="command" ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes">
<RegistryValue Value="&quot;[INSTALLFOLDER][ProductName].exe&quot; &quot;%1&quot;" Type="string" />
Expand Down
2 changes: 1 addition & 1 deletion UVtools.WPF/UVtools.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Version>3.9.4</Version>
<Version>3.9.5</Version>
<Platforms>AnyCPU;x64</Platforms>
<PackageIcon>UVtools.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit da38522

Please sign in to comment.