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.