Discussion:
[kicad-users] Questions about KiCad 5.0
Lev leventelist@gmail.com [kicad-users]
2018-07-15 08:37:53 UTC
Permalink
Dear KiCad,


First of all, thanks for releasing KiCad 5.0! This is great!

I have some questions though...

1. 3D library. Is there any way for KiCad not to download 3D packages
from github, rather use a directory on the disk?
2. Schematic symbols. I've opened one of my old (4.07) designs,
and I get this warning messages:


10:33:32 AM: Alias '74273' not found in library:

'/home/lev/git/library/electronic/symbol/kicad/l_74xx.dcm'

at line 3 offset 11
10:33:32 AM: Alias '74573' not found in library:

'/home/lev/git/library/electronic/symbol/kicad/l_74xx.dcm'

at line 8 offset 11
10:33:32 AM: Alias '74LS138' not found in library:

'/home/lev/git/library/electronic/symbol/kicad/l_74xx.dcm'

at line 14 offset 13
10:33:32 AM: Alias '74LS273' not found in library:

'/home/lev/git/library/electronic/symbol/kicad/l_74xx.dcm'

at line 19 offset 13


As you can see, these are all my home built symbols. The question
is why the aliases can't be found? Is the file format changed?
If yes, is there any script that converts the old library to be
compatible with 5.0?


Thanks,
Levente


--
Levente Kovacs
Senior Electronic Engineer

W: http://levente.logonex.eu
Andy Eskelson andyyahoo@g0poy.co.uk [kicad-users]
2018-07-15 18:22:24 UTC
Permalink
It should be possible,

On the main launcher there is a preferences menu. select the configure
paths and change the 3d path to your own.

You may have to do something similar in the paths setup in PCB new and
also in eeschema (which will also solve your other issue)

I made sure that there were no github paths in PCBnew, and only my own
libs were listed.

This is one of the only bad things about Kicad, It should NEVER use
github or any other online library. All libs should be user
defined and controlled.

So generally you should set up your own libs, check them for
suitability and then point kicad only at those. This ensures that the
library part you are using is the correct one, and that any adjustments
that you have made are maintained (such as those needed for various PCB
production houses)

For online lib, you should download them and put them in a separate
directory, then after carefully checking the particular part you are
interested in, move it into your own libs as needed. Only then can you
be sure that the part is OK.

The other problem is that kicad is in bit of a hard place when beginners
pick up the system, and if the libs wee not there they would moan loudly
about it. So we will have to live with the current system. I admit that
it would be nice to have a better management of this aspect but once you
switch to your own libs it's really not that much of a problem.

Andy








On Sun, 15 Jul 2018 10:37:53 +0200
Post by Lev ***@gmail.com [kicad-users]
Dear KiCad,
First of all, thanks for releasing KiCad 5.0! This is great!
I have some questions though...
1. 3D library. Is there any way for KiCad not to download 3D packages
from github, rather use a directory on the disk?
2. Schematic symbols. I've opened one of my old (4.07) designs,
'/home/lev/git/library/electronic/symbol/kicad/l_74xx.dcm'
at line 3 offset 11
'/home/lev/git/library/electronic/symbol/kicad/l_74xx.dcm'
at line 8 offset 11
'/home/lev/git/library/electronic/symbol/kicad/l_74xx.dcm'
at line 14 offset 13
'/home/lev/git/library/electronic/symbol/kicad/l_74xx.dcm'
at line 19 offset 13
As you can see, these are all my home built symbols. The question
is why the aliases can't be found? Is the file format changed?
If yes, is there any script that converts the old library to be
compatible with 5.0?
Thanks,
Levente
--
Levente Kovacs
Senior Electronic Engineer
W: http://levente.logonex.eu
------------------------------------
------------------------------------
Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------
Yahoo Groups Links
Lev leventelist@gmail.com [kicad-users]
2018-07-15 23:36:56 UTC
Permalink
This post might be inappropriate. Click to display it.
Andy Eskelson andyyahoo@g0poy.co.uk [kicad-users]
2018-07-16 10:12:57 UTC
Permalink
Hi Levente,
Post by Lev ***@gmail.com [kicad-users]
Yes. I'm completely with this process. I think this is doable with symbols and footprints,
but with 3D models, you are forced to use github, which is I think a bad design.
It's been so long since I used 3d models...


I copied the 3d modules into my own directory structure.

