[Bug 2064961] Re: Fails to install linux-headers-6.5.0-28-generic

2024-05-07 Thread Ed Johns
No antivirus. Installed using "apt install linux-headers-generic". Here's what happened when I tried to purge and reinstall: ❯ apt purge linux-headers-6.5.0-28 linux-headers-6.5.0-28-generic linux-headers-generic Reading package lists... Done Building dependency tree... Done Reading state

[Bug 2064961] [NEW] Fails to install linux-headers-6.5.0-28-generic

2024-05-06 Thread Ed Johns
Public bug reported: When attempting to install linux-headers-6.5.0-28-generic, I get the following errors: dpkg: error processing archive /var/cache/apt/archives/linux-headers-6.5.0-28-generic_6.5.0-28.29_amd64.deb (--unpack): error creating symbolic link

[Kicad-developers] 3D model colors go wonky and layout canvas goes white when routing with 3d view open.

2015-07-30 Thread Ed Johns
I have run across this a couple of times and finally figured a way to intentionally duplicate. It only happens when using OpenGL and making changes while 3d view is open. Only see issue with OpenGL canvas. 1. Open kicad and start pcbnew. 2. Move 3d window and pcbnew windows out of each other's'

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-08 Thread Ed Johns
For anyone who is maintaining this script, This script is awesome! I just ran it on a board I’m developing and (after a little fiddling a couple components) the Kicad and FreeCAD models are 100% identical as far as measurement and 99% identical in terms of color. I don’t think the Kicad

Re: [Kicad-developers] Inserting new pins based on pin orientation in eeschema

2015-04-22 Thread Ed Johns
JP and Simon, thanks for your feedback. It was late when I sent the email and I didn't trust myself to refactor. I just updated the calculation. :) JP, Good point about making sure the update is consistent with the library standards. If the user is using the default grid and default text

[Kicad-developers] Inserting new pins based on pin orientation in eeschema

2015-04-21 Thread Ed Johns
I just updated the eeschema code to insert new pins based on orientation. I have a few questions and wasn't able to find the answers in the code: 1. Where is the global variable g_RepeatStep set? It is used to determine horizontal and vertical step distances? 2. Am I using this global as it is

Re: [Kicad-developers] Inserting new pins based on pin orientation in eeschema

2015-04-21 Thread Ed Johns
by the orientation of the pin. This is a very minor change to an already implemented feature. Could someone look this over, and if it passes muster, could it be applied to the current code base? :) Thanks. -Ed On Tue, Apr 21, 2015 at 4:25 PM, Ed Johns edwardgjoh...@gmail.com wrote: I just updated

[Kicad-developers] NSIS install scripts

2014-01-30 Thread Ed Johns
Hi, all. I am interested in updating the NSIS install scripts as part of the Winbuilder compile. Right now the scripts live in src/packaging. I am thinking they are more OS centric and should be added to the Winbuilder download instead of the product source tree. Easy installer generation