Live data from Hacker News

Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

youtube.com

201–210 of 235 posts

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#201
post #6

Time to invest the comparable amount of money in FOSS alternatives? FreeCAD, LibreCAD, BRL-CAD, and so on.

I've been learning it thanks to this amazing tutorial series by a guy named mangojelly. https://www.youtube.com/playlist?list=PLWuyJLVUNtc0UszswD0oD... freeCAD had a critical issue in topological naming (they are working on a fix as we speak and it's going to be out "soon"), and it's hideously clunky. Basically, when you resize a sketch and that causes more faces to be created it makes all your other stuff go crazy.…

I am still a relative novice but: you don't really need to use datum planes at all to avoid TNP through sketch placement.

Each sketch can be placed independently anyway (offset from its attachment), and you can place them parametrically. So if you want the sketch on the top surface of another pad you can simply set the attachment position with e.g. >.Length referring to that object. Or by using a named reference from another sketch, or whatever.

Local co-ordinate systems can be useful, and sometimes I have added planes attached to those, because setting up attachment in truly arbitrary places is fiddly, but I almost never use datum planes.

TNP isn't usually triggered by resizing a sketch, unless the resizing causes some topology to change -- an edge being added in the edge list before a critical one is what will break attachment. For example if resizing one sketch in a body causes an earlier-numbered edge of a face you're attaching to, to disappear, that will do it, I think.

So generally TNP is something you don't always have to worry about, if you plan your design; sometimes you can attach to faces without concerns.

This isn't actually truly unique to FreeCAD. All CAD kernels have to solve this problem somehow; it's just that they are usually really narrow edge cases rather than big ugly obvious ones!

For me the bigger problem with FreeCAD (that won't go away quickly) is fillets and chamfers. OpenCascade can't allow a chamfer to consume other edges so you often run into difficulties where you have to tweak some measurement by a fraction of a millimetre so it doesn't.

I am getting around that by considering carefully which chamfers are merely presentational and which are effectively structural. The structural chamfers I may solve in some other way -- within the sketch, or with a subtractive operation, or whatever.

I agree with the recommendation for the Mango Jelly videos, and if you're on Facebook, the main FreeCAD group can be useful (Mr Mango Jelly hangs out there).

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#202
post #152

Just a reminder that Autodesk is the oracle/adobe of the CAD world, and this is just the way they always operated.

I just got into 3d printing as a hobby a few months ago and this has been my take away from their offerings as well. I use TinkerCad for most things; I'd like to get into Fusion 360, but I'd be a little afraid of learning a bunch about that software only to have more and more of it become out of reach behind licenses that don't make a lot of sense to buy as a hobbyist. That said, the products look great and seem to h…

What you learn in any decent 3D CAD software will be easy to translate to another one. Fusion 360 is a great package, but it's not because it has particular features that don't exist elsewhere. You can learn CAD on Fusion and leave it for another package later.

What you'd lose are your designs however. 3D designs don't convert well.

But currently there is no 3D CAD software that is good for mechanical design and has a good and free license for hobbyists.

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#203

Earlier quoted context omitted.

I've been learning it thanks to this amazing tutorial series by a guy named mangojelly. https://www.youtube.com/playlist?list=PLWuyJLVUNtc0UszswD0oD... freeCAD had a critical issue in topological naming (they are working on a fix as we speak and it's going to be out "soon"), and it's hideously clunky. Basically, when you resize a sketch and that causes more faces to be created it makes all your other stuff go crazy.…

Do you know if any of the official FreeCAD tutorials go through using data planes instead of sketch on face?

It isn't really the right solution.

Datum planes are usually unnecessary; cluttering up a design with a plane per sketch is certainly the wrong way to go about it.

