Search found 391 matches

by dan-miel
Mon Feb 19, 2024 9:50 pm
Forum: Open discussion
Topic: FreeCAD Day 2024: Complaint Session
Replies: 49
Views: 5600

Re: FreeCAD Day 2024: Complaint Session

Please clarify #3, which states: 3. Why is there no quick way to measure internal diameter of hole, why is quick measure not the default measuring tool On the second part of the question: Does quick measure mean the add-on called QuickMeasure or does it mean any program which will quickly measure pa...
by dan-miel
Fri Jan 19, 2024 5:00 am
Forum: Assembly
Topic: Baugruppe Aktualisieren
Replies: 5
Views: 3190

Re: Baugruppe Aktualisieren

The result: I can see the hole in A1 but NOT in A2 Hi Freecad21, Hi KBWBE. I cannot make out your parts so I cannot be sure of what you are doing. Both buttons will update your part, sort of. The main difference is that using the yellow button updates the constraints by using the names of the surfa...
by dan-miel
Wed Jan 17, 2024 4:48 pm
Forum: Help on using FreeCAD
Topic: A2Plus how to align shapes with constraints, miss out features
Replies: 9
Views: 4254

Re: A2Plus how to align shapes with constraints, miss out features

I have a part, a vibration motor, that needs to be mounted onto a base plate. The base of the motor has slot holes and I need to orient the motor with the slot holes on to the holes in the base plate Would this video help? Click on link. https://www.youtube.com/watch?v=3EA1cAz59hQ Dan Miel Edited (...
by dan-miel
Wed Jan 03, 2024 7:34 pm
Forum: Open discussion
Topic: [Feature request] Display useful info on Status bar
Replies: 27
Views: 11722

Re: [Feature request] Display useful info on Status bar

bambuko wrote: Wed Jan 03, 2024 6:42 pm It's not addon
it's Link branch
Quick Measure is an add-on that gives similar information. Select one feature for placement of an item, or select two features and get the distance or angle between them. This includes vertexes, lines, planes, cylinders, circles, etc.

Dan Miel
by dan-miel
Thu Oct 26, 2023 11:38 pm
Forum: Assembly
Topic: Which Workbench for Assemblies with varying parts
Replies: 7
Views: 13786

Re: Which Workbench for Assemblies with varying parts

Now my question is: Is there a workbench, where the constraints keep running after changing the size of parts in the assembly? Chnubi: Big question. When you create a part, each face is named. If you edit only the size of the parts the faces normally are rebuilt in the same order and retain the sam...
by dan-miel
Thu Oct 26, 2023 11:03 pm
Forum: Help on using FreeCAD
Topic: Lost my QuickMeasure tool
Replies: 5
Views: 1365

Re: Lost my QuickMeasure tool

@edwilliams16 Let me know if TheMarkster comments work. I have not upDated Quick Measure for a while. I'm glad you have found the WB useful.
Dan Miel
by dan-miel
Sat Sep 09, 2023 8:41 pm
Forum: Python scripting and macros
Topic: [Solved] How to write to status line?
Replies: 5
Views: 941

Re: [Solved] How to write to status line?

FreeCADGui.getMainWindow().statusBar().showMessage("My Message") OpenBrain, Thanks for the code it seems to work. I am trying to determine if I like looking to the bottom of the screen for the status bar with the measuring results vs having the results in the dialog box right beside the f...
by dan-miel
Sat Sep 09, 2023 4:51 pm
Forum: Python scripting and macros
Topic: [Solved] How to write to status line?
Replies: 5
Views: 941

Re: How to write to status line?

TheMarkster wrote: Sat Sep 09, 2023 1:55 am Snip macro screenshot-f2f1a3.png
@TheMarkster
Thanks for the code. I found that the message I sent to the status bar disappeared after a few seconds and some of the message did not show up because the words where to long.
Dan
by dan-miel
Fri Sep 08, 2023 9:47 pm
Forum: Python scripting and macros
Topic: [Solved] How to write to status line?
Replies: 5
Views: 941

[Solved] How to write to status line?

I wrote the Quick Measure add-on and recently tried to write the output of the program to the status bar instead of a dialog box so others could see a version of what I think a measurement program would look like. I did it by adding a TextEdit widget to the status box. It sort of works but the info ...
by dan-miel
Sun Aug 06, 2023 10:59 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2023: Unified Measurement Facility
Replies: 92
Views: 147713

Re: GSoC 2023: Unified Measurement Facility

The tool is accessible through the global view toolbar, right next to the original measure distance tool. Pick the right one of the two measure icons. Hlorus, I downloaded what I thought was the latest dev version of FreeCAD but the measurement icons did not show. Is there an add-in or other instru...