-
Notifications
You must be signed in to change notification settings - Fork 225
Quick Start 3MS
Page Sections:
This quickstart guide explains how to install Happy Hare firmware for use with the 3MS modular multimaterial system.
First, download the Happy Hare repository onto your Raspberry Pi using the git tool. Log into your Raspberry Pi via SSH (PuTTy on Windows):
ssh pi@klippy.local
Note
Replace klippy.local with your Raspberry Pi's hostname. If you use a different username than pi, replace pi with your custom username.
Now, clone the Happy Hare repository onto your Raspberry Pi:
Important
K1 series users (K1, K1C, K1 Max, etc.) should instead perform the following steps (thank you @trandanhlam!):
- Upgrade Klipper using this guide .
- Upgrade Klipper Firmware using this guide and this firmware .
cd ~
git clone https://github.com/moggieuk/Happy-Hare.git
Happy Hare is now downloaded onto your Raspberry Pi. The next step is installing it.
To install Happy Hare firmware, run the following commands on your Raspberry Pi through SSH:
cd ~/Happy-Hare
./install.sh -i
This will open the interactive installer. You will be presented by several options, each of which are explained below.
This is the type of MMU you are setting up. In this case, it is a 3MS. Find it in the list, and type the number located next to it.
The installer will then ask for the number of gates you have. This corresponds to how many filament units you have set up on your 3MS. Type the number and press enter.
Note
In the screenshot below, three filament units are present, so the number 3 is entered.
Next, the installer will ask which controller you are using. If your controller is in the list, type the number next to its name in the list, and press enter. If not, press the number next to Not in list / Unknown.
The installer will attempt to locate the serial port of your selected control board. If the displayed port is correct, type y and press enter. If not, type n and press enter.
Tip
If you're unsure about the serial port, open a new SSH window, unplug your controller board, and run:
ls /dev/serial/by-id
Next, plug in your controller board, and re-run the command. The newly added line is your controller's serial address.
Choose whether or not you want LEDs enabled for your 3MS.
Choose whether or not you want Endless Spool to be enabled. This let Happy Hare automatically load another spool if your current spool runs out.
This is usually set to y on new Happy Hare installations, and n on existing ones.
🎉 Happy Hare is successfully installed! If you selected one of the default control boards, you don't need to follow the rest of this guide. You can continue with configuration and calibrations here.
If you selected `Not in list / Unknown`, read on.
If you aren't using one of the default Happy Hare provided control boards, you will have to create a 3MS-specific configuration for your control board.
Instructions have been moved to the 3MS Configuration Generator
Note
You can continue with configuration and calibrations here
(\_/)
( *,*)
(")_(") Happy Hare ReadyCopyright (C) 2022-2026 Paul Morgan
1. Introduction
2. Installation
3. Essential Configuration
5. Operation
-- YOUR MMU IS READY TO PLAY WITH --
6. Slicer-MMU Setup
-- NOW YOU ARE READY TO PRINT! --
7. Tuning
8. Optional Feature Setup
9. Advanced Configuration
10. Advanced Concepts
- State Persistence
- Statistics and Counters
- Tool and Gate Maps
- Filament Bypass
- Runout/Clog Detection
- Consumption Counters
- Synchronized Gear/Extruder
11. Quick References
12. Troubleshooting
13. FAQ
14. MCU Board Reference 🆕
15. Change Log
Happy Hare Discord
Cloning Happy Hare Repo