Keyboard Shortcuts
Likes
- Kicad-Users
- Messages
Search
Re: Delete Connection
I just tried that in both 5 and 6, with the same result. 'u' does
nothing, whilst 'i' creates a graphical line. Indeed hovering over the graphical line button in 6 reveals the shortcut 'i'. Regards, Robert. * Plain text email - safe, readable, inclusive. * On 18/05/2022 09:14, wu.weikang via groups.io wrote: In *Kicad5*, I finish this operation by doing the following:-- This email has been checked for viruses by Avast antivirus software. |
Re: Delete Connection
wu.weikang@
In Kicad5, I finish this operation by doing the following:
1.?Hover mouse over the wire you want to delete, 2.?press??"i" to select the entire net, you can hit "i" twice to extend the selected net segments. 3. press "Del" to delete the entire selected net. ±·´Ç·É£¬¾±²Ô Kicad 6, the only change is you need to press?¡®³Ü¡¯ instead of 'i'. Lots of operation defined on hotkeys in Kicad. |
Delete Connection
Up to and including Kicad 5, EESchema had a menu option "Delete
Connection", which allowed one to select a wire and delete it and all the connected wires not connected via a junction. This seems to have disappeared in Kicad 6, with the only alternative being to select the wire, press Alt-4, and then Del (or Delete from the menu). This creates additional work for something I do frequently (indeed more frequently than just deleting a single wire). Additionally, Alt-4 selects wires beyond a junction, which is often not what I want. Am I missing something, or do I need to raise the reinstatement of "Delete Connection" as a feature request? Regards, Robert. * Plain text email - safe, readable, inclusive. * -- This email has been checked for viruses by Avast antivirus software. |
Re: create tracks with any angle
¿ªÔÆÌåÓýHi Andy,??? MANY, MANY thanks for this advices. After I lost many ours, now it works ! ! ! ??? Best regards, ??? Jean-Paul **** Jean-Paul Gendner 03 88 27 03 44 Site : Le 2022-05-14 ¨¤ 01:15, Andy a ¨¦crit?:
I think this is due to the interactive router settings. Main menu bar: route > interactive router options (bottom of the list) set mode = Highlight collisions set options: Free angle mode (no shove/walkaround) That should allow you to place the track at any angle. Andy On Fri, 13 May 2022 14:04:03 +0200 "jpgendner" <jean-paul.gendner@...> wrote:Hello, ??? I appologize because I am no more able to create tracks with any angle ! ??? I have unchecked the corresponding case, but it do not works ! ??? A few months ago, I does that, but I do not remember how ! ! ??? I am using Kicad version 5.1.8 under Windows 10 64 bits. ??? Any help is welcome ... ??? Best regards, ??? Jean-Paul **** Jean-Paul Gendner Site : f5bu.fr |
Re: create tracks with any angle
I think this is due to the interactive router settings.
Main menu bar: route > interactive router options (bottom of the list) set mode = Highlight collisions set options: Free angle mode (no shove/walkaround) That should allow you to place the track at any angle. Andy On Fri, 13 May 2022 14:04:03 +0200 "jpgendner" <jean-paul.gendner@...> wrote: Hello, |
create tracks with any angle
¿ªÔÆÌåÓýHello,??? I appologize because I am no more able to create tracks with any angle ! ??? I have unchecked the corresponding case, but it do not works ! ??? A few months ago, I does that, but I do not remember how ! ! ??? I am using Kicad version 5.1.8 under Windows 10 64 bits. ??? Any help is welcome ... ??? Best regards,
??? Jean-Paul **** Jean-Paul Gendner Site : |
Bug/Feature with PCM
In getting several PCBnew plugins working under v6.0.5 I have found that after installing one from file if you go straight into PCBnew
often the icon doesn't appear on it's toolbar. I always make sure I close PCBnew before I add a plugin. You cannot fix this by changing the "show icon" box in PCBnew's preferences - it makes no difference. However, if you close and restart KiCad completely it fixes the problem (assuming that the icon is enabled). Running under Win10 x64. Regards, Dave |
Plugin development foe v6.x
Hi, I am trying to modify a v5 plug-in to run under v6 but while it installs OK its icon doesn't appear in the tools menu.
I have noticed the same symptom with other plug-ins if KiKit is not installed. I have previously done this with the "Show/Hide References" plug in and it does appear on the tools menu but with an ICON that is different to the one I provide in the zip file. Is there a dependency between plug-ins and KiKit ??? Is there something that needs configuring in KiKit or KiCad to support a new plug-in (other than the directory structure/layout and the json file - both of which I respect). Regards, Dave |
Re: Symbols for IC DIL sockets - where are they?
¿ªÔÆÌåÓýUsually it would make more sense to draw the schematic using the
symbols for the ICs to be plugged into the sockets, then assign a
suitable footprint. To allow for the size and hole size of a
socket rather than an IC, you might need to slightly modify the DI
symbols and store them in a new library for use on that project. IF you really only want to draw lots of IC sockets connected together, then one way might be to use connector symbols with two rows. hth Andrew On 05/05/2022 23:51, Jorge Ferreira
wrote:
-- e: andrew@... m: +44 (0)7802 740593 t: +44 (0)1525 376339 |
Re: Symbols for IC DIL sockets - where are they?
toggle quoted message
Show quoted text
|
Re: Symbols for IC DIL sockets - where are they?
¿ªÔÆÌåÓý
Yes it is the symbols I need, for the schematic. Regards,
On 05/05/2022 18:05, Tony Casey wrote:
|
Re: Symbols for IC DIL sockets - where are they?
You will find them under 'Package_DIP:DIP-16_W7.62mm'
toggle quoted message
Show quoted text
Regards Lex -----Original Message-----
From: [email protected] <> On Behalf Of David Slipper Sent: donderdag 5 mei 2022 10:56 To: [email protected] Subject: [kicad-users] Symbols for IC DIL sockets - where are they? I have a project that contains symbols for 4 x 16pin DIL IC sockets that I was able to update my PCB from. But after a couple revisions and went back to change the design but now it complains that that symbol doesnt exist and "rescues" it. Trying to change the symbol from the library but unable to find any symbols for DIL sockets ?? These connectors are used for an inter-board cable so I dont want to use one for a 16 pin IC. Running KiCad v6.0.5 x64 under Win 10. I'm surprised they dont exist, but I'll be darned if I can find one. What am I missing ?? Regards, Dave |
Re: Symbols for IC DIL sockets - where are they?
On Thu, 2022-05-05 at 14:18 +0100, Andy wrote:
The OP talks about symbols. It's not clear that he actually means footprints. -- Regards, Tony |
Re: Symbols for IC DIL sockets - where are they?
What am I missing ??Looking in the right place if I'm anything to go by :-) Use the footprint editor to find and check them.. They are in the subsection "Package_DIP" Andy On Thu, 5 May 2022 09:56:08 +0100 "David Slipper" <softfoot@...> wrote: I have a project that contains symbols for 4 x 16pin DIL IC sockets that |
Symbols for IC DIL sockets - where are they?
I have a project that contains symbols for 4 x 16pin DIL IC sockets that I was able to update my PCB from.
But after a couple revisions and went back to change the design but now it complains that that symbol doesnt exist and "rescues" it. Trying to change the symbol from the library but unable to find any symbols for DIL sockets ?? These connectors are used for an inter-board cable so I dont want to use one for a 16 pin IC. Running KiCad v6.0.5 x64 under Win 10. I'm surprised they dont exist, but I'll be darned if I can find one. What am I missing ?? Regards, Dave |
Re: suggest new feature: Arc-shaped Edge Plating
#pcb-manufacture
On Sun, 2022-05-01 at 07:56 -0700, Rick Collins wrote:
I don't know all the details, either. But most PCB fabricators that I know of don't use your Gerber and Excellon files as-is - for a start, they add their production numbers to the silkscreen layer and usually tweak the copper layers to compensate for their processes - undercutting etc.. The drill holes are also not what the designer thinks they are either - sizes are adapted to what drills the fab actually has, and compensated for plating thickness etc.. There is quite a lot of back-end work that the PCB designer never sees and normally doesn't need to know about. -- Regards, Tony |
Re: suggest new feature: Arc-shaped Edge Plating
#pcb-manufacture
When I do such a thing, I have to make a fab drawing and just call it out as something like "edge plated". Sometimes things are just not easy to convey just via the gerbers, so you need the fab drawing to act as the actual binding contract to what needs to be done.? On Thu, Apr 28, 2022, 2:49 AM wu.weikang via <wu.weikang=@groups.io> wrote:
|
Re: suggest new feature: Arc-shaped Edge Plating
#pcb-manufacture
The part I don't get is how they control where the plating starts and stops.? Looking at the image in your link, it shows what appears to be a cut out in the board edge.? The plating is not on the entire edge, but stops at a point.? I can discern no feature that controls this stopping point.? It is possible this point is defined after the plating by the final routing step cutting away the plating beyond this point.? The image is not clear enough to tell.?
-- Rick Collins ? - Get 1,000 miles of free Supercharging ? - Tesla referral code - |
Re: Dead Kicad projects
toggle quoted message
Show quoted text
On Apr 30, 2022, at 1:43 AM, Tony Casey <tony@...> wrote:
|