Search found 156 matches

by rich61
Mon Dec 11, 2023 1:41 pm
Forum: Help on using FreeCAD
Topic: Update App Downloads Wrong Platform
Replies: 1
Views: 387

Update App Downloads Wrong Platform

From the preferences app menu, FC downloaded the wrong version for my system. Wrong Download: FreeCAD_weekly-builds-35327-2023-12-10-conda-Linux-aarch64-py310.AppImage Of course that wouldn't launch on my Ubuntu install. I successfully download manually. Where does the AppImage download in preferenc...
by rich61
Mon Aug 28, 2023 12:55 pm
Forum: Help on using FreeCAD
Topic: General Advice
Replies: 9
Views: 867

Re: General Advice

What does your part look like ?

Is it possibly easier to just create it the 'FreeCAD way' ?
by rich61
Thu Aug 24, 2023 5:30 pm
Forum: Python scripting and macros
Topic: Open the Directory of a Recent File from StartPage
Replies: 0
Views: 438

Open the Directory of a Recent File from StartPage

I use the Recent Files thumbnails often. However, its not just the specific file, but the 'Project' that is in my 'recent context'. Assuming you have a few files in a subdirectory and that subdirectory is the Project, here is a quick way to get there. The top menubar File function is a top down navi...
by rich61
Mon Aug 21, 2023 8:13 pm
Forum: Python scripting and macros
Topic: Open Directory Function
Replies: 2
Views: 537

Re: Open Directory Function

Thank you Syres, that got me going again. Did it like this.

from PySide2.QtWidgets import QFileDialog
filename = QFileDialog.getOpenFileName(None,"Open Project File",s1,"*.FCStd")
by rich61
Mon Aug 21, 2023 3:20 pm
Forum: Python scripting and macros
Topic: Open Directory Function
Replies: 2
Views: 537

Open Directory Function

Is there a function to open a directory so the user can select a file in that directory ? I could use FreeCAD.openDocument( directory_path) without filename however it seems to not accept a pathname without file name at the end of the path. I also tried " *.* " wild card which would be OK....
by rich61
Sun Aug 20, 2023 4:16 pm
Forum: Help on using FreeCAD
Topic: Start Page Context Menu
Replies: 3
Views: 415

Re: Start Page Context Menu

Thanks Carlo, I had not thought about the default browser activation. My Ubuntu 23.04 install will launch Firefox automatically as the "System Browser" if I choose an html file. I know where that is set up. But this context menu item did not do that. Maybe by default browser you mean the f...
by rich61
Sun Aug 20, 2023 2:37 pm
Forum: Help on using FreeCAD
Topic: Start Page Context Menu
Replies: 3
Views: 415

Start Page Context Menu

In the Start page I right clicked a recent file thumbnail. I got the context menu image shown below. - Open in External Browser -- Seems to do nothing on my system - Open in new window -- Displays a python program/macro in the main display area, looks like it gets MRU (most recently used?) file list...
by rich61
Sat Aug 19, 2023 4:19 pm
Forum: TechDraw
Topic: Balloon with border fills with all black
Replies: 8
Views: 2811

Re: Balloon with border fills with all black

I see what you mean, the balloon frame is somewhat irrelevant. Without the frame the balloon text is visible in the pdf, but the double or bold lines of the template are still there. I also tried a different page template, same. Probably not a techdraw issue since my system 'print to pdf' works prop...
by rich61
Sat Aug 19, 2023 10:58 am
Forum: TechDraw
Topic: Balloon with border fills with all black
Replies: 8
Views: 2811

Re: Balloon with border fills with all black

One more thing. If I print using the Ubuntu System 'Print to pdf' rather than FC Export PDF then the balloon prints OK.
by rich61
Sat Aug 19, 2023 10:55 am
Forum: TechDraw
Topic: Balloon with border fills with all black
Replies: 8
Views: 2811

Re: Balloon with border fills with all black

Wandererfan Sorry, I messed up my description of this problem. It is in an Exported pdf where the balloon fills with black. If I print normally the print is fine. So if it is an issue, maybe it is in the PDF generation. Or maybe I need more coffee. So, two files attached, the FCStd and the pdf. rich