As per the Klipper changelog (https://github.com/Klipper3d/klipper/blob/master/docs/Config_Changes.md), several options/features have been removed.
"20211102: Several deprecated features have been removed. The stepper step_distance option has been removed (deprecated on 20201222). The rpi_temperature sensor alias has been removed (deprecated on 20210219). The mcu pin_map option has been removed (deprecated on 20210325). The gcode_macro default_parameter_ and macro access to command parameters other than via the params pseudo-variable has been removed (deprecated on 20210503). The heater pid_integral_max option has been removed (deprecated on 20210612)."
The most notable one is the pin_map option. I found your config file very useful, but I just wanted to let you know that Klipper no longer allows you to specify an arduino pinout. Thankfully, it's not that hard to make the required changes, so I will share them here when I am done.
As per the Klipper changelog (https://github.com/Klipper3d/klipper/blob/master/docs/Config_Changes.md), several options/features have been removed.
"20211102: Several deprecated features have been removed. The stepper step_distance option has been removed (deprecated on 20201222). The rpi_temperature sensor alias has been removed (deprecated on 20210219). The mcu pin_map option has been removed (deprecated on 20210325). The gcode_macro default_parameter_ and macro access to command parameters other than via the params pseudo-variable has been removed (deprecated on 20210503). The heater pid_integral_max option has been removed (deprecated on 20210612)."
The most notable one is the pin_map option. I found your config file very useful, but I just wanted to let you know that Klipper no longer allows you to specify an arduino pinout. Thankfully, it's not that hard to make the required changes, so I will share them here when I am done.