Skip to content

Commit d4ddfcf

Browse files
authored
Resurrecting Sidebar Macros plugin. (#1414)
1 parent b76bec6 commit d4ddfcf

3 files changed

Lines changed: 16 additions & 10 deletions

File tree

_data/update_check_overlays.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ telegram:
6767
marlinslider:
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

_plugins/macro.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ layout: plugin
33

44
id: macro
55
title: 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
810
license: MIT
911
date: 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

1416
tags:
1517
- sidebar
@@ -26,14 +28,13 @@ featuredimage: /assets/img/plugins/macro/main.png
2628

2729
compatibility:
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.

assets/img/plugins/macro/main.png

20.1 KB
Loading

0 commit comments

Comments
 (0)