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

Baugruppen import #88

Open
Freshdouble opened this issue Dec 22, 2020 · 0 comments
Open

Baugruppen import #88

Freshdouble opened this issue Dec 22, 2020 · 0 comments

Comments

@Freshdouble
Copy link

Ein kleiner Vorschlag für einen einfachen Baugruppen import.

Wäre es möglich Baugruppen zB aus einem XML File zu importieren? Ich hätte da an etwas in der Richtung:

<Part>
   <ID>10</ID>
   <Qty>2</Qty>
   <Names>R1, R2</Names>
</Part>

gedacht. Die ID wäre dabei die ID des Bauteils, Qty die Gesamtzahl und Names der String der in "Bestückungsdaten" angezeigt wird.

Ich habe nämlich für ein Projekt in KiCad direkt die IDs der Bauteile in Kicad eingetragen und kann diese mit einem nodejs skript in dieser Form direkt aus dem Projekt exportieren. Das würde das erstellen der Baugruppen stark vereinfachen.
Neue Bauteile ohne ID müssen natürlich zuvor in der Partdb angelegt werden, aber das müssen sie am Ende so oder so.

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

1 participant