Contributing to PDL¶
- Validate your PDL with the JSON Schema (
docs/schema/pdl.schema.json). - Include a minimal and a full example for each printer addition.
- Keep units explicit; prefer SI units.
- Follow SemVer for
pdl_version.
Validation (CLI)¶
```bash python -m jsonschema -i docs/examples/full_lk5pro.yaml docs/schema/pdl.schema.json