- This is forked from [the original](https://github.com/mmone/OctoprintKlipperPlugin) version 0.2.5
- The current version is 0.2.5-JEL-0.1 and includes modified versions of:
- klipper.js
- klipper_param_macro.js
- klipper_leveling.js
- Changes made result in multiple GCode commands being sent to OctoPrint.control.sendGcode as an array of strings instead of separate strings or as strings with line breaks or other formatting. This results in the commands being received in the intended order and interpreted correctly.
## Fork Installation Information:
- Uninstall any other versions of the plugin using Plugin Manager or other means, as necessary.
- Install this version by using Plugin Manager's "From Url" option and entering this URL:
Also for the moment this plugin does what I wanted it to do, it is far from finished, pull requests are welcome. If you want to get started, the OctoPrint Plugin API is quite well documented here: [docs.octoprint.org/en/master/plugins](http://docs.octoprint.org/en/master/plugins).