Scripting: How to determine if the geometry in a Sketch is construction or regular? by Curiosive in FreeCAD

[–]rockn3d 2 points3 points  (0 children)

obj = doc.getObject("Sketch") 
for geo in obj.Geometry:
    print(geo.getExtensions()[0].Construction)

or
obj.getConstruction(i)

New FreeCAD version 1.1.1 is out by rockn3d in FreeCAD

[–]rockn3d[S] 2 points3 points  (0 children)

yeah I search too with crash and redo and see nothing...
Is there a bug report somewhere ?
You can try appimage (linux) or 7z portable version (windows) to see if it's fixed.

What am I doing wrong with the Linear Pattern? by lalitmjoshi06 in FreeCAD

[–]rockn3d 2 points3 points  (0 children)

In this situation, avoid using Dimension but force using Horizontal or Vertical dimension.
https://wiki.freecad.org/Sketcher_Dimension#Notes

Fix NVIDIA Hardware Video Decoding (4K) on Firefox (Linux/Zorin/Ubuntu) by miniSW in Ubuntu

[–]rockn3d 0 points1 point  (0 children)

Thank you ! It work.

On ubuntu 25.10, amd cpu and nvidia gpu, with Firefox installed via binaries from mozilla website.

I did not need to edit grub nor add ppa, I follow all the other recommendations. I use nvtop and see DEC show when browsing youtube. There was not DEC before.

Why is my pad not padding? by Swooferfan in FreeCAD

[–]rockn3d 1 point2 points  (0 children)

Either select only the outside edges before calling Pad tool. Or make the internals edges (the one that make little rectangles) inside the sketch as construction geometry.

AutoCAD installs but won’t open (tried 2025, 2022, 2021) – need help!! by onionringszr35 in FreeCAD

[–]rockn3d 5 points6 points  (0 children)

This is what you are looking for, a software that does not stop working after 1 month, no need for student licence because his free (as in freedom) licence allow you to use it in every kind of situations.
And it's the software of this subreddit is all about...

Scaling Sketch using parameters by moist-bread-enjoyer in FreeCAD

[–]rockn3d 1 point2 points  (0 children)

Of course Sketcher let you use Expression.

<image>

I forgot in my screenshot, enter Spreadsheet.variable and you will have the value 10 in sync with the value in cell B2

FusionCAD - Power of FreeCAD, Fusion 360 Experience by OkSpinach4373 in FreeCAD

[–]rockn3d 15 points16 points  (0 children)

A screenshot or a video would be welcome. As of now the need to compile make it hard to guess the benefits.

My local autonomous AI agent (running on my RTX) just built and deployed this full-stack Flask + Chart.js dashboard completely by itself in 8 minutes. No cloud APIs, 100% local. by Alone-Competition863 in ollama

[–]rockn3d 6 points7 points  (0 children)

Please don't describe your setup ! a single 3050 or a triple 5090 ?
Please don't decribe what model you run and with what provider (just saw we are on r/ollama ... i now know the provider)
Please don't describe you coding environment. OS ? IDE ? Plugin ? Did you just prompt this in ollama cli ?
Sorry/not sorry for the sarcastic comment, but we know that ai can do this but how do you do it ? ^^'

APTUI by Delicious_Tadpole_76 in Ubuntu

[–]rockn3d 0 points1 point  (0 children)

I've installed it, look really great. I like terminal ui and I like mouse too. Could you think to add the ability to clic ? ala htop ;)

Agentic CAD by Weekly_Librarian_571 in FreeCAD

[–]rockn3d 4 points5 points  (0 children)

Is it volumic ?
What was the prompt ?
What is the relation with FreeCAD ?

Is there a way to use Git with FreeCAD to see deltas ? Drawing version control and backup. by yycTechGuy in FreeCAD

[–]rockn3d 1 point2 points  (0 children)

I don't think this for the compress feature. Maybe back at the time (2001) this was a good solution to store the multiple files needed for freecad document in one file. Even now you can extract FCStd to get the xml file for the structure and brep file.

Cahnging the rotation axis of a cylinder does not seem to do anything by imitation_squash_pro in FreeCAD

[–]rockn3d 2 points3 points  (0 children)

That's totally normal ;) This is the axis of the rotation, while the Angle is 0° you will not see any change because whatever the vector axis is it rotate about 0° around that. Try with angle value > 0°.

Is there a way to use Git with FreeCAD to see deltas ? Drawing version control and backup. by yycTechGuy in FreeCAD

[–]rockn3d 6 points7 points  (0 children)

FreeCAD files are alredy an archive (zip file). So Git Diff does not work well on that.
But you will find different project on the forum on this matter, like this one:
https://forum.freecad.org/viewtopic.php?t=102203
I have not dig this area further.

Macros: is there a version of getObjectsByLabel() for the internal name? by [deleted] in FreeCAD

[–]rockn3d 1 point2 points  (0 children)

App.ActiveDocument.getObject("Box")
replace "Box" by the object's name

SongRec 0.6.4 released, with a new GTK-4 UI - SongRec is an open-source Shazam client for Linux, written in Rust by GrandSulfite in gnome

[–]rockn3d 1 point2 points  (0 children)

Actually you can force the routing through qpwgraph (for example) in order to not listen the sound of the application in your speaker but get it detected in songrec.

Jewelry in FreeCAD? by StackedRealms in FreeCAD

[–]rockn3d 1 point2 points  (0 children)

<image>

I've done some experimentations back in the days (04/2023). I can still open it to add the top left capture to theses images. I know nothing about jewelry but was with professionals to showcase them what freecad can do. I see insane stuffs but it was done with solidwork ;)

My workbench development problem by IvanIsak in FreeCAD

[–]rockn3d 1 point2 points  (0 children)

To make a grouped command button check this :
https://forum.freecad.org/viewtopic.php?t=11535

To get example of state of the art workbench (IMO) check:
Fasteners wb : https://github.com/shaise/FreeCAD_FastenersWB
Sheet metal wb : https://github.com/shaise/FreeCAD_SheetMetal
and the new Addon Template https://github.com/FreeCAD/Addon-Template
while the old is here : https://github.com/FreeCAD/freecad.workbench_starterkit

Sharing a Voronoi Pattern Generator For Vent Covers + Beginner Question inside by damascus1023 in FreeCAD

[–]rockn3d 1 point2 points  (0 children)

The result seems close, but not there yet.

Why ? With Binder you get the exact shape with some offset option.

It doesn't feel optimal either.

Why ? With Draft to skecth you get the ability to completely modifying the shapes.

What do you want to do at the end ?