Search found 53143 matches

by chrisb
Mon Apr 15, 2024 9:05 am
Forum: Help on using FreeCAD
Topic: Regression on Sketcher Points
Replies: 7
Views: 448

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: 206

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: 572

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 271 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: 572

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: 955

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: 416

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: 955

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...
by chrisb
Sun Apr 14, 2024 12:42 pm
Forum: Help on using FreeCAD
Topic: Centering and midpoints
Replies: 17
Views: 955

Re: Centering and midpoints

Red means indeed that the sketch is overconstrained. I must warn you to continue working on the sketch when such situation occurs, because the whole constraint system can get out of whack. As soon as redundant or conflicting constraints occur, you should fix this issue. No further adding of constrai...
by chrisb
Sun Apr 14, 2024 8:51 am
Forum: Developers corner
Topic: Reload module/workbench
Replies: 13
Views: 7068

Re: Reload module/workbench

Reloading works here for pure Python stuff. Workbenches written in C++ are probably not reloaded completely.
by chrisb
Sun Apr 14, 2024 8:50 am
Forum: Help on using FreeCAD
Topic: When working with 2 documents, unexpected switch from one to the other
Replies: 45
Views: 4013

Re: When working with 2 documents, unexpected switch from one to the other

For comparison: here, where it works well, I get

Code: Select all

>>> QtWidgets.QApplication.style()
<PySide2.QtWidgets.QCommonStyle(0x60000032df40, name = "macintosh") at 0x134007e00>
>>> QtWidgets.QApplication.style().metaObject().className()
'QMacStyle'
>>>