Rocket Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 22: Line 22:


==Installing==
==Installing==

'''Not available using the addon manager yet! That is pending'''


The Rocket workbench is not bundled with the default FreeCAD package, but can easily be installed via the [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr|Addon Manager]]. Invoke it from {{MenuCommand|Tools → [[Std_AddonMgr|Addons Manager]]}}. The Rocket workbench code is [https://github.com/davesrocketshop/Rocket hosted and developed on github] and can also be installed manually by copying it into FreeCAD's {{FileName|MOD}} directory.
The Rocket workbench is not bundled with the default FreeCAD package, but can easily be installed via the [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr|Addon Manager]]. Invoke it from {{MenuCommand|Tools → [[Std_AddonMgr|Addons Manager]]}}. The Rocket workbench code is [https://github.com/davesrocketshop/Rocket hosted and developed on github] and can also be installed manually by copying it into FreeCAD's {{FileName|MOD}} directory.
Line 28: Line 30:


The Rocket workbench is a work in progress, and will change often. Be sure to update it regularly!
The Rocket workbench is a work in progress, and will change often. Be sure to update it regularly!

=== Manual Install ===

# Download the source files from https://github.com/davesrocketshop/Rocket/releases/tag/v1.0
# Unzip into your user data directory. On Windows this is typically <your user directory>/AppData/Roaming/FreeCAD/Mod. On Linux this will be ~/.FreeCAD/Mod. In either case if the Mod directory doesn't exist, create it.
# Restart FreeCAD


==Getting Started==
==Getting Started==

Revision as of 04:14, 12 February 2021

Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Introduction

The Rocket Workbench is a set of tools for designing rockets and rocket components. The intended audience is builders of model and amateur rockets of all types and sizes.

Currently, the tool is used primarily to create individual components rather than complete rockets. Based on Part Workbench, the designed components can then be 3D printed, CNC manufactured, or laser cut. Future development will allow the modeler to construct complete rockets.

Parts are created by specifying parameters in the task dialog. No drawing is required.




Installing

Not available using the addon manager yet! That is pending

The Rocket workbench is not bundled with the default FreeCAD package, but can easily be installed via the Addon Manager. Invoke it from Tools → Addons Manager. The Rocket workbench code is hosted and developed on github and can also be installed manually by copying it into FreeCAD's MOD directory.

Note

The Rocket workbench is a work in progress, and will change often. Be sure to update it regularly!

Manual Install

  1. Download the source files from https://github.com/davesrocketshop/Rocket/releases/tag/v1.0
  2. Unzip into your user data directory. On Windows this is typically <your user directory>/AppData/Roaming/FreeCAD/Mod. On Linux this will be ~/.FreeCAD/Mod. In either case if the Mod directory doesn't exist, create it.
  3. Restart FreeCAD

Getting Started

TBD

Tools

Components created using the Rocket Workbench are essentially parts similar to what you would create using the Part Workbench. They can be combined with other parts or modified using that workbench. The advantage of using the Rocket Workbench is that parts can be created with far fewer operations.

Tutorials and Learning

TBD