Adam Wysocki
|
814f78f2b2
|
ADDED: Add pcb/sch upgrade cli command
|
3 months ago |
Mark Roszko
|
3e019ee4ae
|
pcb plots dont need LOCALE_IO anymore
|
3 months ago |
dsa-t
|
83427c38aa
|
Revert "Use board stackup colors by default in 3D render job."
This reverts commit d2f852504a
|
3 months ago |
dsa-t
|
d2f852504a
|
Use board stackup colors by default in 3D render job.
(cherry picked from commit f7380ae015)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
|
3 months ago |
Jeff Young
|
44bd29d592
|
More removal of open-coded dialog state saving.
|
3 months ago |
Jeff Young
|
b2ecaf1ddc
|
Don't set m_IsPreviewer to force 3D models.
It has unintended side-effects (such as showing
user drawings and user comments layers).
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21428
|
3 months ago |
Jeff Young
|
2e629ca55c
|
ADDED: follow-pcb and follow-plot-settings to render job settings.
Also added Follow-board-stackup-colors to both
render job settings and render CLI arguments
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21341
|
3 months ago |
Mark Roszko
|
275bbf1aef
|
Add missing copy pasta for ps jobs handler
|
4 months ago |
Mark Roszko
|
4b70e20250
|
Add support for check zones before plot to plot jobsets
|
4 months ago |
Mark Roszko
|
b0b07bbc41
|
Add option to save the pcb during drc cli (but with refill-zones required in parallel)
|
4 months ago |
Mark Roszko
|
dc6e0223c7
|
Add cli option for zone refill before drc
Note: Does not save yet
|
4 months ago |
Seth Hillbrand
|
094870e7a4
|
String fixes
- Clarify wording in a couple places
- Fix missing 'not' and remove non-standard dashes
- Standardize on single-quote for strings in strings
|
4 months ago |
Jeff Young
|
c758a2fbaf
|
Don't sequence layers when order doesn't matter.
|
4 months ago |
Jeff Young
|
fa9a588683
|
Respect "exclude DNP" setting for Gerber X3.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21201
|
5 months ago |
Jeff Young
|
b8eda55b24
|
Search user layer names first.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20922
|
5 months ago |
Jeff Young
|
0464cc18b1
|
Progress reporting for Run Jobs.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19629
|
5 months ago |
Andrea Greco
|
8eff58a6dc
|
PCB: Add option to cli and graphics to export stpz
|
5 months ago |
Jeff Young
|
b6a47fb546
|
Nullptr safety.
|
5 months ago |
Jeff Young
|
1bc60c32f0
|
Nullptr safety.
|
5 months ago |
Jeff Young
|
18e107529a
|
Don't force callers of GetAppSettings to implement exception processing.
|
5 months ago |
Salvador E. Tropea
|
c2c987f9c0
|
Always use PCB_PLOTTER::PlotJobToPlotOpts for plotter exports
Removes PCBNEW_JOBS_HANDLER::populateGerberPlotOptionsFromJob
|
6 months ago |
Jeff Young
|
420b253ac4
|
Search board layer names when plotting Gerbers from CLI.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20904
|
6 months ago |
Jeff Young
|
c452fe9686
|
REMOVED: HPGL plotting.
Its sketch-mode greatly complicates the plotting
code and it is poorly maintained due to lack of
use.
|
6 months ago |
Jeff Young
|
e69c80f09d
|
Move STEP exporter error reporting to REPORTER interface.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20738
|
7 months ago |
Salvador E. Tropea
|
c528f3c605
|
Add HPGL job support
- kicad-cli pcb export hpgl
- "Export HPGL" job
|
7 months ago |
Jeff Young
|
524575a595
|
Allow embedded files to come from components
as well as parent containers, part II.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20210
|
7 months ago |
Salvador E. Tropea
|
a590d28c8e
|
ADDED: Postscript job support
|
7 months ago |
Jeff Young
|
49e04d3327
|
Remove accidental debug code.
|
7 months ago |
Jeff Young
|
61986ab7c8
|
Load appearances presets to render job.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20660
|
7 months ago |
Jeff Young
|
70cbdbff89
|
ADDED: appearance preset selection to Render Jobs.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20682
|
7 months ago |
jean-pierre charras
|
91d9863cc3
|
kicad-cli export gerbers: avoid incorrect behavior with a broken layer list.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20555
|
8 months ago |
Jeff Young
|
8076bfa3c7
|
Use std::optional to better flag presence of arguments.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20460
|
8 months ago |
Jeff Young
|
96835cbfcf
|
Job layersets come in already parsed.
Only CLI argments need parsing at the handler level.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20460
|
8 months ago |
Jeff Young
|
6181fa5a91
|
Code clarity.
|
8 months ago |
Jeff Young
|
d2b3f8ba28
|
ADDED: some individual flags for render jobs.
Also fixes bug where error code wasn't returned.
Also fixes bug where user's preferences were being
overwritten with each job.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20436
|
8 months ago |
Jeff Young
|
dd921354fc
|
Cleanup.
|
8 months ago |
Jeff Young
|
1333c4c305
|
Move layer arg parsing up so we can handle user-defined layer names.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18773
|
8 months ago |
Jeff Young
|
52648497b2
|
Formatting.
|
9 months ago |
Marek Roszko
|
237953fd55
|
Move SVG_PLOTTER to {fmt} to punt locale issues
|
9 months ago |
Marek Roszko
|
4f4ece61bb
|
Move the fp svg cli to more similar plot code
|
9 months ago |
Jeff Young
|
9be7464681
|
Keep user-defined common layers order.
(And use it when plotting.)
(And don't shadow it with a second variable.)
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20214
|
9 months ago |
jean-pierre charras
|
eaa1e6d594
|
Fix a collision with a Windows define and our use of the same var name.
We use IN for INCH as units, but IN is defined in a Windows header
|
9 months ago |
Jeff Young
|
f951497a4f
|
Code brevity.
|
9 months ago |
Jeff Young
|
481e467968
|
Formatting; code brevity.
|
9 months ago |
Daniel Treffenstädt
|
3768221d9c
|
ADDED: Support for IPC-4761 Via protection features
Fixes https://gitlab.com/kicad/code/kicad/-/work_items/18837
|
9 months ago |
Jeff Young
|
c0e4c6a865
|
Persist generate-gerber-job-file setting.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20158
|
9 months ago |
Marek Roszko
|
9d5e143d08
|
ADDEDL: gencad job support to jobsets
|
9 months ago |
Connor Goss
|
5a5759c41a
|
Add IPC-D-356 Export to kicad-cli
ADDED: Added IPC-D-356 exporting to kicad-cli.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13951
|
9 months ago |
jean-pierre charras
|
aafe6157e2
|
kicad-cli pcb export SVG: ensure the "C" locale is used.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20023
|
9 months ago |
Jeff Young
|
bf34fe625c
|
Reduce cover types.
Also, don't use _ITEM for things that aren't EDA::ITEMs.
|
9 months ago |