Skip to content

Commit a3aaa22

Browse files
committed
Update README
1 parent e107ed3 commit a3aaa22

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# kp3s-marlin
1+
# Marlin firmware for Kingroon KP3S 3.0
2+
Built from source, straight from development branch
3+
4+
## Download
5+
Download `robin_nano.bin` file from [Releases](https://github.com/konradmb/kp3s-marlin/releases).
6+
7+
### Installing
8+
Put `robin_nano.bin` file to the root of SD card, turn on printer and wait for flashing to complete.
9+
You can always go back to the stock firmware by dowloading it from Kingroon website.
10+
11+
## Features
12+
- No need to physically rotate screen, the rotation is set correctly in software.
13+
- Manual mesh bed leveling with 7x7 grid. Why buy 3D Touch when you can do the same by yourself?
14+
- Linear Advance
15+
- Pre-calibrated E-steps. I've set it to 833.7 steps/mm (factory is 768). Change it in menu if it doesn't work for you.
16+
- Pre-calibrated XY bed skew compensation. Change it in menu if it doesn't work for you.
17+
- MPC hotend temperature control (bed is still PID). Zero overshoot, maintains precise set-point compared. You can run auto-tune in menu if it doesn't work correctly.
18+
- Nozzle park, pause and filament change.
19+
- Bezier curve and arc GCode support.
20+
- Print most-recent file pop-up on SD card plug.
21+
- Plug heatsink fan to PB0 pin and get fan auto-shutdown when hotend is cool.
22+
- And more… (checkout config files in [/config](https://github.com/konradmb/kp3s-marlin/tree/master/config) directory)

0 commit comments

Comments
 (0)