Skip to content

Commit

Permalink
Add note to printer profile editor about offsets
Browse files Browse the repository at this point in the history
We don't need to define them in the firmware AND in OctoPrint. If they
are already set in firmware we'll otherwise get wonky issues in the
GCODE viewer or when slicing.

Closes #2229
  • Loading branch information
foosel committed Nov 29, 2017
1 parent f77e49b commit 38c9840
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@
<div data-bind="visible: !sharedNozzle()" style="display: none">
<div class="control-group">
<div class="controls">
{{ _('Please specify the nozzle offsets of the extruders relative to the first nozzle T0.') }}
{{ _('Please specify the nozzle offsets of the extruders relative to the first nozzle T0 <strong>if you haven\'t already done so in your firmware</strong>. Otherwise leave them at (0,0).') }}
</div>
</div>

Expand Down

0 comments on commit 38c9840

Please sign in to comment.