Multi Installation

Except that you define a path on the clone command where the new mooncord installation should be installed:

git clone https://github.com/eliteSchwein/mooncord.git PATH

And you need to configure a Service suffix, the Suffix will be placed after MoonCord_, you also should set the config path to the klipper directory:

bash scripts/install.sh --service_suffix=SUFFIX --config_path=/KLIPPER/CONFIG/PATH

To control the Service use:

sudo systemctl <start/stop/restart/status> MoonCord_SUFFIX

Example

Here is an Example for a second MoonCord installation:

Install MoonCord and its Dependencies

cd ~/
git clone https://github.com/eliteSchwein/mooncord.git mooncord2
cd ~/mooncord
bash scripts/install.sh --service_suffix=2 --config_path=/home/pi/klipper_config2

Usage

sudo systemctl <start/stop/restart/status> MoonCord_2

Last updated