moggieuk / KlipperScreen-Happy-Hare-Edition

Customized KlipperScreen for ERCF - Happy Hare
GNU Affero General Public License v3.0
105 stars 18 forks source link

Mmu_use_spoolman / unable to parse #26

Closed TTom1088 closed 2 months ago

TTom1088 commented 2 months ago

What happened?

After the printer Was startet, this error message appeared on screen 17211534538295295264204622365623

What did you expect to happen instead?

Klipperscreen has been reinstalled several Times. The error always occurred after installing mmu_klipperscreen.

How to reproduce this bug?

Install mmu_klipperscreen

Additional information:

No response

Log output

KlipperScreen.log

moggieuk commented 2 months ago

Open KlipperScreen.conf (in printer_data/config/ directory) and change:

mmu_use_spoolman = 1

to

mmu_use_spoolman = True

Not quite sure how/why this changed, but easy fix.

moggieuk commented 2 months ago

My latest patch will handle this without having to edit the config file.

TTom1088 commented 2 months ago

Great, worked perfectly. I'm a little annoyed that I didn't figure it out myself. Great work.