PCB shape from enclosure STEP file

DWG is autocad propriety format and I can’t open nor view it.

And it probably has the size of the enclosure itself, and not the .PCB that fits in it, so you still have to draw that yourself.

An alternative method is to take a screenshot from the .pdf


And then import a screenshot of it in the image workbench in FreeCAD. FreeCAD can calibrate those images, which makes it easier to copy measurements from the image into a FreeCAD sketch.

You can open DWG files in many freeware programs such as QCAD and FreeCAD.

Then still the issue remains that the drawing is of the enclosure, and not of a PCB that fits the enclosure.

DWG files are also not parametric, and therefore it is not very useful anyway. Working from a bitmap that has some measurements in it would be on the same level.

And I tried. FreeCAD does not understand that particular version of .DWG file. LibreCAD does not open it at all.

Qcad & Librecad tend to be buggy and/or incomplete. About 5 years ago I thought of buying Qcad (for a fair price of around EUR50). I did run the trial version of the commercial variant, and that seemed to work a lot more stable. In the end I did not buy it because my interest are in 3D cad.

I would also have to learn the program from the ground up. I was hoping it was pretty similar to the old autocad interface, but my knowledge of an 30 year autocad version did not help much.

Interesting. I have used a few Hammond cases. I actually use a 2010 version of Autosketch, a re-branded product bought by AutoCad from Drafix quite a while ago.
It’s much quicker to draw in than Autocad style programs.
To make a pcb outline from a dxf, I select the inner shell case lines, join as a polling then offset inwards by 1mn or so.
I’ll have a look tomorrow when I’m in my PC not my phone.
I would also like to remind readers that there are many versions of DXF & DWG. So when importing into Kicad use the oldest version available in your import/export software.

1 Like

What is the part you find

Because of FreeCAD I was introduced to parametric drawing, and I quickly got addicted to it. The old fashioned (such as Autocad) way of drawing pretty much resembles what is done on paper. You draw a line, and then you add measurements to that line. With some limited ability to stretch a line and create offsets.

Parametric drawing is … different. When you draw a line, it is just a line. After that you add “constraints” to that line. For example, you can make it a horizontal line. And then add another constraint for the length.

So it’s pretty much the reverse of what AutoCAD does. Adding measurements, add a number to the measurement, and that number is derived from the object. With parametric drawing, the number you type into the measurement is the definition of that constraint. The “stretch” function in autocad, is just typing in another number in the length measurement of the line.

There are also lots of other constraints. Such as mirrored items, lines of arcs of the same radius. Below a screenshot of the sketch I made for the PCB in the Hammond box. (the real sketch can be zoomed and scrolled. Download the earlier linked zipfile for more).

There are only three radii defined in this sketch.

  • 1.6mm for the four M3 screws.
  • 2mm for the eight corners.
  • 5mm for the inside corner cutouts.

So if you change any of those numbers, the others that are linked to it also change. This makes parametric drawing a dream to work with. Especially during the design stage. Designing a “thing” often requires many iterations of small changes. With parametric drawing you just click on any measurement to change the size of that feature.

The whole sketch just has 10 measurements, all the others are derived from those 10 numbers and geometry such as “horizontal” “vertical” “symmetric” etc. If you change the “19” in the lower left corner, then the upper right corner changes with it. (Because of “constraint 55” which makes two lines the same length)

And that is only the start of parametric drawing.
You can give names to measurements, and then create objects in different sizes with data from a spreadsheet or a script.

1 Like

just a mini tutorial for a fast modeling using StepUp in FreeCAD:

3 Likes

Thank you, this would make a great youtube tutorial to add to the plugin youtube collection.

That sure is a nice video of creating a PCB outline quickly from a STEP file in FreeCAD and it uses some functions I’m not familiar with (yet). But is it correct? And I’m missing context with the video. For example, why create a KiCad project first, before you switch to FreeCAD?

How do you verify measurements, how do you adjust measurements if the offset is not correct, or you need different offsets for the long and short side? Injection molded cases rarely have straight walls.

I created a parametric sketch from scratch, and it’s fully adjustable, and has the locations for the mounting holes. I also exported it to .DXF and imported it again in KiCad. (Verified it works, but had not posted that).

I am generally not a fan of such quick shortcuts. In my experience they need more fixing later on then doing it right the first time. But then again, for similar reasons I’m also not a fan of autorouters.

[Edit:]
It is not a shortcut. It just was a quicker and incomplete way to get the raw data out of the STEP file and into a sketch. Adding the misssing parts is done using regular methods, but this part was skipped in the video.

People vary, so choose a method that suits you.

