From 5b8aea0012afa5c1853767cda00cd1d3165a928a Mon Sep 17 00:00:00 2001 From: ntoff Date: Sat, 2 Dec 2017 05:52:39 +1000 Subject: [PATCH] plugin repo readme thing --- extras/extradistance.md | 40 ++++++++++++++++++ extras/unknown.md | 89 ----------------------------------------- 2 files changed, 40 insertions(+), 89 deletions(-) create mode 100644 extras/extradistance.md delete mode 100644 extras/unknown.md diff --git a/extras/extradistance.md b/extras/extradistance.md new file mode 100644 index 0000000..011276b --- /dev/null +++ b/extras/extradistance.md @@ -0,0 +1,40 @@ +--- +layout: plugin + +id: extradistance +title: OctoPrint-ExtraDistance +description: Extra axis movement distances +author: ntoff +license: AGPLv3 + +date: 2017-12-02 + +homepage: https://github.com/ntoff/OctoPrint-ExtraDistance +source: https://github.com/ntoff/OctoPrint-ExtraDistance +archive: https://github.com/ntoff/OctoPrint-ExtraDistance/archive/master.zip + +tags: +- movement distance +- controls + +screenshots: +- url: /assets/img/screenshot.png + alt: movement distance buttons + caption: movement distance buttons + +featuredimage: url of a featured image for your plugin, /assets/img/... + +compatibility: + + octoprint: + - 1.3.5 + + os: + - linux + - windows + - macos + - freebsd + +--- + +Extra movement distances for those of us with manually levelled beds who may want to move in finer increments. diff --git a/extras/unknown.md b/extras/unknown.md deleted file mode 100644 index ba7e1e1..0000000 --- a/extras/unknown.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -layout: plugin - -id: unknown -title: OctoPrint-Unknown -description: TODO -author: ntoff -license: AGPLv3 - -# TODO -date: today's date in format YYYY-MM-DD, e.g. 2015-04-21 - -homepage: https://github.com/ntoff/OctoPrint-Unknown -source: https://github.com/ntoff/OctoPrint-Unknown -archive: https://github.com/ntoff/OctoPrint-Unknown/archive/master.zip - -# TODO -# Set this to true if your plugin uses the dependency_links setup parameter to include -# library versions not yet published on PyPi. SHOULD ONLY BE USED IF THERE IS NO OTHER OPTION! -#follow_dependency_links: false - -# TODO -tags: -- a list -- of tags -- that apply -- to your plugin -- (take a look at the existing plugins for what makes sense here) - -# 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/... - -# TODO -# You only need the following if your plugin requires specific OctoPrint versions or -# specific operating systems to function - you can safely remove the whole -# "compatibility" block if this is not the case. - -compatibility: - - # List of compatible versions - # - # A single version number will be interpretated as a minimum version requirement, - # e.g. "1.3.1" will show the plugin as compatible to OctoPrint versions 1.3.1 and up. - # More sophisticated version requirements can be modelled too by using PEP440 - # compatible version specifiers. - # - # You can also remove the whole "octoprint" block. Removing it will default to all - # OctoPrint versions being supported. - - octoprint: - - 1.2.0 - - # List of compatible operating systems - # - # Valid values: - # - # - windows - # - linux - # - macos - # - freebsd - # - # There are also two OS groups defined that get expanded on usage: - # - # - posix: linux, macos and freebsd - # - nix: linux and freebsd - # - # You can also remove the whole "os" block. Removing it will default to all - # operating systems being supported. - - os: - - linux - - windows - - macos - - freebsd - ---- - -**TODO**: Longer description of your plugin, configuration examples etc. This part will be visible on the page at -http://plugins.octoprint.org/plugin/unknown/