From 525a08c20e09e9d95f4225b808e08954ef41ff56 Mon Sep 17 00:00:00 2001 From: ntoff Date: Tue, 5 Sep 2017 10:56:39 +1000 Subject: [PATCH] update settings page help text --- .../templates/fanspeedslider_settings.jinja2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/octoprint_fanspeedslider/templates/fanspeedslider_settings.jinja2 b/octoprint_fanspeedslider/templates/fanspeedslider_settings.jinja2 index 4ca7b1f..7835a30 100644 --- a/octoprint_fanspeedslider/templates/fanspeedslider_settings.jinja2 +++ b/octoprint_fanspeedslider/templates/fanspeedslider_settings.jinja2 @@ -12,7 +12,7 @@ {{ _('The default value the slider will be set to when opening OctoPrint\'s UI') }} -

{{ _('The settings below can be used to limit the fan\'s output, this is useful if your slicer doesn\'t allow min / max fan speeds.') }}

+

{{ _('The settings below can be used to limit the fan\'s output without having to re-slice and re-upload your gcode.') }}

@@ -20,7 +20,7 @@ %
- {{ _('Any value set by the slicer which is below this value will be increased to meet this speed.') }} + {{ _('Any value sent which is below this value will be increased to meet this speed. Useful if your fan doesn\'t work below a certain threshold.') }}
@@ -30,9 +30,9 @@ %
- {{ _('Any value set by the slicer which is above this value will be decreased to meet this speed.') }} + {{ _('Any value sent which is above this value will be decreased to meet this speed. Useful if your fan is too strong on full speed.') }} -

{{ _('NOTE: The min/max setting has no effect when you are printing from an SD card attached directly to the printer as the gcode does not pass through OctoPrint. In the case of printing from SD, you will be required to use a slicer that allows for seting the min / max speed.') }}

+

{{ _('NOTE: The min/max setting has no effect when you are printing from an SD card that is attached directly to the printer as the gcode does not pass through OctoPrint.') }}