File tree Expand file tree Collapse file tree 4 files changed +30
-10
lines changed
Expand file tree Collapse file tree 4 files changed +30
-10
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,10 @@ $animation-duration: 0.3s;
112112d-block {
113113 display : block ;
114114}
115+ .visibility-collapse {
116+ visibility : collapse ;
117+ }
118+
115119
116120.effect-overview {
117121 margin-left : 1.5rem ;
Original file line number Diff line number Diff line change 2424</tr >
2525{% endmacro %}
2626
27+ <p >
28+ Enable some optional features for the plugin here.
29+ </p >
30+
2731<table class =" table" >
28- <thead >
32+ <thead class = " visibility-collapse " >
2933 <tr >
3034 <th class =" colwidth-10" ></th > {# These widths have been carefully fine tuned... Try not to break them :) #}
3135 <th class =" colwidth-80" ></th >
Original file line number Diff line number Diff line change 11{% import "wled-settings/sub/template.jinja2" as template %}
2-
2+ <p >
3+ Enable the events you want the plugin to react to below, then add effect configurations for each event.
4+ </p >
5+ <p >
6+ Segments need to be configured in WLED for the plugin to be able to use them.
7+ </p >
38<table class =" table" >
4- <thead >
9+ <thead class = " visibility-collapse " >
510 <tr >
611 <th class =" colwidth-10" ></th > {# These widths have been carefully fine tuned... Try not to break them :) #}
712 <th class =" colwidth-35" ></th >
1217 </tr >
1318 </thead >
1419 <tbody >
15- {{ template.effectOverview("idle", "Idle", "Fires when the printer is connected.") }}
20+ {{ template.effectOverview("idle", "Idle (Connected) ", "Fires when the printer is connected.") }}
1621 {{ template.effectOverview("disconnected", "Disconnected") }}
1722 {{ template.effectOverview("started", "Print Started") }}
18- {{ template.effectOverview("failed", "Failed") }}
19- {{ template.effectOverview("success", "Success") }}
20- {{ template.effectOverview("paused", "Paused") }}
23+ {{ template.effectOverview("failed", "Print Failed") }}
24+ {{ template.effectOverview("success", "Print Success") }}
25+ {{ template.effectOverview("paused", "Print Paused") }}
2126 </tbody >
2227</table >
Original file line number Diff line number Diff line change 4949 <input id =" ws_temp_threshold" class =" input-small" type =" number" data-bind =" value: settingsViewModel.settings.plugins.wled.progress.cooling.threshold" >
5050 <span class =" add-on" >C</span >
5151 </div >
52- {# TODO add some explanation or docs #}
52+ <p class =" d-block" >
53+ Cooling progress will stop once the temperature gets to this value.
54+ </p >
5355 </td >
5456 <td ></td >
5557</tr >
5658{% endmacro %}
57-
59+ <p >
60+ Progress effects simulate a progress bar, with two colours. Progress is shown per-segment.
61+ </p >
62+ <p >
63+ You can customize the colours and some additional configuration for each event type.
64+ </p >
5865
5966<table class =" table" >
60- <thead >
67+ <thead class = " visibility-collapse " >
6168 <tr >
6269 <th class =" colwidth-10" ></th > {# These widths have been carefully fine tuned... Try not to break them :) #}
6370 <th class =" colwidth-35" ></th >
You can’t perform that action at this time.
0 commit comments