moggieuk / Happy-Hare

MMU software driver for Klipper (ERCF, Tradrack, Prusa)
GNU General Public License v3.0
401 stars 94 forks source link

Install help with multiple klipper instance single host #262

Open 53Aries opened 3 months ago

53Aries commented 3 months ago

Can someone help me with installing on my host? I'm just not very good with file structures. I have a single host running two klipper instances. My printers file path is home/klipper/sp5_data and I think the klipper path is home/klipper/klipper. I've attached screenshots of structures. I see in the install docs to use the -k on the install script but I just don't know how to implement. Screenshot 2024-04-07 170717 Screenshot 2024-04-07 170708 Screenshot 2024-04-07 170651

moggieuk commented 3 months ago

The best help I can give is what is documented here: https://github.com/moggieuk/Happy-Hare/tree/main?tab=readme-ov-file#---installation

You are likely to need to run with: -c <klipper_config_dr> -k <klipper_dir>

A default install would be equivalent to this on your system I think:

./install.sh -c /home/klipper/printer_data/config -k /home/klipper/klipper