* Fix gcode previews with special chars not loading

* Add .gitignore file (#108)

* Bulletproof ci.py (#107)

* Implement file sorting (implement #89)

* Set chip family to ESP32-S3 for specific models (fix #67)

* Add files menu to params panel while printing (implement #80)

* Update ci.py (#110)

Typo fix for ESP32-S3 boards array name

---------

Co-authored-by: Sebastian Göls <6608231+Abrynos@users.noreply.github.com>
Co-authored-by: Miroslav Zuzelka <mzuzelka@gmail.com>
This commit is contained in:
Sims
2024-06-28 19:11:20 +02:00
committed by GitHub
parent c640d7fade
commit e2c2a38b20
13 changed files with 107 additions and 34 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
_site/out/
_site/OTA.json
_site/esp32-*.json
pyvenv.cfg
bin/
out/
lib
lib64