OSE FreeCAD Workbenches: Difference between revisions
Line 32: | Line 32: | ||
=OSE Workbench Platform for Dummies= | =OSE Workbench Platform for Dummies= | ||
*The platform allows you to create clickable icons for doing OSE design: click on an icon, and the CAD of that is inserted into a working document. The intent is rapid design of real technology - if the CAD inserted is real, not just a BS abstraction. | *The platform allows you to create clickable icons for doing OSE design: click on an icon, and the CAD of that is inserted into a working document. The intent is rapid design of real technology - if the CAD inserted is real, not just a BS abstraction. For CAD to be real, it must match a BOM, and it must consider build procedure. | ||
*You click an icon to add specific CAD to a working doc. | *You click an icon to add specific CAD to a working doc. | ||
*This advanced workflow can be created by non-programmer dummies, pending basic learning. G has created a template for doing this. | *This advanced workflow can be created by non-programmer dummies, pending basic learning. G has created a template for doing this. |
Revision as of 18:58, 25 June 2021
Intro
Hint: We are developing design workbenches for each of the 50 GVCS machines. G Roques is currently working on these at platform for OSE workbenches using FreeCAD.
https://ose-workbench-platform.readthedocs.io/en/latest/
https://github.com/gbroques/ose-workbench-platform
3D Printer Workbench
The 3D Printer workbench is the best example of a workbench using the platform.
Playlist - Using the OSE FreeCAD Workbenches Platform
Install
Workbench Howto
This walks you up to the point of generating your first part in the workbench.
OSE Workbench Platform for Dummies
- The platform allows you to create clickable icons for doing OSE design: click on an icon, and the CAD of that is inserted into a working document. The intent is rapid design of real technology - if the CAD inserted is real, not just a BS abstraction. For CAD to be real, it must match a BOM, and it must consider build procedure.
- You click an icon to add specific CAD to a working doc.
- This advanced workflow can be created by non-programmer dummies, pending basic learning. G has created a template for doing this.
- The challenge is: generating Python scripts for 3D CAD. Impossible. But made possible by simply copy-paste of the Python console window in FreeCAD, which converts your design process into lines of code! Very powerful feature of FreeCAD.
About FreeCAD Workbenches
FreeCAD workbenches are groups of tools and functionality within the open source FreeCAD software. In the OSE case, we use them for designing GVCS Machines using OSE Part Libraries and design methods embodied in our Design Guides. This is all done within the open source, extensible FreeCAD software.
List of Workbenches from OSE
- D3D Freecad Workbench - 3D printer workbench can generate frames, corners, and mount the axes and bed on the frame. This allows for rapid modeling of any 3D printer geometry, and to extract rod/frame angle sizes for a cut list, and to determine range of motion.
- OSE Piping Workbench - can generate any plumbing fitting in the world
Links
Hint: We are currently working on OSE FreeCAD Workbenches - a workbench construction set for all the GVCS machines