File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,3 +67,8 @@ telegram:
6767marlinslider :
6868 user : jneilliii
6969 pip : https://github.com/jneilliii/OctoPrint-MarlinSlider/archive/{target_version}.zip
70+ macro :
71+ displayName : Sidebar Macros
72+ user : apbarratt
73+ pip : https://github.com/apbarratt/octoprint_sidebar_macros/releases/download/{target_version}/Sidebar-Macros.zip
74+ repo : octoprint_sidebar_macros
Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ layout: plugin
33
44id : macro
55title : Sidebar Macros
6- description : Plugin for Octoprint to add macros list in sidebar
7- author : Mikhail Poluboyarinov
6+ description : OctoPrint plugin to create various GCODE macros and display them in the sidebar menu.
7+ authors :
8+ - Mikhail Poluboyarinov
9+ - apbarratt
810license : MIT
911date : 2020-06-28
10- homepage : https://github.com/mike1pol/octoprint_macro
11- source : https://github.com/mike1pol/octoprint_macro
12- archive : https://github.com/mike1pol/octoprint_macro/archive/master .zip
12+ homepage : https://github.com/apbarratt/octoprint_sidebar_macros
13+ source : https://github.com/apbarratt/octoprint_sidebar_macros
14+ archive : https://github.com/apbarratt/octoprint_sidebar_macros/releases/latest/download/Sidebar-Macros .zip
1315
1416tags :
1517- sidebar
@@ -26,14 +28,13 @@ featuredimage: /assets/img/plugins/macro/main.png
2628
2729compatibility :
2830 octoprint :
29- - 1.2 .0
31+ - 1.4 .0
3032 os :
3133 - linux
3234 - windows
3335 - macos
3436 - freebsd
35- python : " >=2.7,<4"
36-
37- abandoned : https://github.com/OctoPrint/plugins.octoprint.org/issues/1362
37+ python : " >=3.7,<4"
3838---
39- Adds feature to create various gcode macros and display them in sidebar menu
39+
40+ OctoPrint plugin to create various GCODE macros and display them in the sidebar menu.
You can’t perform that action at this time.
0 commit comments