You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tamas Ungi edited this page Oct 23, 2017
·
5 revisions
How to contribute
Save original CAD file (e.g. SLDPRT) and STL file in one of the subfolders.
E.g. I saved PlusModelCatalog/TrackingFixtures/Block4x4-ThreeHoles.STL
Open PlusModelCatalog/CatalogContents.cmake in a plain text editor (e.g. Notepad++)
Add a new "MODEL_TABLE_ROW" section to this text file
E.g. I added this section
MODEL_TABLE_ROW(
ID "Block4x4-ThreeHoles"
DESCRIPTION "Block of solid material 40x40x14 mm size, with an extruded interface with three M4 holes 7 mm apart. The block can be edited to cut out an anatomical part, so the final product will interface with an anatomy."
)
Commit and Push your CAD and STL file, along with the edited cmake file.