Commit 9446693 vertex
committed
1 parent 678a7c4 commit 9446693 Copy full SHA for 9446693
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ If you kno' me, you had a chance to say halo ;)
22
22
This repository contains all bits and pieces required to bring IMONK to life, to make things easier clone it to your host machine.
23
23
```
24
24
cd ~
25
- git clone ...
25
+ git clone https://github.com/vertexbz/imonk.git
26
26
```
27
27
28
28
### IMONK Display firmware
@@ -34,21 +34,22 @@ git clone ...
34
34
* Enter the cloned copy of repository
35
35
* Build & flash screen module firmware
36
36
```
37
- cd ~/...
37
+ cd ~/imonk
38
38
pio run -e release -t upload
39
39
```
40
40
41
41
### Assembly
42
42
* Minimal wiring with RPi Pico's main SPI
43
- 
43
+
44
+ 
44
45
45
46
46
47
### Extensions
47
48
48
49
For proper operation IMONK needs Klipper and Monraker extensions
49
50
50
51
```
51
- cd ~ /...
52
+ cd ~ /imonk
52
53
ln -s ./klipper/imonk ~ /klipper/klippy/extras/
53
54
ln -s ./moonraker/imonk ~ /moonraker/moonraker/components/
54
55
```
You can’t perform that action at this time.
0 commit comments