Desuuuu / klipper

Klipper is a 3d-printer firmware. Modified to work with DWIN T5UID1 touchscreens.
GNU General Public License v3.0
124 stars 51 forks source link

Unknown config object 'gcode_macro' #2

Closed socalswimmer closed 4 years ago

socalswimmer commented 4 years ago

was running KevinOConnor/klipper without any issues on my CR-10S Pro. Decided to try your firmware for the touchscreen. installed as per instructions, first the screen, then cloned your fork and flashed the printer. added touchscreen section to my existing printer.cfg, klipper wont start. unknown config object 'gcode_macro' i tried removing all gcode_macro reference from printer.cfg but that doesnt help. klippy.log attached.

klippy.log

Desuuuu commented 4 years ago

This should be solved as of 1419cc236e8b258956b6349230c3aed1849f89d8.

If you installed Klipper in ~/klipper, you can upgrade with these commands:

cd ~/klipper
git pull
sudo service klipper restart

Let me know if you encounter any other issue.

socalswimmer commented 4 years ago

Sorry for a late reply, but yes, indeed this solved the problem. Thank you.