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 Se

Re: [kicad] GetAuxOrigin() in v6 python

2022-10-10 Thread Seth Hillbrand
That lives in the BOARD_DESIGN_SETTINGS class now. Use `BOARD.DesignSettings()` to get the structure. Then you can call `GetAuxOrigin/SetAuxOrigin` Regards, Seth On Mon, Oct 10, 2022 at 12:04 PM Lev Lev wrote: > Dear developers, > > > I'm trying to port my plotting python script to v6. I'm

[kicad] GetAuxOrigin() in v6 python

2022-10-10 Thread Lev Lev
Dear developers, I'm trying to port my plotting python script to v6. I'm missing the GetAuxOrigin() method from the board class. Do you know how to get this? I need a wxpoint type for offset to the drlwriter.SetOptions( mirror, minimalHeader, offset, mergeNPTH ) call. offset = bord.Ge