Chris Albertson
unread,Aug 22, 2026, 12:11:35 AMAug 22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alan Timm, RSSC-List
Every release, I keep hoping that FreeCAD is finally good enough that I can move from Fusion360. It is looking good. I will have to try a project. The trouble is that in the past, it always took about twice as many mouse clicks in FreeCAD.
As for managing versions, I think Git is the way to go. Especially if you are also developing software for the robot. Git is a no-brainer for software, and it would be nice to keep hardware and software in the same version control system. There seems to be a Git Workbench now. I will have to look at it.
Backup is different from version control. Git is used for change management, especially when multiple people are making changes to the same system at the same time. Backup is so that you do not lose data if your storage system breaks. Just back up the whole filesystem to a second disk and to Backblaze, and make it automatic so you can’t forget.