summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2021-04-12 12:44:09 -0400
committerDante Catalfamo2021-04-12 12:44:09 -0400
commitc2eb89d52da3a50f5294dbab710e13dfa0c08306 (patch)
treed8ffd110baf7c5dd577cdbe8f3fa504b9d787428
parent7ee198ecd2ecb1146fdc8457502d494861af3126 (diff)
downloadblog-c2eb89d52da3a50f5294dbab710e13dfa0c08306.tar.gz
blog-c2eb89d52da3a50f5294dbab710e13dfa0c08306.tar.bz2
blog-c2eb89d52da3a50f5294dbab710e13dfa0c08306.zip
freecad-got: clean up sentences even more
-rw-r--r--content/posts/WIP-freecad-and-git/index.org15
1 files changed, 8 insertions, 7 deletions
diff --git a/content/posts/WIP-freecad-and-git/index.org b/content/posts/WIP-freecad-and-git/index.org
index a818a32..32849b2 100644
--- a/content/posts/WIP-freecad-and-git/index.org
+++ b/content/posts/WIP-freecad-and-git/index.org
@@ -8,16 +8,17 @@
#+SUMMARY:
I've been working a lot with [[https://freecadweb.org/][FreeCAD]] recently since I got my 3D
-printer. It's been a mostly excellent experience, but I've run into my
-fair share issues.
+printer. It's been a mostly excellent experience, but I've run a
+couple issues.
Between the MacOS version and Linux version of FreeCAD (both 0.19,
-maybe different builds?), a project that I've been working on for a
-couple days has become broken to the point where I can no longer
-edit the sketches, rendering it useless.
+maybe different builds?), and transferring files between machines
+using Nextcloud, a project that I'd been working on for a couple days
+become broken to the point where I can no longer modify the sketches,
+rendering it useless.
-This has led me on a quest to find out how I can manage these files
-through version control like =git=.
+This has led me to find out how I can manage these files through
+version control like =git=.
It would seem that FreeCAD files are nothing more than zip files
containing text documents, which should make this rather easy.