But I’m intrigued enough by the StepUp workbench to reproduce the video, and I’ll do a writeup as I go.

  • 00:00 1920x1080 resolution makes it cumbersome to reproduce. Needs a lot of switching. If possible, making screencaptures of around 1200x800 makes the video’s easier to follow in a small window, so another program can run next to it.
  • 00:08 Setting the grid origin in Pcbnew… (See @00:37)
  • 00:12 Pcbnew / File / Open only exists in “Standalone Mode”.
  • 00:20 FreeCAD 0.20. Gosh, I’m still “stuck” on 0.19-24212-something. (No worries).
  • 00:23 Sped-up video races through menu settings. Not able to follow it without slowing it down (resulting in lousy framerate).
  • 00:31 Step import in FreeCAD.
  • 00:37 “Grid Origin is set in FC Preferences but not set in KiCAD pcbnew file” ???
  • 00:40 Turn off: FreeCAD / Edit / Preferences / Import / Export / STEP / [ ] Enable STEP Compound merge (I have it turned on, and it still works for me)
  • 00:45 Turning off unused objects such as lid and screws. (Spacebar works).
  • 01:01 Switch to KiCadStepUp Workbench.
  • 01:08 Select a vector. ( I choose a vector on the inside bottom, the top of the fillet, because that’s where the PCB will be).
  • 01:08 image KSU Tools “LoopSelection” Loop selection on a XY outline.
  • 01:08 Yah, that fails for my start vector :slight_smile:
  • 01:08 The inside corner of the top of the box works though. (Maui took the outside).
  • 01:14 image KSU Edges to Sketch. Select coplanar edge(s) or Face(s) or a single Vertex of a coplanar outline to get a corresponding Sketch.
  • 01:22 image KSU Offset 2D. Offset 2D object.
  • 01:28 Maui used “-2”. I used the default of “-1” because I selected the inside earlier.
  • 01:32 Select the newly created outline with the offset.
  • 01:36 image KSU 2D to Sketch. 2D object (or DXF to Sketch).
  • 01:44 Change the name of the converted sketch to something sensible.
  • 01:48 image KSU Push Sketch to PCB. (Make sure the right sketch is selected).
  • 01:54 Browse to an existing “*.kicad_pcb” and click [ Yes ] to overwrite it.
  • 01:56 Warning: Close your FC Sketch and reload the kicad_pcb file.
  • 02:00 Switch to Pcbnew. Load the “.kicad_pcb” file modified (overwritten) by FreeCAD.

~~ The End ~~

It all worked for me, and I could reproduce the video on my Setup@home.

Next step for me is that I’m curious what KiCad StepUp made of the sketch, so I examine it further in KiCad.

The resulting sketch in FreeCAD is underconstrained, with 53 degrees of freedom.
image

This is no wonder. as no measurements have been added.

So a little bit later I have a fully constrained sketch.
Wen fixing the missing constraints, you start with a very “wobbly” sketch. It’s easy to move vectors around, as nothing is fixed yet. So to start fixing constraints, start with important measurements, and make sure you accept the suggested numbers (which “fixes” them) without moving lines or arcs.

It does not have the mounting holes (yet) as in my previous example, but those can be added if needed.
The sketch as just 7 “Datums” ( measurements with numbers). All the other constraints were satisfied by mostly making arc segments match with line segments tangentially (maybe this can be automated?) and a few extra’s, such as making arcs the same radii. Just normal FreeCAD stuff.
image

The resulting Sketch:

