docs: removed a missing reference

This commit is contained in:
Gina Häußge 2015-06-09 18:51:14 +02:00
parent 592cad5b99
commit 4b86d83465

View file

@ -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 <http://jinja.pocoo.org/docs/dev/templates/>`_
Jinja's Template Designer Documentation describes the syntax and semantics of the template language used
also by OctoPrint's GCODE scripts.
also by OctoPrint's GCODE scripts.