diff --git a/_data/update_check_overlays.yaml b/_data/update_check_overlays.yaml index 54402607ab65..905a9556e8cc 100644 --- a/_data/update_check_overlays.yaml +++ b/_data/update_check_overlays.yaml @@ -67,3 +67,8 @@ telegram: marlinslider: user: jneilliii pip: https://github.com/jneilliii/OctoPrint-MarlinSlider/archive/{target_version}.zip +macro: + displayName: Sidebar Macros + user: apbarratt + pip: https://github.com/apbarratt/octoprint_sidebar_macros/releases/download/{target_version}/Sidebar-Macros.zip + repo: octoprint_sidebar_macros diff --git a/_plugins/macro.md b/_plugins/macro.md index 8b9ac2661185..a9800297076b 100644 --- a/_plugins/macro.md +++ b/_plugins/macro.md @@ -3,13 +3,15 @@ layout: plugin id: macro title: Sidebar Macros -description: Plugin for Octoprint to add macros list in sidebar -author: Mikhail Poluboyarinov +description: OctoPrint plugin to create various GCODE macros and display them in the sidebar menu. +authors: +- Mikhail Poluboyarinov +- apbarratt license: MIT date: 2020-06-28 -homepage: https://github.com/mike1pol/octoprint_macro -source: https://github.com/mike1pol/octoprint_macro -archive: https://github.com/mike1pol/octoprint_macro/archive/master.zip +homepage: https://github.com/apbarratt/octoprint_sidebar_macros +source: https://github.com/apbarratt/octoprint_sidebar_macros +archive: https://github.com/apbarratt/octoprint_sidebar_macros/releases/latest/download/Sidebar-Macros.zip tags: - sidebar @@ -26,14 +28,13 @@ featuredimage: /assets/img/plugins/macro/main.png compatibility: octoprint: - - 1.2.0 + - 1.4.0 os: - linux - windows - macos - freebsd - python: ">=2.7,<4" - -abandoned: https://github.com/OctoPrint/plugins.octoprint.org/issues/1362 + python: ">=3.7,<4" --- -Adds feature to create various gcode macros and display them in sidebar menu + +OctoPrint plugin to create various GCODE macros and display them in the sidebar menu. diff --git a/assets/img/plugins/macro/main.png b/assets/img/plugins/macro/main.png index 01745ba6588b..0a61069adb3a 100644 Binary files a/assets/img/plugins/macro/main.png and b/assets/img/plugins/macro/main.png differ