-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
--- | ||
layout: plugin | ||
|
||
id: FanSpeedMirror | ||
title: OctoPrint-FanSpeedMirror | ||
description: Mirror the parameter(s) of GCode commands M106, M107 to scripts on the OctoPrint host | ||
author: Brad Morgan | ||
license: AGPLv3 | ||
|
||
# TODO | ||
date: 2019-04-08 | ||
|
||
homepage: https://github.com/b-morgan/OctoPrint-FanSpeedMirror | ||
source: https://github.com/b-morgan/OctoPrint-FanSpeedMirror | ||
archive: https://github.com/b-morgan/OctoPrint-FanSpeedMirror/archive/master.zip | ||
|
||
follow_dependency_links: false | ||
|
||
tags: | ||
- UI | ||
- Controls | ||
|
||
# TODO | ||
#screenshots: | ||
#- url: url of a screenshot, /assets/img/... | ||
# alt: alt-text of a screenshot | ||
# caption: caption of a screenshot | ||
#- url: url of another screenshot, /assets/img/... | ||
# alt: alt-text of another screenshot | ||
# caption: caption of another screenshot | ||
#- ... | ||
|
||
# TODO | ||
#featuredimage: url of a featured image for your plugin, /assets/img/... | ||
|
||
--- | ||
|
||
Mirror the parameter(s) of GCode commands M106, M107 to scripts on the OctoPrint host | ||
Example bash scripts and a test gcode file are in extras | ||
|
||
http://plugins.octoprint.org/plugin/FanSpeedMirror/ |