Search found 53146 matches

by chrisb
Tue Apr 16, 2024 4:44 am
Forum: Help on using FreeCAD
Topic: Best way to center objects
Replies: 1
Views: 107

Re: Best way to center objects

The best way is to think before you start. It is by far not always trivial, but worth every minute you think about where to place your object in 3D space. This one should have YZ-plane go through the center of the object.
by chrisb
Tue Apr 16, 2024 4:41 am
Forum: Help on using FreeCAD
Topic: Create 2 rotations of a linked pocket/sketch
Replies: 3
Views: 224

Re: Create 2 rotations of a linked pocket/sketch

Glyn wrote: Tue Apr 16, 2024 2:05 am Are there other ways to ensure the cube is centered XYZ?
If you use a Cube primitive or a Part cube, you can use expressions for the x-, y- and z-component of the Placement/AttachmentOffset, e.g. for x:

Code: Select all

-Cube.Length/2
by chrisb
Tue Apr 16, 2024 4:33 am
Forum: Help on using FreeCAD
Topic: Help making object solid
Replies: 7
Views: 381

Re: Help making object solid

In Cura you have to configure the infill of solids.
100%: plastic rock solid
20%-30%: common infill, pretty stable
12%-20%: rather lightweight
0%: no infill.
by chrisb
Mon Apr 15, 2024 9:05 am
Forum: Help on using FreeCAD
Topic: Regression on Sketcher Points
Replies: 7
Views: 449

Regression on Sketcher Points

Sketcher CreatePoint used to create points as construction geometry, because in nearly all cases that's what they are used for.

In current 0.22 they are here on macOS created as real geometry. Can others please confirm?
by chrisb
Mon Apr 15, 2024 8:18 am
Forum: Forum in Deutsch
Topic: CAM Modul
Replies: 1
Views: 210

Re: CAM Modul

Sliptonic entwickelt die Fräs-Workbench eifrig weiter. Im Zuge dessen gab es auch die Umbenennung.

Alle Fehler solltest Du unbedingt auf Github melden.
by chrisb
Mon Apr 15, 2024 4:22 am
Forum: Help on using FreeCAD
Topic: How to rotate a sketch drawing
Replies: 7
Views: 573

Re: How to rotate a sketch drawing

ezequielleonzybert wrote: Mon Apr 15, 2024 3:17 am But I need the planar DXF for laser cutting. Not the 3D body
Using the legacy exporter and the option to project along the view direction I get from this object ...
SnipScreenshot-53ffd0.png
SnipScreenshot-53ffd0.png (9.03 KiB) Viewed 272 times
a flat dxf:
by chrisb
Sun Apr 14, 2024 10:44 pm
Forum: Help on using FreeCAD
Topic: How to rotate a sketch drawing
Replies: 7
Views: 573

Re: How to rotate a sketch drawing

ezequielleonzybert wrote: Sun Apr 14, 2024 8:40 pm What would happen then when I export the sketches to DXF for laser cutting? Would the rotated sketch keep being rotated in the dxf drawing?
You should not export sketches, but rather the gear, i.e. the solid created based on the sketches.
by chrisb
Sun Apr 14, 2024 10:08 pm
Forum: Help on using FreeCAD
Topic: Centering and midpoints
Replies: 17
Views: 958

Re: Centering and midpoints

it is not obvious with the tiny print in the combo box Besides that I think you should always have a look at this to see your progress, this tiny box is backed up by the whole sketch turning red, which I would rate as extremely obvious. I guess I regard Dimensions as a form of constraint I fully ag...
by chrisb
Sun Apr 14, 2024 9:46 pm
Forum: Help on using FreeCAD
Topic: Draft workbench
Replies: 7
Views: 417

Re: Draft workbench

@Leadhead I don't quite understand the approach. This is what I see:
There is a workbench (Sketcher), which does what you need, e.g. tangent lines.
Now you look at another workbench (Draft), which hasn't such features. So where is the problem? Why not just use Sketcher?
by chrisb
Sun Apr 14, 2024 9:37 pm
Forum: Help on using FreeCAD
Topic: Centering and midpoints
Replies: 17
Views: 958

Re: Centering and midpoints

I guess it would be good if: 1) remove-redundant were the default or at least not so hidden, and A clear NO from my side. Let the machine do things that you don't understand is not a good option here. You will remain confused until you understand how geometric elements add degrees of freedom, and h...