This repository ONLY contains the CONFIGURATION files needed to compile your the MARLIN firmware for Kingroon KP3S 3D Printer.
It uses the "example" KP3 configuration from Marlin/Configuration repo as a base and some modifications to make it work with this board.
This configuration has been tested with Marlin 2.0.7.2
Marlin 2.0.7.2 has a bug with TOUCH CALIBRATION so M995
does not work as expected. This CONFIGURATION has values that currently work with my screen.
robin_nano_cfg.txt
Even thought the PID values have been taken from the default configuration file, I found out it is better to calibrate it yourself.
If you have done it before for any printer using Marlin, then just copy both configuration files to your marlin source code and compile as normal.
If you are new to that, you can:
c:\sources\marlin
)Configuration.h
and Configuration_avd.h
to the folder Marlin
inside the folder you just created in the previous step. (lets say c:\sources\marlin\Marlin
)Robin_nano.bin
(if you use the NSE method, the file is <marlin source>\.pio\build\mks_robin_nano35\Robin_nano35.bin
)STOCK
branch has the firmware configuration for the stock printer without any kind of modification. MASTER/DEVELOP
contains the configuration for my personal printer which I hope to modify soon!