Updated version information in preparation for release
This commit is contained in:
parent
5aa5400c2f
commit
f010173b73
|
@ -1,5 +1,12 @@
|
||||||
# OctoPrint Klipper Plugin
|
# OctoPrint Klipper Plugin
|
||||||
|
|
||||||
|
## Fork information:
|
||||||
|
- Current version JEL-0.1
|
||||||
|
- Changes to klipper.js, klipper_param_macro.js, and klipper_leveling.js to send
|
||||||
|
multiple GCode commands to OctoPrint.control.sendGcode as arrays of strings
|
||||||
|
instead of a single strings with line breaks or other formatting, which is not
|
||||||
|
interpreted correctly.
|
||||||
|
|
||||||
This plugin assists in managing and monitoring the [Klipper](https://github.com/KevinOConnor/klipper) 3D printer firmware.
|
This plugin assists in managing and monitoring the [Klipper](https://github.com/KevinOConnor/klipper) 3D printer firmware.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ plugin_package = "octoprint_klipper"
|
||||||
|
|
||||||
plugin_name = "OctoKlipper"
|
plugin_name = "OctoKlipper"
|
||||||
|
|
||||||
plugin_version = "0.2.5"
|
plugin_version = "0.2.5-JEL-0.1"
|
||||||
|
|
||||||
plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""
|
plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue