Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

" symbol in input file needs to be escaped in output #114

Closed
yorickdowne opened this issue Apr 10, 2021 · 3 comments
Closed

" symbol in input file needs to be escaped in output #114

yorickdowne opened this issue Apr 10, 2021 · 3 comments

Comments

@yorickdowne
Copy link

This KiCAD output because of a .2" SCREW TERMINAL reference:

(module ".2" SCREW TERMINAL" (layer F.Cu) (tedit 4289BEAB) (tstamp 539EEDBF)

Won't load because the .2" closes the opening "

Escaping the character works:

(module ".2\" SCREW TERMINAL" (layer F.Cu) (tedit 4289BEAB) (tstamp 539EEDBF)
@thesourcerer8
Copy link
Owner

Problem has been fixed, please update and try again.

@yorickdowne
Copy link
Author

That fixed it, thank you!

I piled unto #111 with an issue where two pts are 0, 0, and shouldn't be. Closing brackets are missing, and conversion shows errors at that point. I'll give you a new issue for it rather than clutter 111 further.

@thesourcerer8
Copy link
Owner

Thanks for the feedback!

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

No branches or pull requests

2 participants