Skip to content

Commit

Permalink
fdg: Add FDG formatting for Voxelab Polaris
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrec committed Jan 9, 2021
1 parent bd7500a commit 88c5e51
Show file tree
Hide file tree
Showing 9 changed files with 1,050 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.cbddlp
*.ctb
*.cws
*.fdg
*.gf
*.lgs
*.lgs30
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ The command line tool is designed to be used in a 'pipeline' style, for example:
Options for '.cws':


Options for '.fdg':

-e, --encryption-seed uint32 Specify a specific encryption seed
-v, --version int Specify the CTB version (2 or 3) (default 2)

Options for '.lgs':


Expand Down Expand Up @@ -178,6 +183,7 @@ The command line tool is designed to be used in a 'pipeline' style, for example:
photon Anycubic Photon Size: 1440x2560, 68x121 mm, Format: .photon
photon0 Anycubic Photon Zero Size: 480x854, 55.4x98.6 mm, Format: .pw0
photons Anycubic Photon S Size: 1440x2560, 68x121 mm, Format: .pws
polaris Voxelab Polaris Size: 1440x2560, 68x121 mm, Format: .fdg
s400 Kelant S400 Size: 2560x1600, 192x120 mm, Format: .zip
shuffle Phrozen Shuffle Size: 1440x2560, 67.7x120 mm, Format: .zip
sl1 Prusa SL1 Size: 1440x2560, 68x121 mm, Format: .sl1
Expand Down
1 change: 1 addition & 0 deletions cmd/uv3dp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
_ "github.com/ezrec/uv3dp/ctb"
_ "github.com/ezrec/uv3dp/cws"
_ "github.com/ezrec/uv3dp/czip"
_ "github.com/ezrec/uv3dp/fdg"
_ "github.com/ezrec/uv3dp/lgs"
_ "github.com/ezrec/uv3dp/phz"
_ "github.com/ezrec/uv3dp/pws"
Expand Down
Loading

0 comments on commit 88c5e51

Please sign in to comment.