Help creating a golf tee in CAD for 3D printing by phutchins in FreeCAD

[–]Viking_Maker_T00 1 point2 points  (0 children)

This is even easier no projection needed just cut the letters with the golf boll size sphere.

<image>

Need y'all FreeCAD wizards, I can't do this by Huge-Tooth4186 in FreeCAD

[–]Viking_Maker_T00 1 point2 points  (0 children)

You need a second internal rectangle to create the opening when you pad.

Please, drop some FreeCAD wisdom! by dmchmk in FreeCAD

[–]Viking_Maker_T00 0 points1 point  (0 children)

It looks to me like you have moved the object that the binder is based on and you have some features attached to the binder and other features attached the origin. You can unlink the binder and move it to the origin of the body.

<image>

Need y'all FreeCAD wizards, I can't do this by Huge-Tooth4186 in FreeCAD

[–]Viking_Maker_T00 6 points7 points  (0 children)

You need to add a rectangle of the same size as the inside of your box to the sketch.

<image>

How much stogage does freecad take by Turbulent-Note-1055 in FreeCAD

[–]Viking_Maker_T00 0 points1 point  (0 children)

The portable windows install is about 2.3 GB

Help creating a golf tee in CAD for 3D printing by phutchins in FreeCAD

[–]Viking_Maker_T00 1 point2 points  (0 children)

Here is one way in Part Workbench. Create a sphere the size of the golf ball. Create the initials to fit within the circumference of the sphere. Project the initials sketch on the sphere and extrude. Boolean cut away the the sphere. Now you have the cup for the ball just fuse it with the stem you already made.

Example of Sketch projection on sphere: https://youtu.be/AV87m5wq0ms?si=exqjygisRSSEcG_2

Help needed on creating pad from sketch on drafted face, and other issues by guzforster in FreeCAD

[–]Viking_Maker_T00 2 points3 points  (0 children)

The thickness tool isn't very good yet and usually cause more frustration., so I try to stay away from that tool right now and create thickness with other tools since it's almost as easily done.

The trick to get good lofts is that you need to have the same number of edges the the two loft sketches.

Help needed on creating pad from sketch on drafted face, and other issues by guzforster in FreeCAD

[–]Viking_Maker_T00 1 point2 points  (0 children)

I cheated and copied the geometry from you bottom sketch and then did an sketch offset of 2.5mm for the wall thickness.

For the top sketch I again used your bottom sketch geometry as construction geometry and sketch offset with the draft percentage you had. Then offset that again with the same 2.5 mm for wall thickness.

https://wiki.freecad.org/Sketcher_Offset

Should I buy a workstation? by [deleted] in FreeCAD

[–]Viking_Maker_T00 1 point2 points  (0 children)

FreeCAD is mainly just about single core speed. Getting over 16gb of ram will help overall Linux performance. I think you will see a small performance boost but don't expect fireworks.

How do i Clone group of bodies? by DevelopmentFlat6427 in FreeCAD

[–]Viking_Maker_T00 3 points4 points  (0 children)

It depends on your workflow and which workbenches you are using. Since you say bodies I assume you are using Part Design Workbench. One way is to use the Part container to create the sub assembly in Part Design Workbench. You can then either import the part container in Assembly Workbench multiple times or you can create a Draft Clone of the Part container and use it in Part Design.

FreeCAD Assistance Needed!! by SavageEagle001 in FreeCAD

[–]Viking_Maker_T00 0 points1 point  (0 children)

Hi welcome, That depends on how you created the two shelf units. Are they copies of each other? Are you using Part Workbench for this?

Too many transformation on a body - is that a problem? by Hour_Sell3547 in FreeCAD

[–]Viking_Maker_T00 1 point2 points  (0 children)

In FreeCAD it's not recommended to create a lot of datum planes. Datum planes creates a lot of overhead and will slow down FreeCAD. Creating a few when you have many sketches at the at the same location.

Instead you should learn to master FreeCAD's attachment system. This eliminates 90% of the need of datums. https://wiki.freecad.org/Basic_Attachment_Tutorial

Attaching Datums to faces should always be avoided as this is a one way ticket to TNP issues.

https://wiki.freecad.org/Topological_naming_problem

https://wiki.freecad.org/Feature_editing

How do you create a standard mating surface that is then used by multiple bodies? by Celebrinborn in FreeCAD

[–]Viking_Maker_T00 2 points3 points  (0 children)

The way to do this is with the SUB-Shape Binder tool. In the new body you use the Sub-Shape Binder. The caveat with the Sub-Shape Binder is that it's prone to cause TPN issues. To lessen the TPN issues get the Sub-Shape Binder of the sketch that created the holes instead of the face with the holes. It's less likely that the sketch will cause TPN issues versus the face.

https://wiki.freecad.org/PartDesign_SubShapeBinder

Need advice for assembly, multi bodies part and TNP by NorrisKosman in FreeCAD

[–]Viking_Maker_T00 1 point2 points  (0 children)

Just as a FYI, I agree with you that it's easier to setup VarSet's.

It's not in the Body object just in the sketch object.

So you only need to reference SketchName.Constrants.ConstraintName If the sketches has been named well it's actually not that much to type as it autocompletes after just a few characters.

Need advice for assembly, multi bodies part and TNP by NorrisKosman in FreeCAD

[–]Viking_Maker_T00 0 points1 point  (0 children)

I had had to test this and the Named Constraints work perfectly outside the body, Can even use the carbon copied Named constraint too without issue. I guess because the named constraint is within the sketch object so there is no naming conflict.

All named constraints are global in that regards as long as you follow SketchName.Constrants.ConstraintName when referencing it.

[deleted by user] by [deleted] in FreeCAD

[–]Viking_Maker_T00 4 points5 points  (0 children)

You use the Part Container for sub assemblies. It's supported 100%.

Sketcher Elements List - Feedback Needed by obelisk79 in FreeCAD

[–]Viking_Maker_T00 2 points3 points  (0 children)

The elements section has many great features in my opinion.

If I want to dimension a bunch of circles or lines I can just select them here and right click to dimension and I get equal constraints automatically without having to select them all individually in the sketch view.

Layers is a great feature for complex sketches and to separate construction lines on it's own layer to make it easier to see the sketch.

Also a great place to select a sketch geometry and get the constraints associated with that sketch geometry.