Search found 157 matches

by SIXe
Tue Apr 09, 2024 8:04 am
Forum: TechDraw
Topic: Total sheet number is filled out incorrectly
Replies: 4
Views: 472

Re: Total sheet number is filled out incorrectly

wandererfan wrote: Mon Apr 08, 2024 2:16 pm Should be fixed by git commit ee39814f0c
I can confirm that it's fixed now. Thanks for the quick fix!
by SIXe
Wed Apr 03, 2024 8:40 pm
Forum: TechDraw
Topic: Total sheet number is filled out incorrectly
Replies: 4
Views: 472

Re: Total sheet number is filled out incorrectly

Are you using a macro or something to fill in sheet number? No. TD can do that natively since fddbac8f324c98235726fe58fefaf3edb1b73df4. AFAIK there is no logic in TD to calculate a sheet number or total sheets. It calculates it automatically when one of the two templates A4_LandscapeTD.svg or ANSIC...
by SIXe
Wed Apr 03, 2024 1:46 pm
Forum: TechDraw
Topic: Total sheet number is filled out incorrectly
Replies: 4
Views: 472

Total sheet number is filled out incorrectly

The sheet number is filled out automatically. However, the total sheet number is always equal the current sheet number as far as I can tell:
sheet2.png
sheet2.png (6.18 KiB) Viewed 472 times
sheet1.png
sheet1.png (6.04 KiB) Viewed 472 times
I expect SHEET 1/2 and SHEET 2/2 instead of SHEET 1/1.

Code: Select all

FreeCAD 0.22.0 Revision: 36646 (Git)
by SIXe
Thu Mar 28, 2024 3:01 pm
Forum: TechDraw
Topic: Extend centerlines + undo → segfault
Replies: 4
Views: 455

Re: Extend centerlines + undo → segfault

Should be fixed by 10b9229492 . I can confirm that the segfault is gone in master. Note that cosmetic actions are not in general "undo-able" as they are not document objects. That's an implementation detail the general user is blissfully unaware of. And after the cat walked over the keybo...
by SIXe
Tue Mar 26, 2024 9:34 pm
Forum: TechDraw
Topic: Orientation Vertical/Horizontal uses “Aligned” in function “Add Centerline Between 2 Points”
Replies: 5
Views: 448

Re: Orientation Vertical/Horizontal uses “Aligned” in function “Add Centerline Between 2 Points”

wandererfan wrote: Tue Mar 26, 2024 9:12 pm Forcing the line to be vertical or horizontal does not make sense here.
If there's just one option (aligned), the choice to use different orientations should be removed.
by SIXe
Fri Mar 22, 2024 10:58 am
Forum: TechDraw
Topic: [Solved] TechDraw align diameter dimension
Replies: 6
Views: 590

Re: TechDraw align diameter dimension

Sorry I can't help with a solution.

Many other programs (Inkscape, Gimp, LibreCAD) use a modifier (e.g. <shift>) and when depressed, snapping to common angles (0°, 45°, 90°, etc.) is activated. This would make for an intuitive UI for FreeCAD as well.
by SIXe
Thu Mar 21, 2024 1:14 pm
Forum: TechDraw
Topic: Add cosmetic line through 2 points - deselectable radio buttons
Replies: 2
Views: 275

Re: Add cosmetic line through 2 points - deselectable radio buttons

I'd like to file a bug report to get this fixed. But I want to understand the function first. Can someone enlighten me what the 2d/3d buttons actually do? I did a few tests and it didn't matter what I selected, the result was always the same. What's the use-case to select either one, both or none of...
by SIXe
Thu Mar 21, 2024 12:15 pm
Forum: TechDraw
Topic: Orientation Vertical/Horizontal uses “Aligned” in function “Add Centerline Between 2 Points”
Replies: 5
Views: 448

Orientation Vertical/Horizontal uses “Aligned” in function “Add Centerline Between 2 Points”

The setting ”Orientation Vertical/Horizontal” doesn't work in function “Add Centerline Between 2 Points”. It works for “Add Centerline Between 2 Lines”, though. It always uses the “Aligned” setting in both cases. These examples use “Add Centerline Between 2 Lines”: hor-vert-line-01.png hor-vert-line...