Клиппер
Go to file
Andre LeBlanc 3fc72da9ae virtual_sdcard: exact filename match before case insensitive one
currently, if there are 2 files on the virtual sd card whose names differ only in
case (eg. MyFile.gcode vs myfile.gcode) the actual file that gets loaded is at
best unpredictable.  this patch checks for an exact match before attempting a
case-insensitive one.

Signed-off-by: Andre LeBlanc <andrepleblanc@gmail.com>
2021-02-26 22:53:35 -05:00
.github/workflows workflows: Update stale-issue-bot.yaml to also close invalid tickets 2021-02-02 13:22:35 -05:00
config test: Add printer-flsun-q5-2020.cfg to printers.test and minor changes 2021-02-22 15:29:34 -05:00
docs tmc2130: Add spi daisy chain support 2021-02-26 10:54:47 -05:00
klippy virtual_sdcard: exact filename match before case insensitive one 2021-02-26 22:53:35 -05:00
lib lib: add FatFS notes to README 2021-02-05 19:37:56 -05:00
scripts scripts: Fix typo in install-centos.sh 2021-02-20 09:27:45 -05:00
src stm32: Add support for 48KiB bootloaders 2021-02-20 09:37:43 -05:00
test test: Add printer-flsun-q5-2020.cfg to printers.test and minor changes 2021-02-22 15:29:34 -05:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
COPYING
Makefile Makefile: Improve build when changing micro-controller architecture 2020-12-17 10:02:16 -05:00
README.md docs: Update main README file to point to website 2019-04-20 13:43:35 -04:00

README.md

Welcome to the Klipper project!

Klipper

https://www.klipper3d.org/

Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper.

To begin using Klipper start by installing it.

Klipper is Free Software. See the license or read the documentation.