feat: add export_sch_ps tool (kicad-cli, schematic PostScript)
New MCP tool `export_sch_ps` wrapping `kicad-cli sch export ps`: outputs one PS per page into a directory. Exposes drawing-sheet override, theme, B&W, exclude-drawing-sheet, default-font, no-background-color, and page selection. schematicPath required; directory output uses outputDir. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -75,6 +75,7 @@ export const toolCategories: ToolCategory[] = [
|
||||
"export_sch_svg",
|
||||
"export_sch_dxf",
|
||||
"export_sch_hpgl",
|
||||
"export_sch_ps",
|
||||
"export_pdf",
|
||||
"export_svg",
|
||||
"export_3d",
|
||||
|
||||
Reference in New Issue
Block a user