diff --git a/README.md b/README.md index f1c4e9a..a430659 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,17 @@ all object constraints reference an embedded spreadsheet `params` to avoid prefer constraining against datum objects instead of faces and other elements produced directly from sketches like pads. -finally, the file contains an "assembly" group. this is simply a collection of parts -composed together to help visualize how and whether all of them fit well together. -this assembly group calculates all placement offsets from `asmsheet` spreadsheet. -here's how an assembly looks like: +finally, the [fff/provcase-assembly.FCStd](fff/provcase-assembly.FCStd) file contains +an "assembly" group. this is simply a collection of parts composed together to help +visualize how and whether all of them fit well together. it links to the provcase.FCStd, +so you'll need both files. this assembly group calculates all placement offsets from +`asmsheet` spreadsheet. here's how the assembly looks like: ![provisional fff case assembly](fff/provcase-assembly.png) +the "assembly" std part has a custom property "view" with two options: exploded and +assembled. the property is configured from the same asmsheet. + ### 3D printing the parts > TODO: insert here acceptable 3D printer specs and an assembly guide diff --git a/fff/provcase-assembly.FCStd b/fff/provcase-assembly.FCStd new file mode 100644 index 0000000..0dc0fc5 Binary files /dev/null and b/fff/provcase-assembly.FCStd differ diff --git a/fff/provcase-assembly.png b/fff/provcase-assembly.png index 86e7398..f5eb548 100644 Binary files a/fff/provcase-assembly.png and b/fff/provcase-assembly.png differ diff --git a/fff/provcase.FCStd b/fff/provcase.FCStd index 8cf87f8..670d8db 100644 Binary files a/fff/provcase.FCStd and b/fff/provcase.FCStd differ