FreeCAD Workbench Programming 101: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=Abstract= | =Abstract= | ||
CAD models are very important in OSE Development. Dedicated FreeCAD workbenches make the creation of CAD models easier, faster and more reliable. | CAD models are very important in OSE Development. Dedicated FreeCAD workbenches make the creation of CAD models easier, faster and more reliable. | ||
In this video we will show essential steps to create a FreeCAD workbench and | |||
and | In this video we will show essential steps to create a FreeCAD workbench. The process starts with downloading OSE Linux distribution that includes development and continuous integration capacity in Python, so that new workbenches can be created readily. We go through examples of programmability in FreeCAD: | ||
#Using [[Spreadsheet Workbench]] to generate CAD | |||
#Using the [[OpenSCAD Workbench]] to generate geometry | |||
#Using [[FreeCAD Macros]] | |||
#Adding bottons and menus to a toolbar | |||
#Creating new workbenches | |||
#Creating appimages for quick installation of new workbenches | |||
Rapid learning is achieved by this lesson being prepared in its entirety as a downloadable appimage that anyone can execute | |||
==Resources== | |||
*How to create macros - See [https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/How_to_install_macros.md] | |||
*Adding buttons and menus - [https://wiki.freecad.org/Add_Button_to_FEM_Toolbar_Tutorial] | |||
*Creating custom appimages [https://wiki.freecad.org/AppImage#Personalized_AppImages] | |||
=Video= | =Video= | ||
Line 15: | Line 26: | ||
*3DP workbench started - https://github.com/skaiser/D3D-Printer-Workbench | *3DP workbench started - https://github.com/skaiser/D3D-Printer-Workbench | ||
*[[How to write an abstract]] | *[[How to write an abstract]] | ||
*More thorough treatment - '''[[FreeCAD Workbench Python Programming]] | |||
*'''[[FreeCAD Programming]]''' | |||
*[[FreeCAD Workbench Programming 101]] | |||
[[Category:FreeCAD]] |
Latest revision as of 20:29, 2 January 2024
Abstract
CAD models are very important in OSE Development. Dedicated FreeCAD workbenches make the creation of CAD models easier, faster and more reliable.
In this video we will show essential steps to create a FreeCAD workbench. The process starts with downloading OSE Linux distribution that includes development and continuous integration capacity in Python, so that new workbenches can be created readily. We go through examples of programmability in FreeCAD:
- Using Spreadsheet Workbench to generate CAD
- Using the OpenSCAD Workbench to generate geometry
- Using FreeCAD Macros
- Adding bottons and menus to a toolbar
- Creating new workbenches
- Creating appimages for quick installation of new workbenches
Rapid learning is achieved by this lesson being prepared in its entirety as a downloadable appimage that anyone can execute
Resources
Video
Links
- Workbench starter kit - https://github.com/skaiser/FreeCAD_Workbench_Starter
- 3DP workbench started - https://github.com/skaiser/D3D-Printer-Workbench
- How to write an abstract
- More thorough treatment - FreeCAD Workbench Python Programming
- FreeCAD Programming
- FreeCAD Workbench Programming 101