-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No footprints #135
Comments
I've got it somehow partly working with the remap.json file. But I have to enter each component there and it is error prone. Furthermore not all footprints will be displayed even if they are already used for another reference designator. e.g. extract fom remap.json: SVGs for RefDes R7 and R6 are displayed, for R2 and R3 not. Another issue is the wrong orientation of symbols as pin headers or SOT-23 packages. For me the whole procedure takes to much time and it is really annoying. board front view: board rear view: |
Could you try updating Unfortunately what happened with the resistor mapping is that in previous versions of KiCAD the resistor footprint used to be called Could you send the board files if possible? It looks like it might be a bug with how components are handled when placed on the backside of the board. |
Board file can be found in my github repository. I hope that you can access the file. https://github.com/Andy79881/STM32L051-dev-board Additionally I have created the following remap.json file: } |
I have tried to install the pcb draw under windows as follows: |
I've got the following messages:
Component Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Horizontal has not footprint.
Component LED_SMD:LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder has not footprint.
Component Connector_PinHeader_1.27mm:PinHeader_2x07_P1.27mm_Vertical has not footprint.
Component Connector_PinHeader_2.54mm:PinHeader_2x02_P2.54mm_Vertical has not footprint.
Component TestPoint:TestPoint_Keystone_5000-5004_Miniature has not footprint.
Component Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder has not footprint.
Component Crystal:Crystal_SMD_HC49-SD has not footprint.
Component Package_QFP:LQFP-48_7x7mm_P0.5mm has not footprint.
Component Button_Switch_SMD:SW_SPST_B3S-1000 has not footprint.
Component Capacitor_SMD:CP_Elec_4x5.8 has not footprint.
Component TestPoint:TestPoint_Keystone_5000-5004_Miniature has not footprint.
Component Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder has not footprint.
Component Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder has not footprint.
Component Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder has not footprint.
Component Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder.back has not footprint.
Component Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder.back has not footprint.
Component Package_TO_SOT_SMD:SOT-23.back has not footprint.
Component Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder.back has not footprint.
Component Crystal:Crystal_SMD_3215-2Pin_3.2x1.5mm.back has not footprint.
Component Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder.back has not footprint.
Component Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder.back has not footprint.
Component Connector_PinHeader_2.54mm:PinHeader_1x16_P2.54mm_Vertical.back has not footprint.
Component Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder.back has not footprint.
Component Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder.back has not footprint.
Component Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder.back has not footprint.
Component Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder.back has not footprint.
Component Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder.back has not footprint.
Component Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder.back has not footprint.
Component Connector_PinHeader_2.54mm:PinHeader_1x16_P2.54mm_Vertical.back has not footprint.
Component Package_TO_SOT_SMD:SOT-223-3_TabPin2.back has not footprint.
Component Inductor_SMD:L_0805_2012Metric_Pad1.05x1.20mm_HandSolder.back has not footprint.
Component Diode_SMD:D_SOD-123.back has not footprint.
According to the usage page: "...plotting them. The result is a simplified and stylized board image. However, you have to supply hand-drawn footprint images. It can also remap symbols, easily select board style and also, render resistor values color bands."
If I'm looking to the examples there are footprints shown. How can I get the footprints plotted?
The text was updated successfully, but these errors were encountered: