Merging modern software development with electrons and metal
Random header image... Refresh for more!

Category — Series

Eagle 3D PCBs with Alibre: Extruding the PCB

Extruding the PCB – Overview

The first step to a complete 3D PCB model is to create the PCB.  The basic approach is to export a DXF outline of the PCB and its holes from Eagle PCB, import it into Alibre, and then extrude it.  It’s not as easy as it sounds.

Alibre Design refuses to extrude sketches with any overlap.  AD V11 did not show where the errors are, but V12 does (this feature alone makes V12 worth the upgrade).

If your PCB border has a non-zero width, Alibre will not extrude the PCB because the four corners overlap.  For some reason, Alibre Design does not accept the way the standard Eagle DXF script creates holes.

I did not have any success getting Alibre Design to extrude the silkscreen or trace layers, nor was I able to overlay the silkscreen or traces as a visible sketch on top the extruded PCB (maybe because Alibre Design does not support surfacing).

When extruding, CoCreate PE is about as picky as Alibre, but (like AD V12) it highlights what it doesn’t like.  SolidWorks doesn’t have problems extruding the standard Eagle DXF output.  VX Innovator is also less picky; I have successfully extruded the silkscreen layer.

I made a couple quick and dirty changes to the standard Eagle DXF creation ULP to fix the holes; the result is dxf-fsw.ulp.

Creating the PCB — Step By Step

  1. Open your project in Eagle, then open the Eagle Board editor with your PCB layout.  I used the FP-SMC-1 project as an example; you can download the files here.
  2. Make sure your borders have a width of 0.
  3. In the Eagle PCB board editor, turn on only the dimension, via, and pad layers (layers 17, 18, and 20).
    Layers for DXF creation in Eagle

    Layers for DXF creation in Eagle

    FP-SMC-1 in Eagle set for DXF creation

    FP-SMC-1 in Eagle set for DXF creation

  4. In the Eagle PCB Board editor, run the dxf-fsw.ulp ULP.
    1. Select a file name for Output file; I used FP-SMC-1.dxf with the appropriate path for my Eagle PCB setup.
    2. The Always vector font, Use wire widths, and Fill areas setting should not matter.
    3. The units do matter: you need to know them when you import the DXF.  I used inches.
    4. Then run the script by pressing OK.
    5. You can download my resulting file here FP-SMC-1.dxf

      Running the dxf-fsw ULP

      Running the dxf-fsw ULP

  5. Close Eagle PCB.
  6. Start Alibre Design.
  7. Select the File->Import menu, select AutoCAD DXF files for the file type, select the file (in my case, FP-SMC-1.dxf), and press Open.
    1. File Units need to match the units you used when creating the DXF in Eagle (I used inches).
    2. I don’t think Maintain Projection matters.
    3. Importing Only Visible Layers makes sense.
    4. Start importing by pressing OK.

      Importing DXF into Alibre

      Importing DXF into Alibre

  8. Select the Sketch->Activate 2D Sketch menu  (or press Ctrl+K).
  9. Select the Edit->Select All menu (or press Ctrl+A)
  10. Select the Edit->Copy menu (or press Ctrl+C)
  11. In the Alibre Home window select the File->New->Part (or press Ctrl+Shift+T)
  12. Select the Sketch->Activate Sketch menu (or press Ctrl+K)
  13. Select the plane to use for your new sketch.
    1. You can name the sketch.  It’s not a big deal in a simple part, but I would recommend named sketches in a complex part.
    2. I used the XY plane.  You can select the plane by either clicking on the plan in the work area, or clicking on the list of planes in the tree on the left (e.g. Planes->XY Plane).
  14. Select the Edit->Paste menu (or press Ctrl+V) to paste the DXF drawing into the sketch.
    1. You could select and move the sketch around if desired.

      FP-SMC-1 DXF pasted onto the sketch

      FP-SMC-1 DXF pasted onto the sketch

  15. Select the Sketch->Activate Sketch menu (or press Ctrl+K) to deactivate the sketch mode.
  16. Select Extrude Boss by menu (Feature->Boss->Extrude) or icon (typically the top right icon).
    1. Verify the correct sketch is selected.
    2. Use To Depth for Type.
    3. Use your PCB thickness for depth (0.062″ or 1/16″ for me).
    4. I reversed the extrude so the sketch is on top (probably doesn’t matter a lot).
    5. Leave everything else with the default settings, except you may want to name the extrusion.
    6. Start the extrusion by pressing OK.

      FP-SMC-1 ready for extrusion

      FP-SMC-1 ready for extrusion

  17. Save the PCB using the File->Save As menu (Ctrl+Shift+S); mine is available as FP-SMC-1 PCB.AD_PRT

    The extruded FP-SMC-1 PCB

    The extruded FP-SMC-1 PCB

  18. We are done creating the PCB itself.  Now we have to assemble the board inside of Alibre, so stay tuned.