You can place each sketch with the same tools you place a datum plane -- by editing the attachment and attachment position. (You just can't do it at the point of creating the sketch in the same way as you can when creating a plane).

You can then use expressions in those positions, including e.g. the width/depth/length of other objects (using the length of another Pad would be one very common scenario). Or you can use values from a Spreadsheet.

And TNP won't always bite you anyway. It's possibly better to learn how to fix attachment issues than clutter up your design with datum planes.

Learning how to place sketches in arbitrary space is so core to FreeCAD that it's probably worth going through the pain on this.

Datum planes do have uses -- like when you want to attach large numbers of sketches to a single plane, or when you want to model some arbitrary plane without using physical geometry. They are also useful for e.g. cutting holes up to a face (because the plane can substitute for a face)

They are also helpful, I find, when I am using an LCS for some feature.

But quite often you see people trying to work around TNP with a datum plane, only to attach that plane to the same object that will have the TNP.

This tutorial on attachment may help you (it's a bit involved)

https://wiki.freecad.org/Basic_Attachment_Tutorial

But the various Mango Jelly videos about sketch attachments are well worth watching.

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#204
post #163

Earlier quoted context omitted.

Does that include CAM? Much of what I pay for is the CAM functionality.

I believe the student personal version has all functionality, but that may have changed.

I am not a student, I am a hobbyist, so I think https://www.plm.automation.siemens.com/plmapp/education/soli... (which has education in the URL) is probably what I want.

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#205
post #91

Earlier quoted context omitted.

Has any tried SolveSpace? https://solvespace.com/index.pl I'm considering digging in.

This looks really cool. I use freecad but find it really frustrating to use, this might be more my style. They also provide the geometric constraint solving algorithm separately as a library. Incredible.

> They also provide the geometric constraint solving algorithm separately as a library.

Indeed -- it's actually used in the FreeCAD Assembly 3 workbench as a solver (I think that supports switchable/pluggable alternatives now though)

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#206

Earlier quoted context omitted.

The beauty of 3D printing, and the community is that you could have saved yourself some time and downloaded one of the many, many versions of this available online already. I want to love FreeCAD, but it is hard to work with for complex designs compared to other tools; topological naming has been an absolute nightmare, but I persevere, it's improving slowly. At least now I'm less likely to have to throw away hours/da…

> you could have saved yourself some time and downloaded one of the many, many versions of this available online already. I enjoy the act of technical drawing and 3d design. Downloading pre-existing models doesn't have the same "I did that" feeling. Especially after a long day at the coding mines, doing some shape manipulation is like brain yoga. The biggest reason why I love freeCAD is how it's just there. All other…

> I enjoy the act of technical drawing and 3d design. Downloading pre-existing models doesn't have the same "I did that" feeling. Especially after a long day at the coding mines, doing some shape manipulation is like brain yoga.

Right!

I have a cheap 3D printer. It took me over a year to decide that buying it wouldn't mean another white elephant gadget.

So I made myself a list of things I'd always be able to download and print if I never managed to learn CAD. I've barely printed any of them, because I can do my own things already.

God loves the OpenSCAD/code CAD devs I am sure, but it is not really the case that you can just "program" general objects, because real life things are not simple geometrical constructions; there's a lot of arbitrary organic design in them. A lot of compromises and tweaks and useful accommodations, that lead to some hellish maths (and if I was good at maths I'd have a maths degree, not a CS degree).

I decided I would push past the pain points of learning FreeCAD, and I have now become comfortable enough in it, and designed enough real things.

I am borderline religious about the impact the combination of FreeCAD, PrusaSlicer and a cheap 3D printer has had on my ability to reason about physical objects, and make things I have only before imagined. It's incredibly liberating: I am now someone who can make physical things.

Like you I also love that I don't have to think about costs or licences.

FreeCAD isn't perfect but it's not in the same "clearly left behind" category as GIMP. It's more like QGIS: somewhat idiosyncratic but actually quite powerful. It's made my life enormously better.

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#207

Earlier quoted context omitted.

> Corporations are doing that to us, but way more subtly, but with no less of an impact in the long run Corporations generally don't send a missile into a pizza shop to kill two 15 year old twins, or send conscripts into battle and shoot at them if they retreat.

if the Dutch East India company had missiles it probably would have

Yes, and so does XE/PMC WAGNER. That's why I said "generally". If your example to claim corporations are evil is 400 years old from a mercantilist era, then... Ok, I guess?

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#208
Maybe it’s just me, but I find that YouTube videos linked on HN significantly detract from my experience.

Particularly when the video communicates something that can be easily and succinctly communicated in writing. In such cases, I feel that a linked YouTube video is promotional (of the YouTuber) rather than informative.

And I say that as someone for whom YouTube pays the bills.

Re: Louis Rossmann: Autodesk turns lifetime licenses into subscriptions [video]

#210
post #46

Earlier quoted context omitted.

I mean often “management changed” often means the company went out of business and someone bought it and is giving it a go themselves. This is a bit deceptive, but it’s really a new company often.

Still frustrating from a consumer's point of view, especially if nothing changed (name, building, decorations , menu) apart from management.

Would you rather token changes? “Formerly Bob’s Burgers”?
Post reply on HN