Skip to content

Commit 4c2e19e

Browse files
committed
Corrected indentation and more accurately updated update check overlays.
1 parent f1fbd54 commit 4c2e19e

2 files changed

Lines changed: 21 additions & 19 deletions

File tree

_data/update_check_overlays.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ marlinslider:
6868
user: jneilliii
6969
pip: https://github.com/jneilliii/OctoPrint-MarlinSlider/archive/{target_version}.zip
7070
macro:
71+
displayName: Sidebar Macros
7172
user: apbarratt
72-
pip: https://github.com/apbarratt/octoprint_sidebar_macros/archive/{target_version}.zip
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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,36 @@ id: macro
55
title: Sidebar Macros
66
description: OctoPrint plugin to create various GCODE macros and display them in the sidebar menu.
77
authors:
8-
- Mikhail Poluboyarinov
9-
- apbarratt
8+
- Mikhail Poluboyarinov
9+
- apbarratt
1010
license: MIT
1111
date: 2020-06-28
1212
homepage: https://github.com/apbarratt/octoprint_sidebar_macros
1313
source: https://github.com/apbarratt/octoprint_sidebar_macros
1414
archive: https://github.com/apbarratt/octoprint_sidebar_macros/releases/latest/download/Sidebar-Macros.zip
1515

1616
tags:
17-
- sidebar
18-
- macros
19-
- helpers
20-
- gcode
17+
- sidebar
18+
- macros
19+
- helpers
20+
- gcode
2121

2222
screenshots:
23-
- url: /assets/img/plugins/macro/main.png
24-
alt: Sidebar macros list
25-
caption: Sidebar macros list
23+
- url: /assets/img/plugins/macro/main.png
24+
alt: Sidebar macros list
25+
caption: Sidebar macros list
2626

2727
featuredimage: /assets/img/plugins/macro/main.png
2828

2929
compatibility:
30-
octoprint:
31-
- 1.4.0
32-
os:
33-
- linux
34-
- windows
35-
- macos
36-
- freebsd
37-
python: ">=3.7,<4"
38-
30+
octoprint:
31+
- 1.4.0
32+
os:
33+
- linux
34+
- windows
35+
- macos
36+
- freebsd
37+
python: ">=3.7,<4"
3938
---
39+
4040
OctoPrint plugin to create various GCODE macros and display them in the sidebar menu.

0 commit comments

Comments
 (0)