Here is the FP-SMC-1 PCB as an Acrobat 3D PDF; if a correct version of Acrobat is installed, you can click on the PCB, and then rotate it and more.

June 29, 2010   2 Comments

Eagle 3D PCBs with Alibre: Overview and Alternatives

What Is This New Series About?

I will create a 3D PCB model using Alibre Design Standard V12 from an Eagle PCB project (I will be using the FP-SMC-1 an an example).  I will not cover every single little step in detail, but I plan on being complete and fairly detailed.

The same basic approach will also work with other MCAD programs; along the way I will include some notes about other design software.

Why Create A 3D Model?

After all, the PCB fab houses want Gerbers, not STEP files.

A mechanical model can  be used many ways, including:

  • Checking your PCB footprints (especially if you use STEP or IGES models from the manufacturer)
  • Check the mechanical layout of the PCB and the fit of the PCB into a larger mechanical system.
  • As an input to simulation software, including thermal modeling.
  • To create a beautiful, accurate rendering of your PCB.
    • I will not be covering this.  In fact, Alibre Design Standard does not include photo-realistic renderings; you have to have Design Professional or Expert.

Why Not Create a 3D Model?

Creating a model can take a lot of time, although once you’re experienced and have models for all your common parts, the time should be reasonable.

If you want to be able to share your results widely (e.g. export to STEP files), it will cost some money for the necessary MCAD software.

Spending more money can save a lot of time; for example, if you create your parts correctly, you can use the Eagle 3D ULP to create IDF files representing your board and its components.  Then using even more expensive MCAD software (such as SolidWorks + CircuitWorks), the MCAD software will use the information in the IDF files to automatically create a board model.

Since life isn’t perfect, the board might need some tweaking.  Also, I’ve read that Eagle’s IDF output sometimes needs some tweaking before the MCAD program likes it.

There are at least two programs for creating PCBs in Alibre using IDF files:

If you are creating a lot of PCBs at work, I would highly recommend looking at these programs.

What If I Just Want A Pretty Picture?

There are at least two free options for photo-realistic renderings with Eagle PCB:

There are some disadvantages to these programs:

  • They are not useful for mechanical engineering (using the board as part of a larger MCAD model)
  • They do not have large part libraries, and the companies that do provide 3D models typically use STEP, IGES, or Acrobat 3D.
    • However, some file translation could help.  For example, if you can convert a STEP file into STL (which CoCreate PE can do for free IIRC), you can try using the STL to POV conversion utility for Eagle 3D.  You should be able to do something similar with Sketchup.

Why Alibre Design and Eagle PCB?

The short answer: because I have them and like them.  Both programs are reasonably affordable, and fairly popular.  I’d be happy to write about all the other options if I was well paid to do it!

What Are Some Alibre/Eagle Limitations?

So far I have found a few:

  1. Alibre Design Standard does not do photo-realistic renderings
  2. I have not been able to get Alibre Design to handle PCB traces so far; I can’t extrude them (as produced by the current DXF exporter) and I can’t overlay them.
    1. This could make it harder to model SMT PCBs; on through hole PCBs, it’s obvious where the parts go.
  3. Alibre Design Personal Edition (PE) is not usable, since it cannot import STEP files; the cheapest options are either Alibre Design Professional (about $500) or trying to see if you can still grab a copy of Alibre Design Standard (e.g. Novedge still lists it for $185)

Are There Other Affordable Options?

If you want to create a solid model that you can export in STEP format, only other MCAD choice I know of that’s under $1000 and might work well is VariCAD.  The other choices have various limitations, which I might discuss in another blog post.

Or you could use different PCB design software; some programs will do at least some 3D modeling.  For example, there is Altium at the higher end (about $4,000) and Target 3001 at the lower end.  KiCAD (open source) has some sort of 3D capability.

