jschuh / klipper-macros

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

fix pause at position #132

Closed kirill578 closed 1 year ago

kirill578 commented 1 year ago

The format must have broken this as it is attempting to exectute it as

PARK P=2
X="10"
Y="10"

which fails because X="10" is an invalid command

jschuh commented 1 year ago

Thanks, I reformatted the commit and landed it on main as 1b67a4414feba4abd7f2c2ac2afb44fe90a2c3a4.