After measurements and constraints have been filled in, the measurements can be sanitized a bit. I changed 57.06mm -> 57mm 107.05mm -> 107mm and 9.49mm -> 9.5mm. This is done on purpose in a separate step, because the sketch is very “wobbly” at the start, and at the moment you enter a number , then it fixes that measurement, and adjusts some random other measurement to make it fit. So the order is:

  1. Enter “Datums” for important measurements (& accept what FreeCAD suggests).
  2. Add more constraints (“Horizontal”, “Tangential connections”, etc untill the sketch is fully constrained.
  3. Clean up the Datums a bit.
  4. Add further refinements such as the mounting holes if wanted.

I was wondering a bit about the origin of those “Roundig errors” though. On closer inspection I discovered that the inside of the box is specified as 109.05 * 59.05mm. (See earlier posted screenshot from the measurements in the .pdf file) The extracted data from the step file was pretty much correct (10micon deviation in X-direcion only). But remember, these measurements were made from the top of the box, and plastic enclosures never have parallel sides. The .pdf also specifies the inside dimensions at the bottom of the box (in the cross sections) as 108.22mm * 58.22mm. So there is still a loose fit for PCB manufacturing tolerances and easy mounting.

This is just one of my first serious experiments with the KiCad StepUp workbench in FreeCAD. I count over 60 icons in this Workbench, and only used a handful of them, so there is plenty more to explore.
image

Conclusion:
I just learned a new bit of FreeCAD and working with the KiCad StepUp workbench a bit, and it works quite good.
Big bunch of hails to all the great people working on Open Source Software.

3 Likes

because I’m using the push-pull MCAD collaboration pushing directly to the kicad_pcb file from the FC sketch. kicad stepup: the sketcher for getting to blinky

this short video is aimed to suggest a semi-automatic approach to create the sketch for your pcb.

The sketch I made is a canvas to add more features… but can gives you a first sketch to improve later in just few seconds.
Nothing blocks you to add all the constrains for your final user case.

The method in the video is similar to high level CAD sw approach in ECAD-MCAD collaboration:

The tools are working fine also on FC 0.19

if you watch my video, I have added a grid origin to the kicad empty board to give the collaboration a fixed reference.

this is really strange… if you load the step model with compound enable you get only a single object (compound) of all the internal models

nice… :smiley:

feel free to ask in case of needs.

I’m always in lack of time for producing documentation on my StepUp… it would be nice if some user would peek in to create tutorial in MCAD collaboration… I would be happy to help in case.

1 Like

I was writing down notes as I went along, and there was quite some overlap between me experimenting and your responding. In the end it turned out quite well.

Is there a way to automate the addition of tangential constraints the extracted sketch? This sketch has 12 arcs which each have 2 end points, so 24 constraints to be added for that manually.

With a bit of sanitizing the combination of your video and my writeup is pretty close to a FAQ article / tutorial.

here a way to add reference pcb holes… I added them as Dwg layer to be able to add later to pcb 4 mounting holes (I prefer to add holes as footprint instead of as Edge-Cuts)

1 Like

Agreed. Holes as (locked) footprints are better. They add silkscreen, an indication of an area to keep clear of tracks, and for metal enclosures they can provide a GND connection to the enclosure.

In the end it does not matter much.
If they are circles on Edge.Cuts, they’re still freely editable in KiCad and can be deleted again (or moved to a user layer) after they have been used as a reference to place footprints.

I don’t have the convert arcs to circles option on my toolbar?

@ptr727
that is a today addition, following a trick I used to generate footprint from sketches.
I just noticed that many step files, particularly if coming from sw, have circles splitted in two semi-circles…
then I decided to do a little hack to avoid to redraw each circle.
You just need to update the ksu wb.

1 Like

What about:

Adding tangential constraints is by far the most time consuming single step in making an extracted sketch fully constrained.

1 Like

Here is the method that I use to import Hammond case outlines.

  1. Download the 2D CAD file which is in DWG format. If you open the file in a text editor the text at the top of the file AC1018 indicates AutoCAD DWG 2004.
  2. Open the file in QCAD and delete any parts of the drawing that you don’t need.
  3. Select all the drawing items with Ctrl-A and Modify->Explode so that all polylines become single items.
  4. Save a copy of the drawing as DXF R12 as Kicad can import this ok.
  5. In PcbNew use File->Import Graphics to load the DXF items onto the layer of your choice. For the screen capture I have added a Kicad dimension to show that the import dimensions are correct and have selected an arc. Notice the “Dimensions:” text on the capture. These graphics do not show in Qcad on the Model Space page but are there on the Qcad blocks list.
  6. It’s helpful for positioning in Kicad, to add a reference point or line somewhere .e.g between two mounting holes.

image

I wanted to try this way of getting the board outline (such a nice tool!!), however I did find a small error:

The loop selection worked great!

But the getting an sketch from a coplanar edge, produces a rotated sketch:

Comparing the “Data” from the 3D Model and the Sketch:
3D Model
image

Sketch
image

Changing the Placement Axis to Z=1, gives me the correct rotation of the sketch

Just wanted to let you know, is really a minor issue easily corrected! Thanks a bunch for the mini tutorials and KSU !

EDIT: The same rotation occurs when changing the 2D Drawing to sketch again (changin Placement Axis to Z=1 solves it also)

This looks suspicious:
image

The way rotating works in FreeCAD, is with an angle, and a vector, and the object is rotated around the vector.
The length of the vector is not (very) important, but it must have some length and therefore a direction.

In your case both X, Y and Z are set to zero, resulting in a zero length vector with an undefined direction.

Yah…

Did you used the tool from bottom view instead of top view? that could lead to a mirrored sketch…
In that case just rotate your object of 180 degs and repeat the process, but from the top view, on the upside-down object… that should solve the issue

4 Likes