Target 3001 does look interesting, since prices range from free to about 3,000 euros, and it can export to STEP files.  Sometime in the not too distant future I hope to take a look at it.

June 5, 2010   1 Comment

A Bunch of Boards

First Batch of PCBs (assembled)

First Batch of PCBs (assembled)

I’ve been slowly working on a bunch of PCBs, and the first batch is finally here.

In the coming weeks, I will discuss each board in more detail, fill in the trac pages, and add the Eagle PCB files to my subversion repository.  I will also cover any mistakes I find, and possible improvements.

The initial lineup consists of the:

  • FP-SMC-1, which is finally here!  It’s a demo board designed to show how to design a custom PCB to replace typical control cabinet wiring.  It connects a Panasonic FP series PLC to a SMC pneumatic manifold.
  • CO-DB9-RJ45-2, designed to convert a CANOpen DB9 connector to dual RJ45 connectors.
  • CO-HDR-RJ45, designed to convert a CANOpen terminal block header to dual RJ45 connectors.
  • CO-M12-RJ45, designed to convert a CANOpen M12 connector to dual RJ45 connectors.
  • CO-TB-RJ45, designed to convert a CANOpen terminal block to dual RJ45 connectors.

November 5, 2009   2 Comments

Cool Components III: Liquid Lens 2D Barcode Readers

I’ve used industrial barcode scanners a number of times, and they work well, especially the raster models.  The laser barcode scanners have a wide scan range and can handle a substantial amount of variation in label position.

My favorite  brand  is Microscan; I’ve also used other brands with good results.  The Microscan QX-870 is a typical  barcode scanner: it has 10 scan lines, can do 300 to 1400 scan/sec, has  a read range of 1″ to 30″, can read all the normal 1D barcodes (UPC, Codabar, Code 39, Code 128, etc)  as well as the PDF417 and Micro PDF417 2D barcodes.

However, most 2D barcodes (such as the popular Datamatrix) need an area sensor.  In other words, you can’t use a laser scanner, you have to use a camera.  Now finding a lens that has a 29″ depth of field (from 1″ to 30″) is challenging.  Of course, the barcode reader could use autofocus, but with a normal lens, that adds a lot of complexity, cost, and still isn’t perfect.  One Microscan 2D barcode reader had a halfway solution: the reader could cycle through a preset set of focus positions until it found a good read.  I wasn’t impressed (although to be fair, I never tried that model).

To make matters worse, Datamatrix codes are often used in direct marked applications; for example, using a laser or ball-peen to create a barcode directly on a metal aircraft part.  Creating lighting that is affordable, compact, and can work on anything from a shipping box to a reflective metal part is hard.

I’ve thought for a long time that liquid lenses (now available from optical suppliers such as Linos) could solve the depth of field problem by allowing affordable and rapid autofocus.  Well, they’re here (and both claim to be “the first”): Cognex has the Dataman 200 series, and Microscan has the QX Hawk with liquid lens and modular zoom.

I think this is a big deal; for example, the QX Hawk claims a read range of 1″ to infinity.  Unfortunately I don’t have any personal experience with either reader, but if I need to read 2D barcodes in the future, I will definitely check both out.

October 28, 2009   No Comments

Cool Components II: IDEC Flush Push Buttons

IDEC LW7L Push Buttons

IDEC LW7L Push Buttons

Industrial style does matter.   That’s one reason I like IDEC’s LW7L flush mount pushbuttons.  Recently I was looking at some of our old equipment with Telemecanique pushbuttons that stick out over 5/8″ — those buttons are functional, but look dated.

The LW family of buttons is extensive (well over 10,000 combinations are available), but the models I like are the  LW7L-M1C64MG and similar.  What is good about them?

  • They only need a light touch to operate (lighter than some other IDEC push buttons such as the HW2L series)
  • High quality
  • Long life LED lights available in amber, green, red, blue, white, and yellow.
  • Powered directly by 24V (no resistors to worry about — I’ve destroyed LED lights from other companies).  6V, 12V, 120V, and 240V models are available, but I always use 24VDC.
  • They are easy to install.
  • The price is reasonable (around $30).  The Telemecanique buttons were much more expensive.   They aren’t the cheapest (e.g. the HW2L buttons are about $20), but I think the difference is well worth it because of the next point.
  • They look great, with the square shape and flush mounting.  The traditional round, stick out 22mm push button makes equipment look like a retro-encabulator from the 1950’s.  I consider the extra cost over the HW2L buttons a marketing expense.

