jschuh / klipper-macros

A collection of useful macros for the Klipper 3D printer firmware
GNU General Public License v3.0
972 stars 172 forks source link

Layers.cfg file calls a macro that doesn't exist #29

Closed derekyle closed 1 year ago

derekyle commented 1 year ago

A macro in Layers.cfg calls SET_PRINT_STATS_INFO which throws an error on my system. Should this macro be included somewhere? It looks like it is not a command that Klipper recognizes at this time.

jschuh commented 1 year ago

SET_PRINT_STATS_INFO is a Klipper gcode command introduced last October. It seems like your Klipper install is older, but updating should resolve this.

derekyle commented 1 year ago

Yes, that was it. I was using the newest version of the OctoKlipperPi image, not realizing that it currently ships with a little bit older version of Klipper.