Then I changed the preferences > configure paths KISYS3DMOD to point to
my own directory.

All that I needed to do then was ensure that the 3d model in the
footprint preferences was pointing to the 3d modle in my own
directory.

Changing KISYS3DMOD makes life a bit easier when you use the add 3d
module option on the fooprint editor.

The modules work fine that was, with no references to git


You can also tweak the settings in
home/youruser/.config/kicad/kicad_common if you prefer. (you will prob
need to restart kicad if you change things that way.

It's also worth keeping a copy of fp-lib-table, just in case that gets
overwriten with a new install. I can'r recall that happening to me, but
if it did it would save a lot of messing about in setting things back up.


After that it does not really matter what kicad does, it will shove it's
libs in usr/share... and leave your directories alone. You may need to
reset a few paths if the install is onto a totall clean computer, but
that's about all.

Andy
Lev leventelist@gmail.com [kicad-users]
2018-07-21 18:14:30 UTC
Permalink
On Mon, 16 Jul 2018 11:12:57 +0100
Yes, you are right. The wizard was confusing me. Yes, it is possible to point KISYS3DMOD to anywhere in the filesystem.

I did another installation on my laptop, and it works fine.



Levente

--
Levente Kovacs
Senior Electronic Engineer

W: http://levente.logonex.eu

Marek SP7DQR sp7dqr@wp.pl [kicad-users]
2018-07-19 12:32:06 UTC
Permalink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>







<body style="background-color: #fff;">
<span style="display:none">&nbsp;</span>

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="position:relative;">
<div id="ygrp-msg" style="z-index: 1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

<div id="ygrp-text" >


<p>


<p><font face="Calibri">Hi all,</font></p>
<p><font face="Calibri">I downloaded Kicad v5.0 RC3, but when I want
to run PCBNew I have a Runtime error.</font></p>
<p><font face="Calibri">Next I downloaded v6.0 RC1 and PCBNew is
working OK, but I cannot to edit each pad separately - when I
right click on the pad, I haven't possibility to select object,
that I want to edit.</font></p>
<p><font face="Calibri">It is any new configuration option to change
this or it is a bug?</font></p>
<p><font face="Calibri">Best regards,</font></p>
<p><font face="Calibri">Marek</font><br>
</p>
<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2">
<br><br>
<hr style="color:#909090;background-color:#B0B0B0;height: 1px;width: 99%;">
<table style="border-collapse:collapse;">
<tr>
<td style="padding:0px 15px 0px 8px;">
<a href="http://www.avg.com/internet-security">
<img border="0" src="Loading Image..." alt="Logo AVG">
</a>
</td>
<td>
<p style="color:#3d4d5a;font-family:&quot;Calibri&quot;,&quot;Verdana&quot;,&quot;Arial&quot;,&quot;Helvetica&quot;;font-size:12pt;">
Ta wiadomość e-mail została sprawdzona pod kątem wirusów przez oprogramowanie antywirusowe AVG. <br><a href="http://www.avg.com/internet-security">www.avg.com</a>
</p>
</td>
</tr>
</table>
<br>
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div>

</p>

</div>


<!--~-|**|PrettyHtmlStart|**|-~-->
<div style="color: #fff; height: 0;">__._,_.___</div>






<div style="clear:both"> </div>

<div id="fromDMARC" style="margin-top: 10px;">
<hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
Posted by: Marek SP7DQR &lt;***@wp.pl&gt; <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
</div>
<div style="clear:both"> </div>

<table cellspacing=4px style="margin-top: 10px; margin-bottom: 10px; color: #2D50FD;">
<tbody>
<tr>
<td style="font-size: 12px; font-family: arial; font-weight: bold; padding: 7px 5px 5px;" >
<a style="text-decoration: none; color: #2D50FD" href="https://groups.yahoo.com/neo/groups/kicad-users/conversations/messages/22601;_ylc=X3oDMTJyYmxiOTU1BF9TAzk3MzU5NzE0BGdycElkAzE2MDI3Njk4BGdycHNwSWQDMTcwNzI4MTk0MgRtc2dJZAMyMjYwMQRzZWMDZnRyBHNsawNycGx5BHN0aW1lAzE1MzIwMDM1Mjk-?act=reply&messageNum=22601">Reply via web post</a>
</td>
<td>&bull;</td>
<td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;" >
<a href="mailto:***@wp.pl?subject=Re%3A%20Questions%20about%20KiCad%205%2E0" style="text-decoration: none; color: #2D50FD;">
Reply to sender </a>
</td>
<td>&bull;</td>
<td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;">
<a href="mailto:kicad-***@yahoogroups.com?subject=Re%3A%20Questions%20about%20KiCad%205%2E0" style="text-decoration: none; color: #2D50FD">
Reply to group </a>
</td>
<td>&bull;</td>
<td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;" >
<a href="https://groups.yahoo.com/neo/groups/kicad-users/conversations/newtopic;_ylc=X3oDMTJmM2Z0OWdpBF9TAzk3MzU5NzE0BGdycElkAzE2MDI3Njk4BGdycHNwSWQDMTcwNzI4MTk0MgRzZWMDZnRyBHNsawNudHBjBHN0aW1lAzE1MzIwMDM1Mjk-" style="text-decoration: none; color: #2D50FD">Start a New Topic</a>
</td>
<td>&bull;</td>
<td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;color: #2D50FD;" >
<a href="https://groups.yahoo.com/neo/groups/kicad-users/conversations/topics/22597;_ylc=X3oDMTM3MjRuMWk5BF9TAzk3MzU5NzE0BGdycElkAzE2MDI3Njk4BGdycHNwSWQDMTcwNzI4MTk0MgRtc2dJZAMyMjYwMQRzZWMDZnRyBHNsawN2dHBjBHN0aW1lAzE1MzIwMDM1MjkEdHBjSWQDMjI1OTc-" style="text-decoration: none; color: #2D50FD;">Messages in this topic</a>
(5)
</td>
</tr>
</tbody>
</table>


<div id="megaphoneModule">
<hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
<div>
<div class="stream" style="margin-bottom:10px;">
<div style="background-color:white;">
<div class="sn-img" style="display:inline;"><img name="tn_file" style="padding:0px 10px;vertical-align:top;margin-top:5px;" src="https://s.yimg.com/ru/static/images/yg/img/megaphone/1464031581_phpFA8bON" height="82" width="82"></div>
<div class="mod-txt" style="display:inline-block;">
<a rel="nofollow" name="sub_url" target="_blank" href="https://yho.com/1wwmgg" style="color:#0000FF;display:block;margin-left:5px;text-decoration:none;"><span style="font-size:15px;">Have you tried the highest rated email app?</span></a>
<div style="max-width:530px;padding:2px 5px;">With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.</div>
</div>
</div>
</div> </div>

<hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
</div>

<!------- Start Nav Bar ------>
<!-- |**|begin egp html banner|**| -->
<!-- |**|end egp html banner|**| -->


<div id="ygrp-grfd" style="font-family: Verdana; font-size: 12px; padding: 15px 0;">

<!-- |**|begin egp html banner|**| -->

Please read the Kicad FAQ in the group files section before posting your question.<BR>
Please post your bug reports here. They will be picked up by the creator of Kicad.<BR>
Please visit <a href="http://www.kicadlib.org">http://www.kicadlib.org</a> for details of how to contribute your symbols/modules to the kicad library.<BR>
For building Kicad from source and other development questions visit the kicad-devel group at <a href="http://groups.yahoo.com/group/kicad-devel">http://groups.yahoo.com/group/kicad-devel</a>
<!-- |**|end egp html banner|**| -->

</div>




<!-- |**|begin egp html banner|**| -->
<div id="ygrp-vital" style="background-color: #f2f2f2; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

<span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; "><a href="https://groups.yahoo.com/neo/groups/kicad-users/info;_ylc=X3oDMTJmaTBkZGpzBF9TAzk3MzU5NzE0BGdycElkAzE2MDI3Njk4BGdycHNwSWQDMTcwNzI4MTk0MgRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzE1MzIwMDM1Mjk-" style="text-decoration: none;">Visit Your Group</a></span>

<ul style="list-style-type: none; margin: 0; padding: 0; display: inline;">
</ul>
</div>


<div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;">
<a href="https://groups.yahoo.com/neo;_ylc=X3oDMTJlbjA2MmVkBF9TAzk3NDc2NTkwBGdycElkAzE2MDI3Njk4BGdycHNwSWQDMTcwNzI4MTk0MgRzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTUzMjAwMzUyOQ--" style="float: left;"><img src="Loading Image..." height="15" width="137" alt="Yahoo! Groups" style="border: 0;"/></a>
<div style="color: #747575; float: right;"> &bull; <a href="https://info.yahoo.com/privacy/us/yahoo/groups/details.html" style="text-decoration: none;">Privacy</a> &bull; <a href="mailto:kicad-users-***@yahoogroups.com?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> &bull; <a href="https://info.yahoo.com/legal/us/yahoo/utos/terms/" style="text-decoration: none;">Terms of Use</a> </div>
</div>
<br>

<!-- |**|end egp html banner|**| -->

</div> <!-- ygrp-msg -->


<!-- Sponsor -->
<!-- |**|begin egp html banner|**| -->
<div id="ygrp-sponsor" style="width:160px; float:right; clear:none; margin:0 0 25px 0; background: #fff;">

<!-- Start Recommendations -->
<div id="ygrp-reco">
</div>
<!-- End Recommendations -->


<!-- |**|begin egp html banner|**| -->

<div id="ygrp-lc">
<div id="hd">SPONSORED LINKS</div>
<div id="lc">
<div class="ad" style="color:#628C2A; font-family:Arial; font-weight:bold;">
<script type='text/javascript'>document.write('<a href="https://us.y.atwola.com/?adlink|5113.1|221794|0|16|AdId=-3;BnId=0;itime=3529189;kvmn=y100000;gdpr=0;adclntid=1004;spaceid=1707281942;" target=_top><img src="Loading Image..." border=0 alt="AOL Ad" width="1" height="1" ></a>');

</script>
<!--Pointguard Diagnostic Start {"FAC3.0":{
"FAC IP" : "98.139.15.125",
"AdPosition Name" : "LC1",
"sapyECPM" : "0",
"gemniECPM" : "0",
"oneMobileECPM" : "0",
"gd2NetCpm" : "0",
"issapyEmpty" : "true",
"SapyAdSize" : "",
"SapyCustomSection" : "",
"SapyUrl" : "",
" SapyFedStatus" : "federation is not configured for ad slot",
" FedStatus" : "federation is not configured for ad slot"
}--> <img alt="" width=1 height=1 src="http://us.adserver.yahoo.com/l?M=#26/D=yahoo/S=:LC1/A=1234567/rand=890331485">
</div>
<div class="ad" style="color:#628C2A; font-family:Arial; font-weight:bold;">
<script type='text/javascript'>document.write('<a href="https://us.y.atwola.com/?adlink|5113.1|221794|0|16|AdId=-3;BnId=0;itime=3529192;kvmn=y100000;gdpr=0;adclntid=1004;spaceid=1707281942;" target=_top><img src="https://aka-cdn.adtechus.com/images/ATCollapse.gif" border=0 alt="AOL Ad" width="1" height="1" ></a>');

</script>
<!--Pointguard Diagnostic Start {"FAC3.0":{
"FAC IP" : "98.139.15.125",
"AdPosition Name" : "LC2",
"sapyECPM" : "0",
"gemniECPM" : "0",
"oneMobileECPM" : "0",
"gd2NetCpm" : "0",
"issapyEmpty" : "true",
"SapyAdSize" : "",
"SapyCustomSection" : "",
"SapyUrl" : "",
" SapyFedStatus" : "federation is not configured for ad slot",
" FedStatus" : "federation is not configured for ad slot"
}--> <img alt="" width=1 height=1 src="http://us.adserver.yahoo.com/l?M=#26/D=yahoo/S=:LC2/A=1234567/rand=885210922">
</div>
<div class="ad" style="color:#628C2A; font-family:Arial; font-weight:bold;">
<script type='text/javascript'>document.write('<a href="https://us.y.atwola.com/?adlink|5113.1|221794|0|16|AdId=-3;BnId=0;itime=3529193;kvmn=y100000;gdpr=0;adclntid=1004;spaceid=1707281942;" target=_top><img src="https://aka-cdn.adtechus.com/images/ATCollapse.gif" border=0 alt="AOL Ad" width="1" height="1" ></a>');

</script>
<!--Pointguard Diagnostic Start {"FAC3.0":{
"FAC IP" : "98.139.15.125",
"AdPosition Name" : "LC3",
"sapyECPM" : "0",
"gemniECPM" : "0",
"oneMobileECPM" : "0",
"gd2NetCpm" : "0",
"issapyEmpty" : "true",
"SapyAdSize" : "",
"SapyCustomSection" : "",
"SapyUrl" : "",
" SapyFedStatus" : "federation is not configured for ad slot",
" FedStatus" : "federation is not configured for ad slot"
}--> <img alt="" width=1 height=1 src="http://us.adserver.yahoo.com/l?M=#26/D=yahoo/S=:LC3/A=1234567/rand=566625334">
</div>
</div>
</div>

<!-- |**|end egp html banner|**| -->



</div> <!-- |**|end egp html banner|**| -->

<div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div>

<img src="http://geo.yahoo.com/serv?s=97359714/grpId=16027698/grpspId=1707281942/msgId=22601/stime=1532003529/nc1=1234567/nc2=2/nc3=3" width="1" height="1"> <br>

<img src="http://y.analytics.yahoo.com/fpc.pl?ywarid=515FB27823A7407E&a=10001310322279&js=no&resp=img&cf12=CP" width="1" height="1">

<div style="color: #fff; height: 0;">__,_._,___</div>
<!--~-|**|PrettyHtmlEnd|**|-~-->

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
<style type="text/css">
<!--
#ygrp-mkp {
border: 1px solid #d8d8d8;
font-family: Arial;
margin: 10px 0;
padding: 0 10px;
}

#ygrp-mkp hr {
border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
color: #628c2a;
font-size: 85%;
font-weight: 700;
line-height: 122%;
margin: 10px 0;
}

#ygrp-mkp #ads {
margin-bottom: 10px;
}

#ygrp-mkp .ad {
padding: 0 0;
}

