Page 141 of 287

Re: General Stuff(tm)

Posted: 22 Dec 2023 22:09
by stephen_usher
Today's fun... breaking 3D modelling programs, or at least FreeCAD.

Somehow, just trying to make the base of a case for a PCB (the QIMSI card) I caused FreeCAD to make an illegal memory request, several times not be able to reparse its own data to update the display, make all the objects rotate into strange angles by undoing an operation and suddenly have loads of lines with too many degrees of freedom by just mirroring a sketch. It seems almost as broken as Inkscape.

I've downloaded to try, Blender and the personal license of Fusion 360 to try next.

To be honest, I wonder how people actually design stuff using CAD/CAM systems as it feels so clunky.

Other than that I've just cleared up the building and put all of the reels of filament into the AMS, so I can do more than just orange.

Re: General Stuff(tm)

Posted: 22 Dec 2023 23:30
by HigashiJun
stephen_usher wrote: 22 Dec 2023 22:01
HigashiJun wrote: 22 Dec 2023 10:07 Nice little room...
That's the small "workshop" end. to the left of that is the 5m model railway. :-)
My (unfulfilled) dream when I was a kid.

Re: General Stuff(tm)

Posted: 22 Dec 2023 23:43
by chronicthehedgehog
I haven't used FreeCAD for a while. I'm no expert with such things but it felt a bit broken.

I found OpenSCAD to be quite usable though. It's script based - good for programmers :-). It might not be the first choice for 3D printing but I did use it for such once.

Re: General Stuff(tm)

Posted: 23 Dec 2023 13:27
by stephen_usher
HigashiJun wrote: 22 Dec 2023 23:30
stephen_usher wrote: 22 Dec 2023 22:01

That's the small "workshop" end. to the left of that is the 5m model railway. :-)
My (unfulfilled) dream when I was a kid.
Here's the other end of the room...

IMG_3498.jpeg

Re: General Stuff(tm)

Posted: 23 Dec 2023 13:28
by stephen_usher
chronicthehedgehog wrote: 22 Dec 2023 23:43 I haven't used FreeCAD for a while. I'm no expert with such things but it felt a bit broken.

I found OpenSCAD to be quite usable though. It's script based - good for programmers :-). It might not be the first choice for 3D printing but I did use it for such once.
For the sort of thing I'll be doing eventually, model railway architecture, platforms etc. I think I'll need something more visual. Thanks for the recommendation though.

Re: General Stuff(tm)

Posted: 23 Dec 2023 16:30
by stephen_usher
Had a quick look at the "Chess Champion" late 1970s chess computer.

Well, it's trying to run code from the look of things but probably not getting very far.

However, the state of the soldering!!! Lots of pins not really soldered and brown flux EVERYWHERE!!!!

IMG_3501.jpeg

I've never seen a commercial product this poorly made. (Yes, that is a mostly unsoldered pin.)

Of course, they've made the wires between the main circuit board and the display and keyboard too short to be able to move it out far enough to get to the top side of the board. *sigh*

Re: General Stuff(tm)

Posted: 24 Dec 2023 04:40
by HigashiJun
stephen_usher wrote: 23 Dec 2023 13:27 Here's the other end of the room...

IMG_3498.jpeg
Looks good... Still some work to do and you'll have a nice model !

8-)

Re: General Stuff(tm)

Posted: 24 Dec 2023 09:00
by stephen_usher
Yeah, it's a long term project, getting the expensive parts done before I retire and don't have the funds.

Re: General Stuff(tm)

Posted: 24 Dec 2023 10:49
by rubber_jonnie
stephen_usher wrote: 23 Dec 2023 16:30 Had a quick look at the "Chess Champion" late 1970s chess computer.

Well, it's trying to run code from the look of things but probably not getting very far.

However, the state of the soldering!!! Lots of pins not really soldered and brown flux EVERYWHERE!!!!


IMG_3501.jpeg


I've never seen a commercial product this poorly made. (Yes, that is a mostly unsoldered pin.)

Of course, they've made the wires between the main circuit board and the display and keyboard too short to be able to move it out far enough to get to the top side of the board. *sigh*
That is some ugly soldering! I hope it gets a reflow for Christmas!!!

Re: General Stuff(tm)

Posted: 24 Dec 2023 13:13
by stephen_usher
I've been doing some reflowing, but it's not allowing it to work.

The Fairchild F8 processor is a strange one. It's actually supposed to be at least three chips, the ALU (which has 16 bytes of RAM for registers and general use), the software execution unit (holding the program counter register) and then either the dynamic RAM control unit or the static RAM control unit.

However, this chess computer doesn't have a software execution unit so they must be doing something clever to reduce the chip count.