Search found 8416 matches

by Roy_043
Sat Apr 20, 2024 6:18 pm
Forum: Help on using FreeCAD
Topic: How to rotate a Curved Line (handrail for a staircase)
Replies: 5
Views: 408

Re: How to rotate a Curved Line (handrail for a staircase)

The classic solution is to create two extrusions and then use Cut (or Intersection? but I could not get that to work). See attached file.
by Roy_043
Sat Apr 20, 2024 9:59 am
Forum: Help on using FreeCAD
Topic: Keyboard shortcuts from different workbenches[Solved]
Replies: 3
Views: 185

Re: Keyboard shortcuts from different workbenches

For a shortcut to work in V0.21 and beyond the tool must be in a menu or visible in a toolbar.
by Roy_043
Sat Apr 20, 2024 9:07 am
Forum: Announcements & Features
Topic: 1.0 feature freeze in sight
Replies: 21
Views: 1958

Re: 1.0 feature freeze in sight

chrisb wrote: Sat Apr 20, 2024 7:46 am there will be a 1.1 before 2.0 comes out.
But is 1.1 a backport release of version 1 or the next major release after 1.0? That is obviously the question that needs to be answered. We do not use 0.21.0 in the name of https://wiki.freecad.org/Release_notes_0.21.
by Roy_043
Sat Apr 20, 2024 7:48 am
Forum: Help on using FreeCAD
Topic: bug? PartDesign helix does not track some spreadsheet alias changes
Replies: 5
Views: 252

Re: bug? PartDesign helix does not track some spreadsheet alias changes

Bug or not, depending on what you want this can be quite inconvenient. It is possible to use "Expression actions" in the Tree view context menu to copy-paste expressions. I suggest pasting them in a temporary text document, and after making the changes in the FreeCAD document pasting them ...
by Roy_043
Sat Apr 20, 2024 7:24 am
Forum: Developers corner
Topic: Set date for 0.21.3 release
Replies: 3
Views: 473

Set date for 0.21.3 release

With the 1.0 feature freeze just around the corner I think we need to set a date for the 0.21.3 release. We could also cancel it, but I imagine the freeze may last a couple of months. :mrgreen:
by Roy_043
Sat Apr 20, 2024 7:03 am
Forum: Announcements & Features
Topic: 1.0 feature freeze in sight
Replies: 21
Views: 1958

Re: 1.0 feature freeze in sight

It's not like we're going to stop work after 1.0 is released. It's a version number, not a shutdown. If you have items to add to the roadmap for 1.1 (or whatever we call the thing after 1.0), then let's get them on there. We need to agree on a naming scheme now. The release notes page in the Wiki h...
by Roy_043
Fri Apr 19, 2024 1:33 pm
Forum: Draft, Arch & BIM
Topic: Subtracting roof from wall not working for me.
Replies: 1
Views: 184

Re: Subtracting roof from wall not working for me.

Welcome. Can you post your file? Without it we can only guess what "this project" is.
by Roy_043
Fri Apr 19, 2024 9:53 am
Forum: Help on using FreeCAD
Topic: Cut/Trim parts which are created with Draft_OrthoArray
Replies: 1
Views: 203

Re: Cut/Trim parts which are created with Draft_OrthoArray

See attached file. There must be a small space between the elements of the array.
by Roy_043
Thu Apr 18, 2024 7:52 pm
Forum: Open discussion
Topic: Is it intentional that LinearPattern's "occurences" parameter includes the original features but the "length" doesn't?
Replies: 7
Views: 565

Re: Is it intentional that LinearPattern's "occurences" parameter includes the original features but the "length" doesn'

The pattern is an array that does not really have a start or endpoint, the length is the length of a translation vector. And what would be the start point of (for example) a cylindrical feature? In an older version of the page the text is: Define the Length (distance) between the last copied occurre...