forked from viewit/KX-Bridge-Release
feat: improve English UI and ACE filament mapping
Complete English-mode coverage for browser-visible UI strings and console messages. Extract uploaded G-code/3MF filament metadata and use it to build smarter ACE/AMS slot mappings while preserving existing fallback behavior. Ignore local config and Codex workspace files generated during development.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
.env
|
||||
__pycache__/
|
||||
.agents/
|
||||
.codex/
|
||||
*.pyc
|
||||
build/
|
||||
dist/
|
||||
@@ -7,3 +9,4 @@ dist/
|
||||
releases/*/kx-bridge
|
||||
releases/*/extract_credentials
|
||||
releases/*/extract_credentials.exe
|
||||
config/config.ini
|
||||
|
||||
Reference in New Issue
Block a user