Help with Saved Variables

Attempting to set a co-ordinate value with save variable and it’s not working :frowning:

Any help would be appreciated.

gcode:
{% set svv = printer.save_variables.variables %}
{% set y = svv.start_y %}
T0
G0 Y{y}

Could you please put your code snipped between code braces, so that we can see if spaces are missing:
Format

As mentioned by @EddyMI3D: Refrain from double posting.

Use some means like M117 or action_respond_info to validate that your variables are actually containing what you expect and make sure that you actually saved the variables beforehand. Also see Commands templates - Klipper documentation

Which brings us to the topic that you did not follow the instructions when opening a post, which in turn makes it something between hard and impossible to properly assist.

1 Like

solved - typo issue