Skip to content

Commit ece8911

Browse files
committed
Resurrecting Sidebar Macros plugin.
1 parent b76bec6 commit ece8911

2 files changed

Lines changed: 23 additions & 22 deletions

File tree

_plugins/macro.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,38 @@ 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:
15-
- sidebar
16-
- macros
17-
- helpers
18-
- gcode
17+
- sidebar
18+
- macros
19+
- helpers
20+
- gcode
1921

2022
screenshots:
21-
- url: /assets/img/plugins/macro/main.png
22-
alt: Sidebar macros list
23-
caption: Sidebar macros list
23+
- url: /assets/img/plugins/macro/main.png
24+
alt: Sidebar macros list
25+
caption: Sidebar macros list
2426

2527
featuredimage: /assets/img/plugins/macro/main.png
2628

2729
compatibility:
28-
octoprint:
29-
- 1.2.0
30-
os:
31-
- linux
32-
- windows
33-
- macos
34-
- freebsd
35-
python: ">=2.7,<4"
30+
octoprint:
31+
- 1.4.0
32+
os:
33+
- linux
34+
- windows
35+
- macos
36+
- freebsd
37+
python: ">=3.7,<4"
3638

37-
abandoned: https://github.com/OctoPrint/plugins.octoprint.org/issues/1362
3839
---
39-
Adds feature to create various gcode macros and display them in sidebar menu
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)