Skip to content

Commit

Permalink
✏️ Clarify use of printer profile fields
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Oct 25, 2019
1 parent aad5c70 commit c8d162c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Expand Up @@ -51,6 +51,6 @@
</div>

<p>
<small>{{ _('This information is used for manual control via the "Control" tab. It does NOT influence already sliced files that you upload to OctoPrint!') }}</small>
<small>{{ _('This information is used for manual control via the "Control" tab.') }}</small>
</p>
</form>
Expand Up @@ -133,6 +133,6 @@
</div>

<p>
<small>{{ _('This information is used for the temperature tab, the bounding box check, the GCODE Viewer and/or when slicing from OctoPrint. It does NOT influence already sliced files that you upload to OctoPrint!') }}</small>
<small>{{ _('This information is used for the temperature tab, the bounding box check, the GCODE Viewer and/or when slicing from OctoPrint.') }}</small>
</p>
</form>
Expand Up @@ -13,6 +13,7 @@
<label class="control-label">{{ _('Number of Extruders') }}</label>
<div class="controls">
<input type="number" class="input-mini text-right" min="1" max="10" data-bind="value: extruders">
<span class="help-block">{{ _('Make sure to specify number of extruders available on your printer or you might run into issues') }}</span>
</div>
</div>
<div data-bind="visible: extruders() > 1" style="display: none">
Expand Down Expand Up @@ -52,6 +53,6 @@
</div>

<p>
<small>{{ _('This information is used for the graph and controls available in the "Temperature" tab, the GCODE viewer and when slicing from within OctoPrint. It does NOT influence already sliced files that you upload to OctoPrint!') }}</small>
<small>{{ _('This information is used for the graph and controls available in the "Temperature" tab, the GCODE viewer, when slicing from within OctoPrint and for deciding which toolchange commands are safe to send to the printer.') }}</small>
</p>
</form>

0 comments on commit c8d162c

Please sign in to comment.