#ygrp-mkp .ad p {
margin: 0;
}

#ygrp-mkp .ad a {
color: #0000ff;
text-decoration: none;
}
#ygrp-sponsor #ygrp-lc {
font-family: Arial;
}

#ygrp-sponsor #ygrp-lc #hd {
margin: 10px 0px;
font-weight: 700;
font-size: 78%;
line-height: 122%;
}

#ygrp-sponsor #ygrp-lc .ad {
margin-bottom: 10px;
padding: 0 0;
}

#actions {
font-family: Verdana;
font-size: 11px;
padding: 10px 0;
}

#activity {
background-color: #e0ecee;
float: left;
font-family: Verdana;
font-size: 10px;
padding: 10px;
}

#activity span {
font-weight: 700;
}

#activity span:first-child {
text-transform: uppercase;
}

#activity span a {
color: #5085b6;
text-decoration: none;
}

#activity span span {
color: #ff7900;
}

#activity span .underline {
text-decoration: underline;
}

.attach {
clear: both;
display: table;
font-family: Arial;
font-size: 12px;
padding: 10px 0;
width: 400px;
}

.attach div a {
text-decoration: none;
}

.attach img {
border: none;
padding-right: 5px;
}

.attach label {
display: block;
margin-bottom: 5px;
}

.attach label a {
text-decoration: none;
}

