I think 'hey, I've got a printer,

I think ‘hey, I’ve got a printer, I want it to look a little more put-together, I’ll harness the beastie and start making panels for it!’

I then looked at the Inventor Fusion videos on Youtube and feel like the music student, listening to Bach, who only just found Middle-C on the keyboard.

I can get the general shape, but the more precise things like ‘I need three holes, 25mm from the LCD opening, for sound, the rotary encoder, and the kill button’ is escaping me.

I’m sure at this point, someone will say ‘There’s a panel mockup in Sketchup, just convert it to an SDLPRT file, then to a fusion document, drag and drop, baby!’

or…

Inventor Fusion isn’t the app for that, you need

Last time I did any mechanical drawing…it was IRL, with a pencil and a T-square.

Usually once you have the primitive shape you would put a “sketch” on the surface you plan to put your holes on. The sketch should allow you to type in dimensions based on offsets from the edge.

Whatever you do, don’t give up.

Moi3D is an affordable easy to use cad program.

@Matt_Miller not likely, the delta didn’t kill me, this won’t either. It’s a stupid problem, more like "how do I specify three holes, 25mm from the LCD, and spaced out to perfectly align with the parts on the board.

It’s one thing to kinda throw extrusions together and see what sticks, and draw stuff in the right place because you need it there.

A helpful step is to first draw the objects that already exist.

If you are trying to make an enclosure for a RAMPS board for instance, import an image of one and model it in 3D by simply tracing it, or better, see if a nice reference model has already been made and uploaded to Thingiverse or Youmagine.

Once you have the reference model, its much easier to model parts that will surround or attach to it. You don’t even need to know the original dimensions, just check the fittings by sight within the model and then adjust accordingly.

If you share the file I’ll punch some holes where you want them :smiley:

Better to learn to fish than to ask someone else for fish for me…or something like that. :wink:

Mike, are you using Fusion, or the Fusion 360 product?

That is true. Don’t hesitate to ask if you get stuck!

@Justin_Garski Inventor Fusion (these branding decisions are confusing.)

Odd, for some reason I posted and it didn’t show up.
Big trick is the sketch. Create the sketch on the work plane you need to tinker with. You’ll use a lot of offset commands to draw intersections where you want holes. Once you have the lines all there, use the hold wizard, it will try to snap to the intersections leaving your holes in the exact place you want them.

Here’s how I’d do it in openscad:

Finished STL - https://github.com/andrewhodel/openscad-panel-howto/blob/master/panel.stl

Code - https://github.com/andrewhodel/openscad-panel-howto/blob/master/panel.scad

Took about 20 minutes. Very worthwhile to learn for things like this.

Thanks Andrew, that’s definitely 90% of the way there, I’m going to need to spend some time digging into the scad to understand it…which will be after Halloween. :wink:

@Mike_Miller I have just had a look online, and if you go to the following link http://help.autodesk.com/view/INVFUS/2013/ENU/?caas=caas/vhelp/help-dev-autodesk-com/v/Inventor-Fusion/enu/2013/Help/0056-Modeling56/0083-Solid-Mo83/0095-Placed-F95/0096-Hole96.html the bottom of the page has a video that might be useful, the key is to create a transient dimension by clicking on an edge, in another video

http://help.autodesk.com/view/INVFUS/2013/ENU/?caas=caas/vhelp/help-dev-autodesk-com/v/Inventor-Fusion/enu/2013/Help/0001-Essentia1/0005-Modifyin5.html

it explains that if you click on the pin symbol of the transient dimension then it will remain fixed so your holes will remain the set distance from the edge.

Hopefully this will help you with finding the precision you require.

I wanted to thank y’all for your input. a combination of ‘offset plane’ and ‘axis through two planes’ was what got me most of the way there. I haven’t printed the panel yet, but the Z-bed supports (elsewhere on g+) were all laid out using these techniques.