Skip to content

Commit 95fb094

Browse files
authored
Merge pull request #1391 from jneilliii/revive/marlinslider
2 parents 82f6998 + ff48d24 commit 95fb094

File tree

7 files changed

+61
-0
lines changed

7 files changed

+61
-0
lines changed

_data/update_check_overlays.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ SpoolManager:
6464
telegram:
6565
user: jacopotediosi
6666
pip: https://github.com/jacopotediosi/OctoPrint-Telegram/archive/{target_version}.zip
67+
marlinslider:
68+
user: jneilliii
69+
pip: https://github.com/jneilliii/OctoPrint-MarlinSlider/archive/{target_version}.zip

_plugins/marlinslider.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
layout: plugin
3+
4+
id: marlinslider
5+
title: Marlin Slider Controls
6+
description: Control your fans, feedrate and flowrate in Marlinfw Version 2+.
7+
authors:
8+
- jneilliii
9+
- CmdrCody51
10+
license: AGPLv3
11+
12+
13+
date: 2023-05-20
14+
15+
homepage: https://github.com/jneilliii/OctoPrint-MarlinSlider
16+
source: https://github.com/jneilliii/OctoPrint-MarlinSlider
17+
archive: https://github.com/jneilliii/OctoPrint-MarlinSlider/archive/main.zip
18+
19+
tags:
20+
- UI
21+
- Controls
22+
23+
compatibility:
24+
25+
octoprint:
26+
- 1.4.0
27+
28+
python: ">=3,<4"
29+
30+
featuredimage: /assets/img/plugins/marlinslider/slider-tools.png
31+
32+
---
33+
34+
# Marlin Slider Controls
35+
36+
Adds sliders to the controls page for setting the speed of your fans, feedrate and flowrate.
37+
With a settings page that allows limiting the fan's output power and min/max feedrates and flowrates.
38+
39+
![screenshot](/assets/img/plugins/marlinslider/slider-tools.png)
40+
41+
![screenshot](/assets/img/plugins/marlinslider/settings.png)
42+
43+
**NOTE:** When you are printing from an SD card that is attached directly to the printer, NONE of this works as the gcode does not pass through OctoPrint.
44+
45+
## Get Help
46+
47+
If you experience issues with this plugin or need assistance please use the issue tracker at the plugin's Homepage linked on the right.
48+
49+
### Additional Plugins
50+
51+
Check out my other plugins [here](https://plugins.octoprint.org/by_author/#jneilliii)
52+
53+
### Support My Efforts
54+
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.
55+
56+
[![Patreon](/assets/img/plugins/marlinslider/patreon-with-text-new.png)](https://www.patreon.com/jneilliii) [![paypal](/assets/img/plugins/marlinslider/paypal-with-text.png)](https://paypal.me/jneilliii) [![GitHub](/assets/img/plugins/marlinslider/github.png)](https://github.com/sponsors/jneilliii)
57+
58+
<small>No paypal.me? Send funds via PayPal to jneilliii&#64;gmail&#46;com</small>
10.7 KB
Loading
4.31 KB
Loading
4.1 KB
Loading
196 KB
Loading
36 KB
Loading

0 commit comments

Comments
 (0)