Cura/printer-linter
2022-11-23 15:02:33 +01:00
..
src Add documentation to diagnostic and reformat file. 2022-11-23 15:02:33 +01:00
pyproject.toml Use same yaml structure as cling-tidy 2022-11-21 10:51:08 +01:00
README.md Format lists and dicts of a single item onto one line 2022-11-22 21:42:42 +01:00
setup.cfg Create a proper Pyhton packages for printer-linter 2022-11-20 12:16:37 +01:00
setup.py Create a proper Pyhton packages for printer-linter 2022-11-20 12:16:37 +01:00

Printer Linter

Printer linter is a python package that does linting on Cura definitions files. Running this on your definition files will get them ready for a pull request.

Running Locally

From the Cura root folder.

python3 printer-linter/src/terminal.py "flashforge_dreamer_nx.def.json" "flashforge_base.def.json" --fix --format

Developing