mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:09:04 +08:00
Clarify linter steps for running locally
This commit is contained in:
parent
4a0711b665
commit
651e56ca9d
@ -3,9 +3,9 @@ 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 this on your definition files will get them ready for a pull request.
|
||||||
|
|
||||||
## Running Locally
|
## Running Locally
|
||||||
From the Cura root folder.
|
From the Cura root folder and pointing to the relative paths of the wanted definition files:
|
||||||
|
|
||||||
```python3 printer-linter/src/terminal.py "flashforge_dreamer_nx.def.json" "flashforge_base.def.json" --fix --format```
|
```python3 printer-linter/src/terminal.py "resources/definitions/flashforge_dreamer_nx.def.json" "resources/definitions/flashforge_base.def.json" --fix --format```
|
||||||
|
|
||||||
## Developing
|
## Developing
|
||||||
### Printer Linter Rules
|
### Printer Linter Rules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user