Re: [kicad] GetAuxOrigin() in v6 python

2022-10-10 Thread Levente
Dear Seth, Thank you very much, it helped! Bests, Levente On 10/10/22 21:30, Seth Hillbrand wrote: That lives in the BOARD_DESIGN_SETTINGS class now.  Use `BOARD.DesignSettings()` to get the structure.  Then you can call `GetAuxOrigin/SetAuxOrigin` Regards, Seth -- Levente Kovacs

Re: [kicad] KiCad 6.99/7 dependency bumps

2022-12-17 Thread Levente
rt for Fedora 36 ceases in May 2023. -- Levente Kovacs Senior Electronic Engineer W: http://levente.logonex.eu -- You received this message because you are subscribed to the Google Groups "KiCad Developers" group. To unsubscribe from this group and stop receiving emails from it, send an e

Re: [kicad] KiCad 6.99/7 dependency bumps

2023-01-16 Thread Levente
> . This >> will >> > allow the KiCad developers to spend less time building the code while >> > developing new features. >> > >> > 2. wxWidgets - We are increasing the minimum supported version of >> > wxWidgets for KiCad from 3.0 to 3.1.5

Re: [kicad] dev platform suggestions.

2024-01-23 Thread Levente
Hi, I'm a KiCad user and a software dev. I recommend Debian stable. You can install all dependencies very easy. And you can use vscode for developement. BR, Lev On Tue, Jan 23, 2024, 04:34 Glen English wrote: > HI KICAD devs > > What is your suggested dev platform for Kicad ? > > I have rea

Re: [kicad] Cannot find on Debian 12 (bookworm)

2024-04-28 Thread Levente
And install the python-is-python3 package. On Sun, Apr 28, 2024, 20:07 'Seth Hillbrand' via KiCad Developers < devlist@kicad.org> wrote: > Usually, this means that your development environment is not correctly > configured. > > The easiest way to fix it is to delete your build directory and start