Skip to content

Commit ba1f69c

Browse files
authored
Create multi-printer.md
1 parent 3732061 commit ba1f69c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

example/multi-printer.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# How to use marlin-console-configurator with multiple printers ?
2+
3+
- 1. Locate your profiles folder, here we will use `/data/printing/profiles` containing profiles for each printers.
4+
5+
- 2. get the wanted Marlin code with `git clone https://github.com/MarlinFirmware/Marlin.git /data/printing/Marlin`
6+
7+
- 3. go to root folder: `cd /data/printing`
8+
9+
- 4. Apply the ender3 profile with ABL : `docker run --rm -it -v ${PWD}:/app/files chuckame/marlin-console-configurator apply Marlin/Marlin -p profiles/ender3/base.yml profiles/ender3/abl.yml --save`
10+
11+
- 5. You will be prompted for saving the displayed configuration, just type `y` if you're okay
12+
13+
- 6. Build Marlin and send the firmware to the current configured printer.
14+
15+
- 7. Exec `cd /data/printing/Marlin && git reset --hard` to reset Marlin to default config
16+
17+
- 8. Go to `3.` and target another printer config

0 commit comments

Comments
 (0)