Resistors_SMD.3dshapes
referring kicad module library:
https://github.com/KiCad/Resistors_SMD.pretty
preview
https://github.com/easyw/kicad-3d-models-in-freecad/raw/master/cadquery/FCAD_script_generator/parametric-chip-resistors.png

R_0201.step
R_0201.wrl
R_0402.step
R_0402.wrl
R_0603.step
R_0603.wrl
R_0603_HandSoldering.step
R_0603_HandSoldering.wrl
R_0805.step
R_0805.wrl
R_0805_HandSoldering.step
R_0805_HandSoldering.wrl
R_1206.step
R_1206.wrl
R_1206_HandSoldering.step
R_1206_HandSoldering.wrl
R_1210.step
R_1210.wrl
R_1210_HandSoldering.step
R_1210_HandSoldering.wrl
R_1218.step
R_1218.wrl
R_1218_HandSoldering.step
R_1218_HandSoldering.wrl
R_1508_Wide.step
R_1508_Wide.wrl
R_1812.step
R_1812.wrl
R_1812_HandSoldering.step
R_1812_HandSoldering.wrl
R_2010.step
R_2010.wrl
R_2010_HandSoldering.step
R_2010_HandSoldering.wrl
R_2512.step
R_2512.wrl
R_2512_HandSoldering.step
R_2512_HandSoldering.wrl
R_2816.step
R_2816.wrl
R_2816_HandSoldering.step
R_2816_HandSoldering.wrl

missing 3D models (to do)
R_Array_Concave_2x0603
R_Array_Concave_4x0402
R_Array_Concave_4x0603
R_Array_Convex_2x0402
R_Array_Convex_2x0603
R_Array_Convex_2x1206
R_Array_Convex_4x0402
R_Array_Convex_4x0603
R_Array_Convex_4x1206
R_Array_Convex_5x0603
R_Array_Convex_5x1206
R_Array_Convex_8x0602
R_Cat16-2
R_Cat16-4
R_Cat16-8

Author: Maurice https://github.com/easyw
Contributors: poeschlr, SchrodingersGat, DASFrank
models parametric generated by FreeCAD scripts
https://github.com/easyw/kicad-3d-models-in-freecad/tree/master/cadquery/FCAD_script_generator

# http://www.vishay.com/docs/20035/dcrcwe3.pdf
# http://industrial.panasonic.com/lecs/www-data/pdf/AOA0000/AOA0000CE1.pdf

Licence of 3D models
GNU General Public License (http://www.gnu.org/licenses/gpl.html), version 3 or later
As a special exception, if you create a design which uses this symbol,
and embed this symbol or unaltered portions of this symbol into the design,
this symbol does not by itself cause the resulting design to be covered by
the GNU General Public License.
This exception does not however invalidate any other reasons why the design
itself might be covered by the GNU General Public License. 
If you modify this symbol, you may extend this exception to your version of the symbol,
but you are not obligated to do so.
If you do not wish to do so, delete this exception statement from your version

Notes:
The 3D models are:
- parametric models coming from technical datasheet
- FreeCAD 1:1 model (optional)
- STEP 1:1 model
- STEP 1:1 model with with text on it (optional)
- VRML 1/2.54 model (to fit perfectly kicad 3d-viewer with scale 1,1,1)
- footprint file with right orientation, scale and 3D model associated
  to the official kicad distribution
- STEP model fused in single object

HowTo:
just copy the .3Dshapes DIRECTORY in your 3D prefix folder
(e.g. in windows C:\kicad\packages3d_MCAD or in Linux/OSX ~/packages3d_MCAD )
resulting in:
    windows
    C:\kicad\packages3d_MCAD\Capacitors_Tantalum_SMD.3dshapes
    linux/osx
    ~/packages3d_MCAD/Capacitors_Tantalum_SMD.3dshapes
    with all *.wrl and *.step files inside
    
set your KISYS3DMOD var to e.g. C:\kicad\packages3d_MCAD
It is also possible to just override kicad standard 3D modules, 
but consider that an update or a new installation of kicad
will overrite all MCAD models

to set KISYS3DMOD variable in windows open a command prompt in Administrator mode
and digit 
    SETX KISYS3DMOD C:\kicad\packages3d_MCAD

in ubuntu open a shell bash and digit
    export KISYS3DMOD ~\packages3d_MCAD
    
to export your Kicad board with components to 3D MCAD environment
just use kicad StepUp exporter and kicad StepUp tools at
http://sourceforge.net/projects/kicadstepup/

Risk disclaimer
---------------

*USE 3D CAD DATA AT YOUR OWN RISK +
DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