blockquote {
margin: 0 0 0 4px;
}

.bold {
font-family: Arial;
font-size: 13px;
font-weight: 700;
}

.bold a {
text-decoration: none;
}

dd.last p a {
font-family: Verdana;
font-weight: 700;
}

dd.last p span {
margin-right: 10px;
font-family: Verdana;
font-weight: 700;
}

dd.last p span.yshortcuts {
margin-right: 0;
}

div.attach-table div div a {
text-decoration: none;
}

div.attach-table {
width: 400px;
}

div.file-title a, div.file-title a:active, div.file-title a:hover, div.file-title a:visited {
text-decoration: none;
}

div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div..photo-title a:visited {
text-decoration: none;
}

div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts {
font-family: Verdana;
font-size: 10px;
font-weight: normal;
}

.green {
color: #628c2a;
}

.MsoNormal {
margin: 0 0 0 0;
}

o {
font-size: 0;
}

#photos div {
float: left;
width: 72px;
}

#photos div div {
border: 1px solid #666666;
height: 62px;
overflow: hidden;
width: 62px;
}

#photos div label {
color: #666666;
font-size: 10px;
overflow: hidden;
text-align: center;
white-space: nowrap;
width: 64px;
}

#reco-category {
font-size: 77%;
}

#reco-desc {
font-size: 77%;
}

