diff options
author | Daniel Da Cunha <daniel@ddc.im> | 2021-07-20 23:01:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 11:01:26 -0400 |
commit | 10e72c4b6fcea480094a123ae73c5efeb4272dec (patch) | |
tree | b039cd917f4e360f3cb38caa769699450e74f7e5 /config | |
parent | c20a830e637171fa95d7956d48ce12b9d3e2cbb2 (diff) | |
download | kutter-10e72c4b6fcea480094a123ae73c5efeb4272dec.tar.gz kutter-10e72c4b6fcea480094a123ae73c5efeb4272dec.tar.xz kutter-10e72c4b6fcea480094a123ae73c5efeb4272dec.zip |
config: Update printer-flsun-q5-2020.cfg (#4488)
The MKS Robin Nano v1.2 expects the firmware file to be called `Robin.nano.bin`.
Signed-off-by: Daniel Da Cunha <github@ddc.im>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-flsun-q5-2020.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-flsun-q5-2020.cfg b/config/printer-flsun-q5-2020.cfg index dbc7a920..59a44dca 100644 --- a/config/printer-flsun-q5-2020.cfg +++ b/config/printer-flsun-q5-2020.cfg @@ -8,7 +8,7 @@ # Note that the "make flash" command does not work with MKS Robin # boards. After running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_mini.bin +# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano.bin # Copy the file out/Robin_nano.bin to an SD card and then restart the # printer with that SD card. |