Proper way to export DXF

I have multiple 3d objects that I put flat on the XY plane. I want to create multiple DXF files for different groups of objects.

What’s the right way to do this? Currently I did this:

  • Select all 3d objects
  • project sketches onto the XY plane
  • that gave me 1 big sketch that I then exported.

However, I need multiple DXF files (about 6), each with a specific subset of those sketches…how can I do that? I do I have to project groups of 3d objects together so that I create multiple sketches or there is a more scalable/smart way of doing this?

Hi,
Try to Create a drawing and export it in PDF.
Drawing.dxf.zip (66,7 Ko)

I actually need to export to 1:1: scale because i am going to use the files for cnc. I don’t think drawing will work right?

When I created the example, I choose 2:1 but you can choose to make it in 1:1. It is just for visualization


Anyway, the dimensions of the drawing export will always be at 1.1

Try to select the desired group, then use the isolation button and project to the xy plane

1 Like

Project each object on plane separately, it will makes each time new sketch on same XY plane, and than, select sketches, isolate them and export, there on export window select "Save Each 1st-Level Item Separately ".
That will create .zip file containing all sketches you want

And I highly recommend to project just one face of object. If you select whole body and project it, It will double the lines on same locations and made lot of mess on cnc G code.
I have cnc plasma cutter and I use this workflow very often, so it should work :wink:

there is tutorial i made in run to work:) i hope it helps you

3 Likes

Thanks! This indeed works even though I just realized another issue.

If i select the the whole 3D object and project it, the dxf has duplicate lines all over the place. So it seems that I have to select the surfaces instead of the 3d object. This is suuuuper tedious for complicated surfaces that repeat multiple times. How do you all do that?

I am glad that this helps you.

It depends on your object. I assume that you have some object already built up and you want all sides project to planes and make sketches for each side for cnc production.
If so, there are more ways.

1/You can copy each side you want to project to sketch and separate it from object. (Put all of those in new folder)

Than you need to create new plane on XY (top)
-this is important, because cnc Router/laser/plasma reads just 2D shapes on bottom side
So than align those sides from folder onto that new XY plane. So all of them are facing same side. Than you can arrange it to use small area.
And than project it as I mentioned above.
(Do not forget that material you want to cut has some thickness. You should count with it in you design)

2/ you can project each side of your object on new plane created on that side. So you will have some planes oriented in 3d space, so than, you again need to align them on bottom (XYplane).

I hope that this make sense, I can lately make another video which covers this.

Can you provide some printscreen so I more understand your issue

*EDIT: its XY plane not XZ, i edit that

Hi , i think it’s more easy… :slight_smile:

How this helps you with cnc production? I don’t understand. This is just drawing even if its export as .dxf? I’ll try it at monday in workshop😉

Sorry, I wanted to write DXF :slight_smile:

here is example of bench that I designed and created.

This is fully assembled shape I build first:

than I prepare all shapes for laser cnc as I mention above:

and This is drawing of that object for asamble:

If I had to send this last drawing on cnc, it wouldn’t cut shapes what i need, it will just cut that like picture:)

So You need to project each shape on 2D plane and then save them as .dxf

Thanks! Yeah, I have been basically following this process. The very annoying part is that, once bodies are aligned on the XY plane with the face you are interested in facing "TOP’, you can’t just select the bodies and project to get the sketch to export…I have done that and it creates a mess because there are a lot of duplicate lines.

So I had to go and select one face at a time, which if you have rabbets it’s very annoying. And then project them.

Feels like an improvable eperience.

1 Like

You are welcome,

You are right it is XY (XZ is in blender and i wasn’t at ipad to check)

The process is bit boring and repetitive, it really depends on size of project and the parts you want to cut. Sometimes it is also really quick:)

The solution could be area selection tool which select only visible faces from particular view (like in blender). So you pick face, than click spacebar(to set view from normal) and than choose all bodies you need and tool will select just those visible faces from that view. But I tried it right now, andarea selection tool select everything.

So now, that process above is only way for now, i think.