-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MWP-366] feat: support model preview for Elegoo Neptune and Artiller…
…y Sidewinder series (#391) Updated the list of printers in the preview settings: - Artillery Sidewinder X3 (must support any other version of Sidewinder) - Elegoo Neptune3+ (any versions of Neptune3) - Elegoo Neptune2 | NeptureX (previous versions of Neptune) Added support for custom encoders: - ColPic encoder, which was used in Elegoo and Artillery (with corrected variable naming)
- Loading branch information
Showing
6 changed files
with
402 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[ | ||
{ "index": 1, "label": "Default", "simage": "100", "gimage": "200" }, | ||
{ "index": 2, "label": "FLSUN QQ-S", "simage": "", "gimage": "" }, | ||
{ "index": 3, "label": "Flying Bear Ghost 4S/5", "simage": "50", "gimage": "200" }, | ||
{ "index": 4, "label": "Two Trees Sapphire", "simage": "100", "gimage": "200" }, | ||
{ "index": 5, "label": "Wanhao D12", "simage": "100", "gimage": "200" } | ||
{ "index": 1, "label": "Default", "simage": "100", "gimage": "200", "encoded": false }, | ||
{ "index": 2, "label": "FLSUN QQ-S", "simage": "", "gimage": "" , "encoded": false }, | ||
{ "index": 3, "label": "Flying Bear Ghost 4S/5", "simage": "50", "gimage": "200", "encoded": false }, | ||
{ "index": 4, "label": "Two Trees Sapphire", "simage": "100", "gimage": "200" , "encoded": false }, | ||
{ "index": 5, "label": "Wanhao D12", "simage": "100", "gimage": "200" , "encoded": false }, | ||
{ "index": 6, "label": "Artillery Sidewinder X3", "simage": "85", "gimage": "230", "mimage": "170", "encoded": true }, | ||
{ "index": 7, "label": "Elegoo Neptune2 | NeptureX", "simage": "100", "gimage": "200", "encoded": true }, | ||
{ "index": 8, "label": "Elegoo Neptune3+", "simage": "160", "gimage": "200", "encoded": true } | ||
] |
Oops, something went wrong.