Can someone tell me what this line exactly does?
{% set start_vars = printer[“gcode_macro _START_VARIABLES”] %}
I know it sets a variable. But I’m confused on the printer[“gcode_macro _START_VARIABLES”] part. Is that the same as doing this: printer._START_VARIABLES? To acces an object in the printer object?