FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

PieMenu Workbench icon PieMenu Workbench

Introduction

The PieMenu Workbench is an external workbench that brings a customizable menu providing quick access to FreeCAD tools via keyboard shortcuts. You can choose from multiple shapes, themes, customize tools and shortcuts, and much more.

Example of a PieMenu containing 16 pies.

In the example above, the first section corresponds to parametric workbenches, then workbenches for design and technical drawings, then workbenches for assemblies, then some workbenches for the author to make tests of new tools and finally a shortcut to the web tools.

Installation

  1. Install the PieMenu Workbench via the Addon Manager. For manual installation, see Installing more workbenches.
  2. Restart FreeCAD.

Definitions

  • A PieMenu is a set of tools grouped within a menu to create a shortcut bar accessible via a keyboard shortcut.
  • A ToolBar is a set of existing shortcuts in FreeCAD, containing a set of tools from a workbench.
  • Context Mode: A special activation mode that takes into account the geometry selected by the user to determine which PieMenu to activate based on the settings.
  • Global shortcut: General shortcut assigned to PieMenu to open the default PieMenu.
  • Individual shortcut: Shortcut assigned to a particular PieMenu.

Usage

  1. Press the global global shortcut (default is Tab key) on the keyboard to invoke PieMenu.

First launch

  • It may be necessary to restart FreeCAD after installation and after the initial activation of PieMenu to ensure that the configuration is set up correctly.
  • By default, the global shortcut to activate PieMenu is the Tab key. However, if this does not work or if you wish to change it, you can access the Preferences via the Accessories → Pie menu settings menu, then Global settings tab, then Global shortcut.
  • You can assign a simple shortcut (e.g. a single key like A), a composite shortcut (e.g. CTRL+Q), or a multi-key shortcuts (e.g. F, F).

Create/Modify a PieMenu

In case of a fresh installation, PieMenu will create 3 PieMenus (View, PartDesign, and Sketcher) with some common tools. To create or modify other PieMenus, simply go to the Preferences (QuickMenu → Preferences or Accessories Menu → PieMenu Preferences).

QuickMenu

The QuickMenu is the context menu displayed when clicking on the integrated button in the PieMenu, it allows to quickly adjusting certain settings. If the QuickMenu is not visible, it must be enabled in the Preferences by activating the Show QuickMenu option.

PieMenu preferences

The PieMenu preferences window contains 3 vertically stacked sections.

Top section

The top section contains a set of buttons that let you:

  1. Change the icon of your PieMenu.
  2. Switch between all your PieMenus.
  3. Add a new PieMenu.
  4. Remove a PieMenu.
  5. Rename a PieMenu.
  6. Copy a PieMenu.
  7. Create a new PieMenu from a existing toolbar.

Middle section

The middle section in turn is horizontally divided into 3 sections that can be resized or even hidden using the splitters placed between the sections. The first section has 4 tabs each containing several settings/tools.

PieMenu tab

Create a new PieMenu by clicking on the + button, name it, and validate. It will now be visible in the dropdown list of PieMenus. Modify and adjust available settings (settings may vary depending on the PieMenu configuration):

Window split into 3 sections showing PieMenu settings, a list of PieMenu actions and the current PieMenu preview.

  • Menu size: Adjusts the size of the menu.
  • Button size: Adjusts the size of the buttons (Note: maximum size depends on the menu size).
  • Shape: Multiple shapes are available.
  • Trigger Mode: Choose the activation mode: \'On press\' or \'On hover\' of the mouse for this PieMenu.
  • Set the hover activation delay: To avoid triggering too quickly when passing over multiple commands, it is necessary to set a sufficient delay.
  • Show command names: Some shapes allow displaying command names.
  • Number of rows and columns: For shapes allowing a layout in rows and/or columns.
  • Icon spacing: Adjusts the space between buttons.

Tools tab

Window split on 2 sections containing available tools and current PieMenu preview.

  • Check the desired tools to add them to your PieMenu tool list.
  • You can move or delete tools using the buttons located below the tools list.
  • Tip: You can search for tools by their name in the search bar.

Context tab

Window split on 2 sections containing context settings and list of PieMenu actions.

(Attention, this feature is not fully functional, there may be bugs)

Context allows activating a specific PieMenu based on the geometry selected by the user. For example, when the user selects a face in the 3D model, one might want a PieMenu for creating a \'New Sketch\' to open. This is possible with the Context mode.

How to use the context mode?

In normal use, the default PieMenu opens when the global shortcut is pressed, but sometimes the user needs specific tools depending on the type of 3D object selected.

For example let\'s take the case you want only the tools that are useful when a face of a 3D object is selected in PartDesign. You can create a PieMenu containing these tools and set the display conditions for this PieMenu in the Context tab as follows:

  • If you select only one face (while in the PartDesign workbench) and press the global shortcut, this PieMenu is displayed, giving access only to the tools that the user has set in this PieMenu. If the box \'Immediate triggering when conditions are met\' is ticked this will trigger the immediate display of the PieMenu without the need to press the global shortcut.

:

  • The advantage is that you can create as many PieMenus as you need to cover your current needs. For example, you may need a PieMenu with only the tools that can be used in PartDesign with the edges:

:

  • Because of the inheritance of code from previous versions of PieMenu, for context mode to work it is necessary for \"Global Context\" mode to be activated either by the QuickMenu or by the general parameters.

:

Global settings tab

Window containing global settings that applies to all PieMenus.

Here you can:

  • Select the theme style.
  • Enable or disable the QuickMenu.
  • Enable or disable the Context mode (also available in the QuickMenu).
  • Enable or disable the toggle mode for the global shortcut.
  • Enable long right click press to open PieMenu feature.
  • Import/Export settings.
  • Assign the global shortcut.

Bottom section

The bottom section contains a set of buttons that let you:

  1. Open the About page.
  2. Open the documentation using the FreeCAD Help module (check your setting on Edit → Preferences → General → Help → Display).
  3. Close the preferences window.

References

  • Author: Grubuntu
  • Source code: https://github.com/Grubuntu/PieMenu
  • Bug reports and feature requests: https://github.com/Grubuntu/PieMenu/issues
  • Forum topic: https://forum.freecad.org/viewtopic.php?t=84101

Links

  • CHANGELOG

⏵ documentation index > Addons > External Workbenches > PieMenu Workbench

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/PieMenu_Workbench.md

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub