diff --git a/_plugins/jogwheel.md b/_plugins/jogwheel.md new file mode 100644 index 00000000000..900746ec4c0 --- /dev/null +++ b/_plugins/jogwheel.md @@ -0,0 +1,61 @@ +--- +layout: plugin + +id: jogwheel +title: Jog Wheel Control +description: Replaces the control tab axis buttons with a jog wheel interface. +authors: +- jneilliii +license: AGPLv3 + +date: 2024-03-25 + +homepage: https://github.com/jneilliii/OctoPrint-JogWheelControl +source: https://github.com/jneilliii/OctoPrint-JogWheelControl +archive: https://github.com/jneilliii/OctoPrint-JogWheelControl/archive/master.zip + +tags: +- control +- axes +- jog +- wheel +- motion control + +featuredimage: /assets/img/plugins/jogwheel/screenshot_tab.png + +compatibility: + octoprint: + - 1.4.0 + os: + - linux + - windows + - macos + - freebsd + python: ">=3,<4" + +--- + +# Jog Wheel Control + +This plugin replaces the built in navigation controls on the Control tab of OctoPrint with a wheel based interface. + +![Screenshot Jog Wheel Control](/assets/img/plugins/jogwheel/screenshot_tab.png) + +## Settings + +![Screenshot Jog Wheel Control Settings](/assets/img/plugins/jogwheel/screenshot_settings.png) + +## Get Help + +If you experience issues with this plugin or need assistance please use the issue tracker at the plugin's Homepage linked on the right. + +### Additional Plugins + +Check out my other plugins [here](https://plugins.octoprint.org/by_author/#jneilliii) + +### Support My Efforts +I, jneilliii, programmed this plugin for fun and do my best effort to support those that have issues with it, please return the favor and leave me a tip or become a Patron if you find this plugin helpful and want me to continue future development. + +[![Patreon](/assets/img/plugins/jogwheel/patreon-with-text-new.png)](https://www.patreon.com/jneilliii) [![paypal](/assets/img/plugins/jogwheel/paypal-with-text.png)](https://paypal.me/jneilliii) [![GitHub](/assets/img/plugins/jogwheel/github.png)](https://github.com/sponsors/jneilliii) + +No paypal.me? Send funds via PayPal to jneilliii@gmail.com diff --git a/assets/img/plugins/jogwheel/github.png b/assets/img/plugins/jogwheel/github.png new file mode 100644 index 00000000000..8a9b34293de Binary files /dev/null and b/assets/img/plugins/jogwheel/github.png differ diff --git a/assets/img/plugins/jogwheel/patreon-with-text-new.png b/assets/img/plugins/jogwheel/patreon-with-text-new.png new file mode 100644 index 00000000000..14245f8a4f3 Binary files /dev/null and b/assets/img/plugins/jogwheel/patreon-with-text-new.png differ diff --git a/assets/img/plugins/jogwheel/paypal-with-text.png b/assets/img/plugins/jogwheel/paypal-with-text.png new file mode 100644 index 00000000000..aab877abb5a Binary files /dev/null and b/assets/img/plugins/jogwheel/paypal-with-text.png differ diff --git a/assets/img/plugins/jogwheel/screenshot_settings.png b/assets/img/plugins/jogwheel/screenshot_settings.png new file mode 100644 index 00000000000..5351c1f7ce5 Binary files /dev/null and b/assets/img/plugins/jogwheel/screenshot_settings.png differ diff --git a/assets/img/plugins/jogwheel/screenshot_tab.png b/assets/img/plugins/jogwheel/screenshot_tab.png new file mode 100644 index 00000000000..986e68e418c Binary files /dev/null and b/assets/img/plugins/jogwheel/screenshot_tab.png differ