Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Update export-gerbers.ts (#130)
Browse files Browse the repository at this point in the history
* Update export-gerbers.ts

* formatbot: Automatically format code

---------

Co-authored-by: tscircuitbot <[email protected]>
  • Loading branch information
seveibar and tscircuitbot authored Aug 24, 2024
1 parent f428bad commit b6b3806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions cli/lib/export-fns/export-gerbers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ export const exportGerbersToFile = async (

console.log(kleur.gray("[soup to gerber json]..."))
const gerber_layer_cmds = convertSoupToGerberCommands(soup, {
flip_y_axis: true,
flip_y_axis: false,
})

console.log(kleur.gray("[soup to drl json]..."))
const drill_cmds = convertSoupToExcellonDrillCommands({
soup,
is_plated: true,
flip_y_axis: true,
flip_y_axis: false,
})

console.log(kleur.gray("[stringify gerber json]..."))
Expand Down

0 comments on commit b6b3806

Please sign in to comment.