Skip to content

Add support for comment attributes.#48

Merged
hydra merged 1 commit into
masterfrom
comment-attributes-1
Jul 11, 2025
Merged

Add support for comment attributes.#48
hydra merged 1 commit into
masterfrom
comment-attributes-1

Conversation

@hydra
Copy link
Copy Markdown
Contributor

@hydra hydra commented Jul 11, 2025

This PR adds support for comment attributes.

For example,
TA.AperFunction,SMDPad,CuDef*
can be written as
G04 #@! TA.AperFunction,SMDPad,CuDef*

This complicates things for parsers, tool and writers, since now parsers and tools have to look in two places for attributes and writers have to decide which gerber commands to create to store attributes.

However, in order to make sure that they are supported by gerber-types this is the approach that must be taken so that the onus is on the down-stream crate to decide what they support.

@hydra hydra force-pushed the comment-attributes-1 branch from 1752388 to 5856da0 Compare July 11, 2025 09:38
@hydra hydra merged commit 1bfafb6 into master Jul 11, 2025
4 checks passed
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.

1 participant