Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
* Add RepRap documentation
* Add ability to position the documentation
* Add ability to hide the help
  • Loading branch information
costas-basdekis committed Oct 1, 2020
1 parent 2196b13 commit 8230204
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions extras/marlingcodedocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: plugin

id: marlingcodedocumentation
title: MarlinGcodeDocumentation
description: Provides documentation for Marlin GCode commands in the Terminal tab
description: Provides documentation for Marlin & RepRap GCode commands in the Terminal tab
author: Costas Basdekis
license: AGPLv3

Expand Down Expand Up @@ -39,8 +39,14 @@ compatibility:

---

It displays GCode documentation for Marlin in the terminal command line.
It displays GCode documentation for Marlin & RepRap in the terminal command line.

Type a command and you will get explanation for the command and the parameters.

Type '?' and some terms and you'll be shown commands that reference those terms.

Features:
* Commands from [Marlin](https://marlinfw.org/meta/gcode/) & [RepRap](https://reprap.org/wiki/G-code#G-commands) official documentations
* Support for search by prepending `?`
* Support for [Multiline Terminal plugin](https://plugins.octoprint.org/plugins/multilineterminal/)

Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.terminal-marlin-gcode-documentation {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.terminal-documentation-results {
overflow-y: auto;
resize: vertical;
Expand Down
Binary file modified screenshot-example-command.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot-example-multiline-commands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot-example-multiple-commands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot-example-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "Marlin GCode Documentation"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.9.2"
plugin_version = "0.10.0"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 8230204

Please sign in to comment.