.replbq {
margin: 4px;
}

#ygrp-actbar div a:first-child {
/* border-right: 0px solid #000;*/
margin-right: 2px;
padding-right: 5px;
}

#ygrp-mlmsg {
font-size: 13px;
font-family: Arial, helvetica,clean, sans-serif;
*font-size: small;
*font: x-small;
}

#ygrp-mlmsg table {
font-size: inherit;
font: 100%;
}

#ygrp-mlmsg select, input, textarea {
font: 99% Arial, Helvetica, clean, sans-serif;
}

#ygrp-mlmsg pre, code {
font:115% monospace;
*font-size:100%;
}

#ygrp-mlmsg * {
line-height: 1.22em;
}

#ygrp-mlmsg #logo {
padding-bottom: 10px;
}


#ygrp-msg p a {
font-family: Verdana;
}

#ygrp-msg p#attach-count span {
color: #1E66AE;
font-weight: 700;
}

#ygrp-reco #reco-head {
color: #ff7900;
font-weight: 700;
}

#ygrp-reco {
margin-bottom: 20px;
padding: 0px;
}

#ygrp-sponsor #ov li a {
font-size: 130%;
text-decoration: none;
}

#ygrp-sponsor #ov li {
font-size: 77%;
list-style-type: square;
padding: 6px 0;
}

