Skip to content

Commit 821d72f

Browse files
register Jog Wheel Control plugin (#1288)
* register Jog Wheel Control plugin --------- Co-authored-by: Shawn Bruce <[email protected]>
1 parent a26424f commit 821d72f

File tree

6 files changed

+61
-0
lines changed

6 files changed

+61
-0
lines changed

_plugins/jogwheel.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
layout: plugin
3+
4+
id: jogwheel
5+
title: Jog Wheel Control
6+
description: Replaces the control tab axis buttons with a jog wheel interface.
7+
authors:
8+
- jneilliii
9+
license: AGPLv3
10+
11+
date: 2024-03-25
12+
13+
homepage: https://github.com/jneilliii/OctoPrint-JogWheelControl
14+
source: https://github.com/jneilliii/OctoPrint-JogWheelControl
15+
archive: https://github.com/jneilliii/OctoPrint-JogWheelControl/archive/master.zip
16+
17+
tags:
18+
- control
19+
- axes
20+
- jog
21+
- wheel
22+
- motion control
23+
24+
featuredimage: /assets/img/plugins/jogwheel/screenshot_tab.png
25+
26+
compatibility:
27+
octoprint:
28+
- 1.4.0
29+
os:
30+
- linux
31+
- windows
32+
- macos
33+
- freebsd
34+
python: ">=3,<4"
35+
36+
---
37+
38+
# Jog Wheel Control
39+
40+
This plugin replaces the built in navigation controls on the Control tab of OctoPrint with a wheel based interface.
41+
42+
![Screenshot Jog Wheel Control](/assets/img/plugins/jogwheel/screenshot_tab.png)
43+
44+
## Settings
45+
46+
![Screenshot Jog Wheel Control Settings](/assets/img/plugins/jogwheel/screenshot_settings.png)
47+
48+
## Get Help
49+
50+
If you experience issues with this plugin or need assistance please use the issue tracker at the plugin's Homepage linked on the right.
51+
52+
### Additional Plugins
53+
54+
Check out my other plugins [here](https://plugins.octoprint.org/by_author/#jneilliii)
55+
56+
### Support My Efforts
57+
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.
58+
59+
[![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)
60+
61+
<small>No paypal.me? Send funds via PayPal to jneilliii&#64;gmail&#46;com</small>
10.7 KB
Loading
Loading
Loading
Loading
351 KB
Loading

0 commit comments

Comments
 (0)