Skip to content

Support gr_circle on Edge.Cuts board outlines#70

Open
techmannih wants to merge 2 commits intotscircuit:mainfrom
techmannih:ai
Open

Support gr_circle on Edge.Cuts board outlines#70
techmannih wants to merge 2 commits intotscircuit:mainfrom
techmannih:ai

Conversation

@techmannih
Copy link
Copy Markdown
Member

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kicad-to-circuit-json Ready Ready Preview, Comment May 5, 2026 7:12pm

Copy link
Copy Markdown
Contributor

@seveibar seveibar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't any-cast

type LayerLike = Layer | string | { names?: string[] } | null | undefined
type PointLike = { x?: number; y?: number } | null | undefined
type GraphicWithLayer = { layer?: LayerLike } | null | undefined
type KicadPcbWithGraphicPrimitives = KicadPcb & {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???? why is this necessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants