|
| 1 | +--- |
| 2 | +layout: plugin |
| 3 | + |
| 4 | +id: segmentedbed |
| 5 | +title: Segmented Bed Plugin |
| 6 | +description: A plugin to display segmented heatbed temps for Prusa XL printers |
| 7 | +authors: |
| 8 | +- Nikhil S. Shringarpurey |
| 9 | +license: AGPLv3 |
| 10 | + |
| 11 | +# today's date in format YYYY-MM-DD, e.g. |
| 12 | +date: 2024-10-07 |
| 13 | + |
| 14 | +homepage: https://github.com/DoubleStrike/OctoPrint-SegmentedBed |
| 15 | +source: https://github.com/DoubleStrike/OctoPrint-SegmentedBed |
| 16 | +archive: https://github.com/DoubleStrike/OctoPrint-SegmentedBed/archive/master.zip |
| 17 | + |
| 18 | +# Set this to true if your plugin uses the dependency_links setup parameter to include |
| 19 | +# library versions not yet published on PyPi. SHOULD ONLY BE USED IF THERE IS NO OTHER OPTION! |
| 20 | +#follow_dependency_links: false |
| 21 | + |
| 22 | +tags: |
| 23 | +- Prusa |
| 24 | +- PrusaXL |
| 25 | +- XL |
| 26 | +- tiles |
| 27 | +- heatbed |
| 28 | + |
| 29 | +# When registering a plugin on plugins.octoprint.org, all screenshots should be uploaded not linked from external sites. |
| 30 | +- url: /assets/img/plugins/segmentedbed/segmentedbed.png |
| 31 | + alt: Snapshot of segmented bed UI |
| 32 | + caption: Snapshot of segmented bed UI |
| 33 | + |
| 34 | +featuredimage: /assets/img/plugins/segmentedbed/segmentedbed.png |
| 35 | + |
| 36 | +# You only need the following if your plugin requires specific OctoPrint versions or |
| 37 | +# specific operating systems to function - you can safely remove the whole |
| 38 | +# "compatibility" block if this is not the case. |
| 39 | + |
| 40 | +compatibility: |
| 41 | + |
| 42 | + # List of compatible versions |
| 43 | + # |
| 44 | + # A single version number will be interpretated as a minimum version requirement, |
| 45 | + # e.g. "1.3.1" will show the plugin as compatible to OctoPrint versions 1.3.1 and up. |
| 46 | + # More sophisticated version requirements can be modelled too by using PEP440 |
| 47 | + # compatible version specifiers. |
| 48 | + # |
| 49 | + # You can also remove the whole "octoprint" block. Removing it will default to all |
| 50 | + # OctoPrint versions being supported. |
| 51 | + |
| 52 | + octoprint: |
| 53 | + - 1.4.0 |
| 54 | + |
| 55 | + # List of compatible operating systems |
| 56 | + # |
| 57 | + # Valid values: |
| 58 | + # |
| 59 | + # - windows |
| 60 | + # - linux |
| 61 | + # - macos |
| 62 | + # - freebsd |
| 63 | + # |
| 64 | + # There are also two OS groups defined that get expanded on usage: |
| 65 | + # |
| 66 | + # - posix: linux, macos and freebsd |
| 67 | + # - nix: linux and freebsd |
| 68 | + # |
| 69 | + # You can also remove the whole "os" block. Removing it will default to all |
| 70 | + # operating systems being supported. |
| 71 | + |
| 72 | + os: |
| 73 | + - linux |
| 74 | + - windows |
| 75 | + - macos |
| 76 | + - freebsd |
| 77 | + |
| 78 | + # Compatible Python version |
| 79 | + # |
| 80 | + # It is recommended to only support Python 3 for new plugins, in which case this should be ">=3,<4" |
| 81 | + # |
| 82 | + # Plugins that wish to support both Python 2 and 3 should set it to ">=2.7,<4". |
| 83 | + # |
| 84 | + # Plugins that only support Python 2 will not be accepted into the plugin repository. |
| 85 | + |
| 86 | + python: ">=3,<4" |
| 87 | + |
| 88 | +# If any of the below attributes apply to your project, uncomment the corresponding lines. This is MANDATORY! |
| 89 | + |
| 90 | +attributes: |
| 91 | +# - cloud # if your plugin requires access to a cloud to function |
| 92 | +# - commercial # if your plugin has a commercial aspect to it |
| 93 | +# - free-tier # if your plugin has a free tier |
| 94 | + |
| 95 | +--- |
| 96 | + |
| 97 | +A plugin to display individual segmented bed temps in real-time for Prusa XL printers. It also plays nicely with UICustomizer and dark themes. |
| 98 | + |
| 99 | +No configuration settings at the moment. Hope to add color coding options and allow selection of number of tiles to allow use of other future printers. |
0 commit comments