afkiwers / inventree_kicad

KiCad EDA conform API endpoint for KiCad's parts library tool. This plugin provides metadata only and requires matching symbol and footprint libraries within the KiCad EDA.
MIT License
36 stars 7 forks source link

Can not open InvenTree.kicad_httplib in KiCad #57

Closed tnemrap closed 11 months ago

tnemrap commented 11 months ago

I know that this should be in KiCAD but i try here when you have done the Pull in Kicad. I can not open the created InvenTree.kicad_httplib from Kicad 7.09 Symbol Library, it is not an selectable extension. image

30350n commented 11 months ago

HTTP Libraries are only supported in nightly (7.99) builds.

afkiwers commented 11 months ago

Let's hope they stick to their release schedule and release 8.0 next month.

tnemrap commented 11 months ago

Is nightly stable enough to run?

30350n commented 11 months ago

Long Answer: https://www.kicad.org/help/nightlies-and-rcs/ Short Answer: No.

afkiwers commented 11 months ago

I haven't had any issues with most of them. However KiCad devs won't guarantee 'data loss'; whatever that would look like.

We already use the 7.99 in production for smaller projects.

tnemrap commented 11 months ago

What build are you using, i will not hold you responsible. :)

afkiwers commented 11 months ago

I just updated my version recently.

Application: KiCad x64 on x64

Version: 7.99.0-3795-g4268ffec77, release build

Libraries: wxWidgets 3.2.4 FreeType 2.12.1 HarfBuzz 8.2.1 FontConfig 2.14.2 libcurl/8.4.0-DEV Schannel zlib/1.3

Platform: Windows 11 (build 22621), 64-bit edition, 64 bit, Little endian, wxMSW

Build Info: Date: Dec 3 2023 06:17:56 wxWidgets: 3.2.4 (wchar_t,wx containers) Boost: 1.83.0 OCC: 7.7.1 Curl: 8.4.0-DEV ngspice: 41 Compiler: Visual C++ 1936 without C++ ABI

Build settings:

tnemrap commented 11 months ago

Thanks

tnemrap commented 11 months ago

Worked like a charm.

afkiwers commented 11 months ago

That's good. You should try the new meta data upload feature. Just make sure you run the latest version of the plugin. I added a progress bar this morning.

image