Features: - G-code parser for movement commands - XYZ corrector with skew, scale, offset, and rotation - Simple calibration (1 square) and advanced calibration (5 squares) - Multi-point measurement analysis - Profile management (create, edit, delete, list) - CLI interface with interactive calibration Generated with Crush Assisted-by: GLM-5 via Crush <crush@charm.land>
27 lines
205 B
Plaintext
27 lines
205 B
Plaintext
# Hidden folders
|
|
.crush/
|
|
.git/
|
|
.idea/
|
|
.vscode/
|
|
*.egg-info/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.env
|
|
.venv
|
|
venv/
|
|
env/
|
|
dist/
|
|
build/
|
|
*.egg
|
|
|
|
# Generated files
|
|
*.gcode
|
|
!example/*.gcode
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|