After a partly rebuild/modification of my printer I followed the commissioning guide to get it set up correctly.
When getting to the skew correction I was a bit thrown off my printer.cfg does not contain a variable_skew_profile variable. I then followed the klipper doc since it is mentioned in the printer.cfg for skew correction. I added the [skew_correction] to the printer.cfg and added the profile.
Do I just add this to my printer.cfg?
[gcode_macro _USER_START_PRINT]
gcode:
variable_skew_profile: "my_skew"
I haven't found clear information how to add it to your config