#Existing command 'SET_PRINT_STATS_INFO' not found in gcode_macro rename
17 messages · Page 1 of 1 (latest)
I assume the densuuu fork is to old
Can you link the fork you used all what I see is more then a year old
I used this https://github.com/Desuuuu/klipper
Ok found it https://github.com/Desuuuu/klipper last update October 16 2022 and ~200 commits behind master
In my first Attempt I got it working, but the SD Card broke. The second attempt failed
The problem is that it is so far behind that it is missing the gcode SET_PRINTER_STATS_INFO
If you use that branch you will miss some Mainsail features
To get rid of your error you need to do the following:
- generate a new cfg file e.g my_mainsail.cfg
- copy in there everything from mainsail.cfg
- remove following macros from https://github.com/mainsail-crew/mainsail-config/blob/master/mainsail.cfg#L90 to https://github.com/mainsail-crew/mainsail-config/blob/master/mainsail.cfg#L122
- than include your file (my_mainsail.cfg) instead of mainsail.cfg
- do a Klipper FW restart
Thank you very much. it worked, the Error is gone
Yes but as said, you miss some features and will need to update your my_mainsail.cfg manually if we improve it over time.
His last merge from master was 28 of August so it is nearly 1/2 year behind
If I find another solution for the display, I will go back to the actual fork. In the meantime I have to live without the new stuff. Thank you again for your help
Fwiw, I recently forked the Desuuu Klipper for Creality CR6. After using his code to generate the Klipper.bin file, I was able to use the latest Mainsail OS build in Raspberry Pi Imager to create a clean install of everything. I am currently using the latest Klipper with t5uid1 and its contents copied into ~/klipper/klippy/extras folder. My stock DWIN display and my printer system both seem to run fine. That still may not give me access to SET_PRINT_STATS_INFO, I don’t know how I would test for that, but it might be an option for you to try ?
@opal ledge the test is easy Typ it in the console and hit return. If it shows unknown Goode than you are not at the latest Klipper.
Thank you! I will need to power up my printer to test that tomorrow (is 1am, here, I am supposed to be sleeping). A quick test said it could not reach the mcu. Moonraker Update Manager shows current Klipper is v0.11.0-105-g1e7057e9
Machine says I built this with Distro: MainsailOS 1.0.1 (bullseye)
Then for sure you are able to use it