#ygrp-sponsor #ov ul {
margin: 0;
padding: 0 0 0 8px;
}

#ygrp-text {
font-family: Georgia;
}

#ygrp-text p {
margin: 0 0 1em 0;
}

#ygrp-text tt {
font-size: 120%;
}

#ygrp-vital ul li:last-child {
border-right: none !important;
}
-->
</style>
</head>

<!--~-|**|PrettyHtmlEnd|**|-~-->
</html>
<!-- end group email -->
Maciej Sumiński maciej.suminski@cern.ch [kicad-users]
2018-07-19 12:41:06 UTC
Permalink
Hi Marek,

What is the runtime error you see in 5.0-rc3?

I think the footprint you want to modify is locked. You can either
select it and press 'L' or open the properties dialog and change the
lock settings there.

Cheers,
Orson
Post by Marek SP7DQR ***@wp.pl [kicad-users]
Hi all,
I downloaded Kicad v5.0 RC3, but when I want to run PCBNew I have a Runtime error.
Next I downloaded v6.0 RC1 and PCBNew is working OK, but I cannot to edit each
pad separately - when I right click on the pad, I haven't possibility to select
object, that I want to edit.
It is any new configuration option to change this or it is a bug?
Best regards,
Marek
--------------------------------------------------------------------------------
Logo AVG <http://www.avg.com/internet-security>
Ta wiadomość e-mail została sprawdzona pod kątem wirusów przez oprogramowanie
antywirusowe AVG.
www.avg.com <http://www.avg.com/internet-security>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Sanjeev Gupta sanjeev.gupta212@yahoo.com [kicad-users]
2018-07-20 15:20:28 UTC
Permalink
I analyzed Kicad gerber file using CAM tool.  I could not understand, why a circle needs to be broken into segments and traces needs to overlay over the power plane polygon to connect all the circles,  Gerber standard allows user of circular shapes. 
On Thursday, July 19, 2018, 6:13:22 PM GMT+5:30, Maciej Sumiński ***@cern.ch [kicad-users] <kicad-***@yahoogroups.com> wrote:

Hi Marek,

What is the runtime error you see in 5.0-rc3?

I think the footprint you want to modify is locked. You can either
select it and press 'L' or open the properties dialog and change the
lock settings there.

Cheers,
Orson
Post by Marek SP7DQR ***@wp.pl [kicad-users]
Hi all,
I downloaded Kicad v5.0 RC3, but when I want to run PCBNew I have a Runtime error.
Next I downloaded v6.0 RC1 and PCBNew is working OK, but I cannot to edit each
pad separately - when I right click on the pad, I haven't possibility to select
object, that I want to edit.
It is any new configuration option to change this or it is a bug?
Best regards,
Marek
--------------------------------------------------------------------------------
Logo AVG <http://www.avg.com/internet-security>    
Ta wiadomość e-mail została sprawdzona pod kątem wirusów przez oprogramowanie
antywirusowe AVG.
www.avg.com <http://www.avg.com/internet-security>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Marek SP7DQR sp7dqr@wp.pl [kicad-users]
2018-07-21 12:29:26 UTC
Permalink
Marek SP7DQR sp7dqr@wp.pl [kicad-users]
2018-07-21 13:59:25 UTC
Permalink
Loading...