Skip to content

Commit

Permalink
Bump version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
costas-basdekis committed Oct 4, 2020
1 parent 9c4e1a2 commit 4267fa0
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# MarlinGcodeDocumentation
See [MarlinGcodeDocumentation](https://plugins.octoprint.org/plugins/marlingcodedocumentation/)
on OctoPrint Plugin Repository

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 `?`
* Add and manage favourite commands
* Support for [Multiline Terminal plugin](https://plugins.octoprint.org/plugins/multilineterminal/)
* If you use [Terminal Messaging](https://github.com/jeffeb3/OctoPrint-TerminalMessaging), it allows you to explain sent commands

![](/screenshot-example-command.png)
![](/screenshot-example-multiple-commands.png)
![](/screenshot-example-multiline-commands.png)
![](/screenshot-example-search.png)
![](/screenshot-example-favourites.png)
![](/screenshot-example-sent.png)

## Setup

Expand Down
14 changes: 10 additions & 4 deletions extras/marlingcodedocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,25 @@ tags:
- terminal
- gcode
- marlin
- reprap
- documentation

screenshots:
- url: /screenshot-example-command.png
alt: Example of a command
caption: Example of a command
- url: /screenshot-example-multiple-commands.png
alt: Example of matching multiple commands
caption: Example of matching multiple commands
- url: /screenshot-example-multiline-commands.png
alt: Example of multiple commands in different lines
caption: Example of multiple commands in different lines
- url: /screenshot-example-search.png
alt: Example of search
caption: Example of search
- url: /screenshot-example-favourites.png
alt: Example of favourites
caption: Example of favourites
- url: /screenshot-example-sent.png
alt: Example of help for sent commands
caption: Example of help for sent commands

featuredimage: /screenshot-example-command.png

Expand All @@ -48,5 +53,6 @@ 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 `?`
* Add and manage favourite commands
* Support for [Multiline Terminal plugin](https://plugins.octoprint.org/plugins/multilineterminal/)

* If you use [Terminal Messaging](https://github.com/jeffeb3/OctoPrint-TerminalMessaging), it allows you to explain sent commands
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 added screenshot-example-favourites.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 added screenshot-example-sent.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.10.3"
plugin_version = "0.11.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 4267fa0

Please sign in to comment.