Search found 180 matches

by babaroga
Wed Apr 10, 2024 7:23 am
Forum: Help on using FreeCAD
Topic: Help on creating a guard in FreeCAD
Replies: 3
Views: 188

Re: Help on creating a guard in FreeCAD

You can do it on many different ways.
Look at two examples in attachment.
by babaroga
Fri Apr 05, 2024 5:28 am
Forum: Python scripting and macros
Topic: Extraction of Hole feature properties
Replies: 29
Views: 5573

Re: Extraction of Hole feature properties

Hello, Usually, I make python script to generate machine "native" code. Feeding G-code directly to woodworking CNC workcenters can be dangerous because it can bypass machine security checks. Some years ago I had nasty collision on one HolzHer machine. I prefer to generate native code for a...
by babaroga
Sat Jan 20, 2024 12:00 am
Forum: Users Showcase
Topic: IKEA style assembly instructions
Replies: 14
Views: 8683

Re: IKEA style assembly instructions

chrisb wrote: Fri Jan 19, 2024 11:09 pm Now I finally understand what all this recent talk about AI is all about !
:lol: :lol: :lol: I was working for IKEA supplier for years. It is their terminology. IKEA was again ahead of its time.

But, good point. I just started wondering how ChatGPT would react to allen key.
by babaroga
Fri Jan 19, 2024 10:42 pm
Forum: Users Showcase
Topic: IKEA style assembly instructions
Replies: 14
Views: 8683

Re: IKEA style assembly instructions

FreeCAD is excellent for production of assembly instructions. In past few years I made dozens of AI s of different types of furniture. My workflow is as follows. 3D views are created in FC with Techdraw workbench and then exported to SVG. Post processing was done in Inkscape and pages created with L...
by babaroga
Fri Nov 04, 2022 1:28 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 61553

Re: Supporting Qt 6 - What's needed?

Sorry i missed that, but my point is, there was another 13 references to /usr/lib/qt6/moc correctly detected even without setting
Qt6Core_MOC_EXECUTABLE

Only this two references to graphviz was missed.
by babaroga
Fri Nov 04, 2022 1:11 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 61553

Re: Supporting Qt 6 - What's needed?

Regarding to MOC, when I try to build i get error: [ 12%] Automatic MOC and UIC for target FreeCADGui AutoMoc: /home/senja/FCQt6/FreeCAD/src/Gui/UiLoader.h:0:1: note: No relevant classes found. No output generated. [ 12%] Built target FreeCADGui_autogen [ 12%] Generating qrc_translation.cpp [ 13%] B...
by babaroga
Fri Nov 04, 2022 12:31 pm
Forum: Install / Compile
Topic: Compilation testers needed
Replies: 50
Views: 8433

Re: Compilation testers needed

On Manjaro, it compile just fine with Qt5. [code] OS: Manjaro Linux (KDE/plasma) Word size of FreeCAD: 64-bit Version: 0.21.30828 (Git) Build type: Unknown Branch: master Hash: 860ce0a78e386c8a83c0835e6ff80454935763e5 Python 3.10.8, Qt 5.15.6, Coin 4.0.1, Vtk 9.1.0, OCC 7.5.3 Locale: English/United ...
by babaroga
Fri Aug 05, 2022 10:11 am
Forum: TechDraw
Topic: TechDraw Multithread Testing
Replies: 122
Views: 22103

Re: Multithread Testing

This post is, maybe, offtopic. I want to share 2 pages of my assembly instructions generated totally with mutithreading branch of TD. All pictures and details were generated in FC, with some touches in Inkscape. I didn't have any hickups and everything was painless and very fast compared to working ...
by babaroga
Thu Aug 04, 2022 11:41 am
Forum: Install / Compile
Topic: Trouble building master: missing coin3d
Replies: 20
Views: 3160

Re: Trouble building master: missing coin3d

I had same problem with Manjaro. Solved it by manually returning FindCoin3D.cmake to cMake folder. It was deleted by 7a198ca [code] OS: Manjaro Linux (KDE/plasma) Word size of FreeCAD: 64-bit Version: 0.21.29938 (Git) Build type: Unknown Branch: hlrThreadrc1 Hash: 6159fbafd202429ff1cffca4fd5f93c2407...
by babaroga
Wed Aug 03, 2022 11:42 am
Forum: TechDraw
Topic: TechDraw Multithread Testing
Replies: 122
Views: 22103

Re: Multithread Testing

Hello, With new fixes, everything now seems to be OK. Automatic scaling is working, and there is no hidden underlying geometries. I cannot measure, but my subjective feeling is that everything works ever faster than before. Anyway fans on my laptop does not spin like it is going to fly away. Today I...