FYSETC / Nozzle-Input-Shaper

FYSETC - Nozzle Input Shaper (NIS)
GNU General Public License v3.0
13 stars 2 forks source link

Fix flashing procedure, small modifications to README #7

Open ThaoDChan opened 4 months ago

ThaoDChan commented 4 months ago

Upon receiving my new NIS, I needed to update the Klipper firmware as the pre-installed version was not compatible with the Klipper version on my host.

I followed the original instructions provided; however, they failed to include the specification of the configuration file "KCONFIG_CONFIG=config.nis" in the flashing command.

As a result, the make flash command defaulted to using the standard configuration file instead of "config.nis", leading to a failed upload due to a mismatch in the firmware configuration settings.

I have corrected the relevant sections in the README and added a line to explain the configuration for the new optional feature "Support for the ldc1612 eddy current sensor".

I would appreciate if this pull request could be merged to assist others in getting their NIS up and running. Alternatively, you are free to copy/paste my changes if you prefer to limit PRs to FYSETC employees.