7 Commits

Author SHA1 Message Date
jean-pierre charras
b6f5e3df2b kicad-cli, export drill files: fix duplicate options and fix some others:
- remove --separate-files duplicate option
- change --units to --excellon-units (valid only for Excellon) and default to mm
- Gerber resolution: 5 -> 6 (default must be always the higher resolution)
Fixes #14454
https://gitlab.com/kicad/code/kicad/issues/14454
2023-03-30 09:41:45 +02:00
aris-kimi
dca1281263 Fix some typos 2023-02-14 23:47:05 +02:00
Marek Roszko
e335423cb6 Fix the handling of help in the cli commands
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13293
2023-01-01 12:00:05 -05:00
Mike Williams
60d42a7b1e Spelling: fix various suppress misspellings 2022-11-22 13:47:10 -05:00
Marek Roszko
daa6e84d74 Make the cli help translatable 2022-11-14 07:25:47 -05:00
jean-pierre charras
d289130627 fix memory leak and missing switch to "C" locale in some handlers
PCBNEW_JOBS_HANDLER::JobExportGerber(): disable plot pad holes.
2022-10-31 10:04:01 +01:00
Marek Roszko
0a134788d0 Implement cli for gerber, drill, pdf export of pcb 2022-10-29 11:56:10 -04:00