Skip to content

Commit

Permalink
refactored gerber and excellon drill into circuit-json-to-gerber (#108)
Browse files Browse the repository at this point in the history
* refactored gerber and excellon drill into circuit-json-to-gerber

* export from circuit-json-to-gerber for backwards compatibility

* package-lock

* update format bot

* removed formatbot
  • Loading branch information
ShiboSoftwareDev authored Sep 12, 2024
1 parent b21d82e commit d290cee
Show file tree
Hide file tree
Showing 86 changed files with 173 additions and 2,603 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/formatbot.yml

This file was deleted.

324 changes: 171 additions & 153 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@tscircuit/layout": "^0.0.25",
"@tscircuit/routing": "1.3.1",
"@tscircuit/schematic-autolayout": "^0.0.5",
"circuit-json-to-gerber": "^0.0.5",
"convert-units": "^2.3.4",
"fast-json-stable-stringify": "^2.1.0",
"format-si-prefix": "^0.3.2",
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ export * from "./lib/builder"
export * from "./lib/apply-selector"
export * from "./lib/types"
export * from "./lib/utils"
export * from "./lib/gerber"
export * from "./lib/excellon-drill"
export * from "circuit-json-to-gerber"
export * from "./lib/bom-csv"
export * from "./lib/pick-and-place-csv"
export { buildPcbTraceElements } from "./lib/builder/trace-builder/build-pcb-trace-elements"
26 changes: 0 additions & 26 deletions src/lib/excellon-drill/any-excellon-drill-command-map.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/lib/excellon-drill/commands/FMAT.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/excellon-drill/commands/G05.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/excellon-drill/commands/G90.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/excellon-drill/commands/M30.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/excellon-drill/commands/M48.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/excellon-drill/commands/M95.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/lib/excellon-drill/commands/aper_function_header.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/lib/excellon-drill/commands/define_tool.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/lib/excellon-drill/commands/drill_at.ts

This file was deleted.

14 changes: 0 additions & 14 deletions src/lib/excellon-drill/commands/header_attribute.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/lib/excellon-drill/commands/header_comment.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/lib/excellon-drill/commands/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/excellon-drill/commands/percent_sign.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/excellon-drill/commands/rewind.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/lib/excellon-drill/commands/unit_format.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/lib/excellon-drill/commands/use_tool.ts

This file was deleted.

Loading

0 comments on commit d290cee

Please sign in to comment.