I also really like IDEC’s XW series of E-STOP switches — especially the models with a LED light.

July 10, 2009   No Comments

Cool Components I: Industrial Piezo Motors

I’ve discovered a lot of neat automation components over my decade plus doing system integration.  Unfortunately, I haven’t been able to use most of these products, but I’m starting a new series to highlight the most interesting ones.

Today’s focus is piezoelectric motors.

A piezoelectric material generates an electrical potential when stress is applied.  The reverse piezoelectric effect is when applying an electrical potential creates a stress in the material, changing its size slightly (typically by 0.1% or less).  This change in shape can be used in several different ways to create motion.

I first heard about piezoelectric motors back in the 1980’s when Canon introduced the traveling wave ultrasonic motors with their EOS autofocus camera system.

The first industrial piezo motors I heard about where piezo actuators, which just use the change of size in the piezo material to create movement.  This motor type is highly accurate (<1.0 nm), but the maximum move size is very small (typically <100 micron, although I’ve seen up to 500 microns).   For longer moves, you have to combine a traditional stage with the piezo actuator.  A variety of companies make this motor type; the ones I think of first are PI (Karlsruhe, Germany) and Mad City Labs (Madison, WI, USA).

Then I heard about the Nanomotion (Yokneam, Israel).  Nanomotion motors work by driving a piezo leg against a ceramic plate in an ellipse at high frequency.  Their industrial motor capabilities include:

  • The same motor can be used for linear or rotary motion (with circular drive strip).
  • When power is off, the motor holds the current position.
  • Travel up to 2000 mm, speeds of over 200mm/sec
  • Force up to 3.2 kg-f
  • Motor can be operated in DC (actuator) mode to provide nanometer level precision.
  • Good for some specialized applications, since the motors are non-magnetic, and vacuum-compatible versions are available.

You must use a Nanomotion amplifier; analog input is standard,  but  a CANOpen interface is available (it’s more expensive, since it uses the same analog amplifiers internally).  The amplifiers generate the high voltages (around 300V IIRC) required to drive the motors.

Nanomotion also sells high precision linear and rotary stages.  The rotary stages start around US$5000; just a motor and drive combo is around $1000 (but as always, check with Nanomotion for exact pricing).  Allmotion is now selling drives (controller and amp) for the Nanomotion HR series; pricing starts at $395.

A few years ago Nanomotion was acquired by Johnson Electric, a large Hong Kong-based manufacturer of motors and such, since Johnson Electric wanted to use their technology for cell phone camera modules.  Now Nanomotion produces small motors, zoom lenses modules, zoom camera modules, and custom driver ASICs, although you might need to be a high volume OEM to buy some of those products.

Next I heard about Piezo Motor AB (Uppsala, Sweden) which makes the Piezo LEGS and PiezoWave motors, which are also sold by Faulhaber (MicroMo in the US).  This Faulhaber link gives a nice summary of the standard PiezoWave linear motor and Piezo Legs linear and rotary motors.

At Photonics West a few years ago, I discovered DTI Piezotech (Sarasota, FL, USA) and New Scale Technology’s (Victor, NY, USA) Squiggle motor.

The Squiggle motor works by creating ultrasonic vibrations that cause a nut to travel in or out.  They are oriented towards small, large volume applications.  New Scale’s standard motors range from 6mm travel and 0.3N force to 50mm travel and 5N force.

New Scale has an extensive product line, including standard motors, custom motors, driver ASICs, driver boards, development kits, USB control and driver,  standard stages, and magnetic position sensors.

New Scale has a web store that sells a variety of their products — I like it!

DTI Piezotech is part of Discovery Technology International which makes bioinstrumentation.  Their initial product was a rotary motor (the first I heard about); IIRC, initially they only sold the motor as part of a complete, high precision stage.  Now they have really broadened their product line, with a variety of sizes  of both linear and rotary motors.

Standard rotary motors range from 2 mM-m to 6 N-m force; linear motors go up to 50N-m and 1,000 mm/sec.  Like Nanomotion, DTI linear motors can also operate in actuator mode for ultra precise positioning.   I couldn’t find much information on their drivers, but they do have development kits, with controller boards, available.

One of my readers (thanks, Bob!) mentions yet another company, Elliptec (Dortmund, Germany), with yet another approach (piezo controlled lever moving a gear seems like a decent description).

