Installation
Follow this guide to install the 3MS configuration and macros.
Info
All SSH commands are run on the Klipper Host (usually a Raspberry Pi) and are labeled like the following:
SSH | |
---|---|
All references to a mainboard usually refer to the 3MS board. If you are using a (main MCU)
configuration, references to a mainboard refer to your printer's existing mainboard.
Clone Repository
First, clone the 3MS repository:
Storage
If the git clone
command fails due to lack of storage on your system, run the following set of commands instead:
Install Script
K1 Series
If you are setting up the 3MS on a Creality K1 Series printer (K1, K1C, K1 Max), use the following install script instead:
SSH | |
---|---|
Run the install script:
SSH | |
---|---|
printer.cfg
In the Klipper web interface (e.g. Mainsail/Fluidd/OctoPrint), open printer.cfg
and add:
printer.cfg | |
---|---|
DynamicMacros
The 3MS configuration depends on DynamicMacros. If you haven't installed it already, follow the instructions here to do so.
Remove the following line from your 3ms/main.cfg
if it exists:
3ms/main.cfg | |
---|---|
Moonraker Update Manager
To enable updates for the 3MS, add the following to your moonraker.conf
(in the same folder as your printer.cfg
):
moonraker.conf | |
---|---|
Warning
When updating via Moonraker, the following files will be overwritten:
macros.cfg
KlipperScreen.conf
endless/macros.cfg
If you have any changes in these files, they will be lost when updating.
Purge Line
If you use KAMP for purging, set your tip_distance
setting in KAMP_Settings.cfg
to your filament parking position (this is the distance between your filament sensor and your nozzle).
If you use any other method of purging, add this line to your Start G-Code / PRINT_START
macro right before your purge line, and after your MMMS_START
:
Replace E100
with E
+parking position
Controller
In 3ms/main.cfg
, edit the [include ./controllers/xxx/steppers.cfg]
line, replacing xxx
with the config name of your controller:
Controller Name | Config Name |
---|---|
SKR Mini E3 V2 | btt_skr_mini_e3_v2 |
SKR Pico | btt_skr_pico |
Mellow Fly D7 | mellow_fly_d7 |
BTT MMB | btt_mmb |
BTT Octopus (main MCU) | btt_octopus_main |
Zonestar ZM384 (main MCU) | zonestar_zm384_main |
Mini RAMBo | mini_rambo |
Geetech A30T | gtm32_103_v1 |
Configure MCU ID
Finally, to configure the MCU ID you saved from Firmware, run in your terminal:
SSH | |
---|---|
Copy the path that is output. Now, in your 3ms/controllers/xxx/steppers.cfg
, in the [mcu 3ms]
section (towards the bottom), set the MCU ID.
Example: