Quetzal is the fork of Dodo workbench for FreeCAD.
Extending Dodo workbench support & adding translation support.
The recommended way to install Quetzal is via FreeCAD's
Addon Manager under
Tools > Addon Manager
drop-down menu.
Search for Quetzal in the workbench category.
The install path for FreeCAD modules depends on the operating system used.
To find where is the user's application data directory enter next command on FreeCAD's Python console.
App.getUserAppDataDir()
Examples on different OS
- Linux:
/home/user/.local/share/FreeCAD/Mod/
- macOS:
/Users/user/Library/Preferences/FreeCAD/Mod/
- Windows:
C:\Users\user\AppData\Roaming\FreeCAD\Mod\
Use the CLI to enter the Mod
directory and use Git to install Quetzal:
git clone https://github.com/EdgarJRobles/quetzal Quetzal
If you are updating the code, restarting FreeCAD is advised.
Check the documentation on the FreeCAD Wiki article: https://wiki.freecad.org/Dodo_Workbench
Discussion in the FreeCAD Forum: https://forum.freecad.org/viewtopic.php?t=22711
Read our CHANGELOG file to know about the latest changes.
Read our CONTRIBUTING file to know about ways how to help on the workbench.