I took a quick look at PI’s web site; they now sell a broad range of piezo motors, including actuators, rotary motors, and linear motors.

Finally, while doing research for this post, I came across PCB Motor (Hillerod, Denmark) which makes parts that can assembled on PCBs to create motors on printed circuit board.  They have on-line ordering of their development kits.

BTW, the wikipedia piezoelectric motor page is pretty weak – it doesn’t cover most of the companies or approaches I cover.

I learned a lot writing this blog post – I hope you enjoy it!

June 5, 2009   1 Comment

Book Review: A Comprehensive Guide to Controller Area Network

A Comprehensive Guide to Controller Area Network by Wilfried Voss, Copperhill Media, 2008.

Summary: 8.0/10,  recommended reading if you are developing systems using CAN or higher level protocols such as CANOpen.

The Guide is an affordable (<$15) book on the low level details of the CAN protocol.  It covers in detail the different frame types (data, remote, error, and overload), network arbitration, error detection and recovery, and data transfer synchronization.

The Guide points out undefined or ambiguous areas in the official specifications (Bosch, ISO, CiA), including updates based on experience (such as the CiA’s recommendation not to use remote frames).   The book concentrates on the base CAN protocol; it does not cover higher level protocols (such as CANOpen) in any detail, nor does it describe the specifics of CAN controllers or transceivers.

The book is well written; I’m an automation software developer, not a low level embedded developer, but I was able to follow the explanations without any major problems — I’d say it was easier to read than many software development books.

If all you want to do is get a basic CANOpen control system running, then you can skip this book.  But if you to truly understand CAN and what it can do, then I highly recommend reading both this book and Embedded Networking with CAN and CANOpen. Here are some things I learned from the Guide:

  • How fast CAN really is  (data throughput, error recovery time, etc), including protocol overhead, for both standard and extended addressing.  Serial network protocols have a substantial overhead.
  • Termination resistors have be able to dissipate at least 220 mW.
  • Terminators should be at the network ends, not inside the CAN device.
  • The details of error counting and error frames.  I had been wondering what the Copley CMO library’s ErrorFrameCounter property really meant; now I know.
  • The meaning of the bit time segments  and how bit resynchronization works.  The Grid Connect (aka Acacetus) CAN-USB Light manual refers to the bit segments (sync_seg, prop_seg, phase_seg1, phase_seg2, SJW, etc) but didn’t explain them.  Now I understand bit segments.

The Guide’s network topology recommendation (straight line topology with minimal stub lines with terminators at the ends) match what I already do.  I was happy to see the correct recommendation for shielded cables (connect the shield at one end only).

I do have some small nitpicks and suggestions for improvement:

  • The book is repetitive; the exact same explanations with the same diagrams appear multiple times, as do various notes and warnings.  I find this annoying when reading the book straight through; however, overall, it’s probably good — when using the book as a reference, I want relevant warnings in the section I’m using, not just in one place in the book.
  • The diagrams could be better explained; there is no key to explain the dark black lines (high line only means that field is always recessive; low line only means the field is always dominant; both high and low lines means field can be either depending on the message — maybe that’s obvious to hardware guys).
  • The diagrams could be clearer: a bit larger with more contrast.
  • OK, the book isn’t a comprehensive guide to CAN transceivers.  But I would have appreciated some warnings about common physical layer gotchas.

May 6, 2009   No Comments

CANOpen Adapters

I am working on a series of CANOpen cable adapters.  For example, here is a model of a DB9 to dual RJ45  adapter:

CANOpen DB9/dual RJ45 adapter

CANOpen DB9/dual RJ45 adapter

I made sure it will work well with AMC DX15C08 Digiflex drives to convert the DX15C’s DB9M to two RJ45s.  The Phoenix header (in green) is for supplying power to the DX15C’s isolators.  Since I will probably make some more changes (for one, I don’t think there is room to screw the adapter’s DB9F to a DB9M), I am not posting the design files yet.

April 30, 2009   No Comments

Making a Single Prototype PCB

I recommend Sierra Proto Express for making automation PCBs.  So far, I’ve had five different boards made at Sierra, including a larger 4 layer board, and have been very happy with the results.  Their pricing is competitive, the quality is excellent, and there are fewer limitations (e.g. drill sizes, non-plated holes) than many of their competitors.

