Alex Shvartzkop
|
c95ed281b8
|
Update STEP export strings/comments.
|
2023-11-09 20:06:21 +03:00 |
|
Graham Keeth
|
5dc62368b0
|
CLI: parameterize whether export job inputs are directories or files
|
2023-09-19 01:47:41 +00:00 |
|
Marek Roszko
|
11de95778b
|
Unwrap the FROM_UTF8 macro in favor of direct function
The extern just gets annoying to try to export the func later. We also yeet TO_UTF8 to string_utils.h for parity.
|
2023-09-09 00:10:57 -04:00 |
|
Marek Roszko
|
aa0df6aaa4
|
Fill in more descriptions
|
2023-08-31 22:17:14 -04:00 |
|
Marek Roszko
|
270c195df9
|
Sprinkle metavars into cli descriptions
|
2023-08-31 22:04:25 -04:00 |
|
Marek Roszko
|
f357e79f77
|
Add --define-var / -D to the cli opts for some commands
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15437
|
2023-08-31 21:46:37 -04:00 |
|
Marek Roszko
|
f869e3fb87
|
Fix stray arg input/output in 3d export
|
2023-08-31 19:04:05 -04:00 |
|
Marek Roszko
|
df0c220f2b
|
Some small reorg of the cli class base
|
2023-08-31 18:56:17 -04:00 |
|
Marek Roszko
|
d193334a10
|
Add vrml export to cli
Roughcut as the vrml exporter needs some loving
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15472
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13952
|
2023-08-24 20:39:21 -04:00 |
|
Marek Roszko
|
b52b05ebbb
|
Add zone export to step export
Mileage may vary on performance, decent enough for my board.
Warning, freecad chokes on boards with zones, but commerical tools are fine
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15234
|
2023-08-20 22:11:45 -04:00 |
|
Marek Roszko
|
50ac5db8d2
|
Add binary GLTF export option to kicad-cli
Not by any means finished
|
2023-08-19 16:47:42 -04:00 |
|
Marek Roszko
|
5870b4f373
|
Mini-refactor step to a generic "3d" cli option (step command still exists for now)
|
2023-08-19 16:47:41 -04:00 |
|