From 4b86d834657bf303d7b47f052e772930885903aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 9 Jun 2015 18:51:14 +0200 Subject: [PATCH] docs: removed a missing reference --- docs/features/gcode_scripts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/gcode_scripts.rst b/docs/features/gcode_scripts.rst index 8b154751..011e15c3 100644 --- a/docs/features/gcode_scripts.rst +++ b/docs/features/gcode_scripts.rst @@ -54,7 +54,7 @@ Context All GCODE scripts have access to the following template variables through the template context: - * ``printer_profile``: The currently selected :ref:`Printer Profile <>`, including + * ``printer_profile``: The currently selected Printer Profile, including information such as the extruder count, the build volume size, the filament diameter etc. * ``script``: An object wrapping the script's type (``gcode``) and name (e.g. ``afterPrintCancelled``) as ``script.type`` and ``script.name`` respectively. @@ -107,4 +107,4 @@ iterate through all available extruders and set their temperature to 0. `Jinja Template Designer Documentation `_ Jinja's Template Designer Documentation describes the syntax and semantics of the template language used - also by OctoPrint's GCODE scripts. \ No newline at end of file + also by OctoPrint's GCODE scripts.