From 7040036d6adea23fa8946bea96f87998f9722eb7 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Wed, 27 Sep 2023 10:06:13 -0500 Subject: [PATCH] Update glossary.md I was bothered by the fact that the Glossary had nothing in it. Let's get this ball rolling... --- stylebook/glossary.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/stylebook/glossary.md b/stylebook/glossary.md index 100bef2..2a5a2e6 100644 --- a/stylebook/glossary.md +++ b/stylebook/glossary.md @@ -3,3 +3,17 @@ layout: default --- # Glossary + +Addon: Additional functionality that can be installed into FreeCAD via the addon manager. Different types of addons include macros, system macros, workbenches, and other utilities. + +Core: [What do we mean by the 'core'? As in 'core developer' or 'core feature'? Is it the stuff that is included in the standard binary build? Stuff that is included in the main src tree? Stuff other than workbenches? Stuff written in c++?] + + +FreeCAD: FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size + +Workbench: A conceptual grouping of tools that together are used to achieve a design goal. For example, the TechDraw workbench is used to produce technical drawings from designs created in other parts of the FreeCAD application. The Path workbench is used to create toolpaths and generating gcode for cnc machines. + +Part: [????] + + +