However, when I am paying the bill, Sierra is not a good choice when I only want 1 board made or have a small board.  At Sierra, 1 PCB might cost about $85, and 3 PCBs about $110.  For small quantities, the cost does not vary much with board size (for example, a 6 sq in board costs the same as a 18 sq in board).

I haven’t found a great solution yet. I want all my boards to have top and bottom soldermasks and a top silkscreen, so “bare bones” boards (no soldermask or silkscreen) isn’t an option.  Besides, I don’t think the bare bones savings are large enough.

I do plan on making multiples of some personal boards (mainly some CANOpen-related boards), but for some boards, such as the FP-SMC-1, I only want one board (unless, of course, I can get multiple quality boards done for the same price as the cheapest price for one quality board).

The best solution so far is Batch PCB, which is run by SparkFun; the PCBs are made in China by Gold Phoenix.  Batch PCB charges $2.50 per square inch plus $10 for 2 layer PCBs; typically delivery is supposed to be 2-3 weeks (longer than I  like, but I can live with it for my personal boards).  The FP-SMC-1 PCB would cost about $40 at Batch ((4.32 * 2.83 * 2.50) + 10 = 40.56).

Another choice would be to use Gold Phoenix directly and panelize (combine multiple boards into one order).  Gold Phoenix only makes sense for orders of 155 sq in or more.  They will panelize for an extra fee ($30 IIRC).  So I am going to finish up some other PCBs first, then decide how to get all the boards made.  Given the boards’ design specifics, it may not make sense to panelize, but at least I want to check and see if this is a better option.

March 18, 2009   No Comments

FP-SMC-1 PCB Layout Is Done

3D Model Top View

3D Model Top View

It’s designed!  After taking way too much time, I have finally finished the layout for my FP-SMC-1 board.  Here’s the proof: above is a 3-D model of the board; below are pictures of the layout and the board model from the bottom.

PCB Layout

PCB Layout

PCB Bottom View

PCB Bottom View

The board hasn’t been built yet, because I wanted to model it first, and I haven’t found a good place to get one-off prototype PCBs made.

Creating the board model was challenging, but worth it, because it gives me more confidence that my board layout is correct.  I use the 3-D model to check:

  1. That my PCB footprints are correct.  Look at the picture of the board bottom, and notice how all the pins line up with the holes.  (This check relies on correct 3-D models from the manufacturer.  If you create 3-D models yourself, it’s possible for you to make a mistake in the model, but the manufacturer’s models should be correct).
  2. That my board dimensions are correct and the PCB will fit into the holder.
  3. That my component layout makes sense.  Look at the far left of the board top view picture, and notice that there is clearance between the connectors and the little plastic tabs on the PCB holder that stick out into the board area.

I will go over making the model in detail later, but what I did was roughly:

  1. In Eagle PCB board layout, turn on only the dimension, via, and pad layers (layers 17, 18, and 20)
  2. In Eagle PCB board layout, use a ULP to create DXF of the pads, vias, and dimensions.
    1. Eagle includes DXF.ULP to create DXFs.  However, this file does not produce DXFs that can be used to extrude a through-hole board.  To get DXFs that CoCreate can extrude, I had to modify DXF.ULP and then delete and re-create the board outline using DoubleCAD.
  3. Import the DXF file into CoCreate and extrude it to 0.062″.
  4. Import models of all the components (fortuneately, all the parts have STEP models available from the manufacturer).
  5. Assemble (using mates) all the components onto the PCB
  6. Assemble the PCB holder
  7. Mate the PCB to the PCB holder.

It sounds so easy, but mechanical CAD software has a high learning curve, just like PCB software.  However, if you’re a software guy, don’t be scared — I’m primarily a software guy, and if I can figure out how to make a PCB and then model it, then you can too.

I was originally planning on doing a series of blog posts on the FP-SMC-1 PCB covering just the automation-related aspects of the project, and not covering the details of using the tools (such as Eagle PCB).  However, after I looked at various Eagle PCB tutorials, I decided that none of them explained Eagle the way I think it should be explained.  I did not find any tutorials on making mechanical 3-D models.

So I have decided to write up a lengthy tutorial on how to design and make the FP-SMC-1 board.  The tutorial will be on my Trac site, since I think Trac is better suited for a lengthy tutorial, but I will blog here about my progess (hint: don’t expect the tutorial to be done quickly).

March 18, 2009   2 Comments