-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Minor fix and plugin rename * Added some docs * Added some docs * Added anonymous statistics * Added model height option
- Loading branch information
Showing
11 changed files
with
162 additions
and
38 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 +1 @@ | ||
ElegooNeptune3Thumbnails.curapackage | ||
*.curapackage |
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,2 +1,2 @@ | ||
# Copyright (c) 2023 Molodos | ||
# The ElegooNeptune3Thumbnails plugin is released under the terms of the AGPLv3 or higher. | ||
# The ElegooNeptuneThumbnails plugin is released under the terms of the AGPLv3 or higher. |
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 |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
"email": "[email protected]", | ||
"website": "https://github.com/Molodos" | ||
}, | ||
"description": "Adds Neptune 3 Pro/Plus/Max thumbnail to G-code. Options to add parameters like estimated print time to thumbnail", | ||
"display_name": "Elegoo Neptune 3 Thumbnails", | ||
"description": "Adds Neptune thumbnail to G-code. Options to add parameters like estimated print time to thumbnail", | ||
"display_name": "Elegoo Neptune Thumbnails", | ||
"package_id": "ElegooNeptune3Thumbnails", | ||
"package_type": "plugin", | ||
"package_version": "2.0.0", | ||
"package_version": "2.1.0", | ||
"sdk_version": 8, | ||
"sdk_version_semver": "8.0.0", | ||
"website": "https://github.com/Molodos/ElegooNeptune3Thumbnails" | ||
"website": "https://github.com/Molodos/ElegooNeptuneThumbnails" | ||
} |
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,7 @@ | ||
{ | ||
"name": "Elegoo Neptune 3 Thumbnails", | ||
"name": "Elegoo Neptune Thumbnails", | ||
"author": "Molodos", | ||
"version": "2.0.0", | ||
"description": "Adds Neptune 3 Pro/Plus/Max thumbnail to G-code. Options to add parameters like estimated print time to thumbnail", | ||
"version": "2.1.0", | ||
"description": "Adds Neptune thumbnail to G-code. Options to add parameters like estimated print time to thumbnail", | ||
"api": 8 | ||
} |
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 +1,2 @@ | ||
PyQt6 | ||
requests |
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,2 +1,2 @@ | ||
# Copyright (c) 2023 Molodos | ||
# The ElegooNeptune3Thumbnails plugin is released under the terms of the AGPLv3 or higher. | ||
# The ElegooNeptuneThumbnails plugin is released under the terms of the AGPLv3 or higher. |
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