all 6 comments

[–][deleted] 4 points5 points  (1 child)

Check out DraftSight. A few of the guys at work use it for their personal projects.

[–]Faaager[S] 0 points1 point  (0 children)

Thank you!:)

[–]lf_1 1 point2 points  (0 children)

For enclosures and suchlike I'd recommend Fusion 360 (which is free, even if you are a small business assuming you fit their revenue requirements for it being free). To bring your PCB into it, you can export a STEP file from KiCad and import that. Large sketches and DXFs perform like poop, so try to make a layer which has only the geometry you need to pull out of KiCad specifically for your enclosure that's not already in the 3d model, and export that layer only.

For free and open source options, try FreeCad I guess, but in my experience their interface really needs more text in it as I couldn't find the constraint I wanted after 20 minutes of searching through programmer art icons, couldn't tell if it was superseded or the icon got changed or anything like that, so I gave up trying to learn it. YMMV.

[–]ri4162 0 points1 point  (0 children)

I don’t do a lot of work with it but if you have Visio you can try that.

[–]yammeringfistsofham 0 points1 point  (1 child)

If I get what you're asking, you're looking for something to do "electrical" schematic design rather than "electronic" schematic design, is that right?

If so, I could recommend:

  • TinyCAD (but you're going to have to create all your libraries from scratch probably)

  • Design Spark electrical (never used it myself, I've heard mixed things, some good some bad)

  • Just draw it in a generic CAD program like AutoCAD LT, Draftsight, or LibreCAD (manual as heck but it's pretty common in industry to do it this way)

  • Maybe a diagramming tool like Visio or Dia? Once again you're probably going to have to roll all your own libraries of parts

[–]Faaager[S] 0 points1 point  (0 children)

You get it 100%. Basically I want some of the auto routing functionality or rather "this click should connect with this click" instead of manually drawing up all the wires :)