From 38c9840e3053c3f2e041a5625dc142aa9c22153a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 29 Nov 2017 19:00:00 +0100 Subject: [PATCH] Add note to printer profile editor about offsets 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 --- .../settings/printerprofiles/profileEditorExtruder.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/templates/snippets/settings/printerprofiles/profileEditorExtruder.jinja2 b/src/octoprint/templates/snippets/settings/printerprofiles/profileEditorExtruder.jinja2 index d509f117..86d2db66 100644 --- a/src/octoprint/templates/snippets/settings/printerprofiles/profileEditorExtruder.jinja2 +++ b/src/octoprint/templates/snippets/settings/printerprofiles/profileEditorExtruder.jinja2 @@ -27,7 +27,7 @@
- {{ _('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 if you haven\'t already done so in your firmware. Otherwise leave them at (0,0).') }}