The FreeCAD Preferences Editor under menu Edit → Preferences is commonly used to set and manipulate the FreeCAD parameters table.
However, it is also possible to access, modify and create parameters manually, using the Parameter Editor found under menu Tools → Edit parameters.
This page lists parameters that are not accessible via the preferences editor, but that you can set manually to fine-tune your FreeCAD installation or overcome problems. All parameters are located in BaseApp/Preferences/.
-
Addons/developerMode (boolean): Set to
True
to enable the developer mode of the Addon Manager. See Package Metadata. -
Bitmaps/Theme/ThemeSearchPaths (boolean): Set to
False
so FreeCAD uses its included icons instead of the system icon theme on Linux. -
Dialog/DontUseNativeColorDialog (boolean): Color picker dialog setting. Set to
False
if you want FreeCAD to use the native color dialog on your system rather than the Qt Color Dialog. Defaults toTrue
. -
Dialog/DontUseNativeDialog (boolean): File dialog setting. Set to
False
if you want to use the native File dialog when opening files or toTrue
to use the Qt File Picker Dialog. Default depends on a compile time setting: #define (USE_QT_FILEDIALOG). -
Dialog/DontUseNativeFontDialog (boolean): Used by the Draft ShapeString command. Set to
False
to use the native Font dialog. Defaults toTrue
. -
DockWindows/DAGView/Enabled (boolean): Set to
True
to enable a beta DAG view dockable widget. After changing the parameter value, a FreeCAD restart is needed so the widget is available in the View/Panels list. -
DockWindows/PropertyView/Enabled (boolean): Set to
True
to enable a Property View dockable widget independent from the Combo View. After changing the parameter value, a FreeCAD restart is needed so the widget is available in the View/Panels list. -
DockWindows/TreeView/Enabled (boolean): Set to
True
to enable a Tree View dockable widget independent from the Combo View. After changing the parameter value, a FreeCAD restart is needed so the widget is available in the View/Panels list. -
Document/AutoNameDynamicProperty (boolean): Set to
True
to make FreeCAD automatically rename dynamic properties with an invalid specified name instead of throwing an exception. Note that Python code will not have access to the new name. -
Document/ChangeViewProviderTouchDocument (boolean): Set to
False
so items visibility changes won't mark the document as changed. -
Document/SaveThumbnailFix (boolean): Set to
True
to fix a problem with Qt5 that prevents the generation of.FCStd
file thumbnails. -
General/LockToolBars (boolean): Set to
True
to prevent toolbars from being draggable, and to hide the small drag handles. Mostly used in conjunction with stylesheets that make the toolbars vertical. -
General/RecentIncludesExported (boolean): Set to
True
to include exported files in the Recent Files list. Defaults toFalse
. -
General/RecentIncludesImported (boolean): Set to
False
to exclude imported files from the Recent Files list. Defaults toTrue
. -
Macro/DuplicateFrom001 (boolean): Set to
True
to always begin searching for suggested duplicate macro filename with @001 instead of current @NNN, if applicable. Defaults toFalse
. -
Macro/DuplicateIgnoreExtraNote (boolean): Set to
True
to ignore extra note when suggesting duplicate macro filename. Extra note is text in the filename following "@NNN" and before ".FCMacro". Example: "[email protected]_note.FCMacro". IfTrue
the next suggested filename is "[email protected]". If set toFalse
the next suggested filename is "[email protected]_note.FCMacro". To be recognized as an extra note the text should begin with a dot (".") following the "@NNN". Otherwise, for example "my_macro@006_my_note.FCMacro" gets "my_macro@[email protected]" as suggested new filename, which might be desirable in some cases. Defaults toFalse
. -
Macro/ReplaceSpaces (boolean): Set to
False
if you do not want spaces in your filenames automatically converted to underscores when creating, renaming, or duplicating a macro. Does not affect existing files, only matters when creating new file or renaming or duplicating existing file. Defaults toTrue
. -
MainWindow/ClearMenuBar (boolean): Set to
True
to clear the menu bar on workbench change, useful when using a global menu as they may fail to update on workbench change and quickly get cluttered with each workbench's menu entries. Defaults toFalse
. On macOS it is cleared either way to workaround a Qt bug. -
MainWindow/ToolBarNameAsToolTip (boolean): Set to
False
to not get the toolbar name as a tooltip. Defaults toTrue
. -
PropertyView/AutoTransactionView (boolean): Set to
True
so changes of View tab properties are added to the undo stack (hence are undoable). Defaults toFalse
. -
Selection/AutoShowSelectionView (boolean): Set to
True
to make the Selection View pane show automatically when selecting something. Defaults toFalse
. -
Selection/singleClickFeatureSelect (boolean): Set to
False
to disable single click selection of a feature in PartDesign. Defaults toTrue
. -
TreeView/HideColumn (boolean): Set to {{True}} to hide the 'Description' column in the Tree view. Defaults to
False
. -
TreeView/TreeViewStretchDescription (boolean): Set to
True
to stretch the 'Description' column in the Tree view to the right edge of the pane. Defaults toFalse
. -
{{VersionMinus|0.20}}View/Dimensions3dColor (string): Set to a hex color value in the format
#RRGGBB
to change the direct dimension display color in Part Measure Linear. For (v0.21) see PartDesign Preferences. -
{{VersionMinus|0.20}}View/DimensionsAngularColor (string): Set to a hex color value in the format
#RRGGBB
to change the angular dimension display color in Part Measure Angular. For (v0.21) see PartDesign Preferences. -
{{VersionMinus|0.20}}View/DimensionsDeltaColor (string): Set to a hex color value in the format
#RRGGBB
to change the orthogonal dimensions display color in Part Measure Linear. For (v0.21) see PartDesign Preferences. -
View/NavigationDebug (boolean): Enables debug output of navigation styles (as of v0.19, only Gesture navigation style has something to say).
-
View/SavePicture (string): Set to FramebufferObject, PixelBuffer or CoinOffscreenRenderer for different methods to produce images from the 3D view.
- General/ExportDefaultFilenameMultiple (string): Set the default filename to use when exporting multiple objects. Defaults to "%F".
- General/ExportDefaultFilenameSingle (string): Set the default filename to use when exporting a single object. Defaults to "%F-%P-".
Both of these options support the automatic insertion of various pieces of information into the filename, using the following format characters:
- %F - the name of the .FCStd file (or the label, if it is not saved yet)
- %Lx - the label of the selected object(s), separated by character 'x'
- %Px - the label of the selected object(s) and their first parent, separated by character 'x'
- %U - the date and time, in UTC, ISO 8601
- %D - the date and time, in local timezone, ISO 8601
Any other characters are treated literally. If the resulting filename is illegal it will be changed on saving, with illegal characters replaced by the underscore (_).
- General/ComboBoxWheelEventFilter (boolean): Set to
True
so widgets do not catch mouse wheel event and prevent scrollable areas to be scrolled. Needs FreeCAD restart to be taken into account. - View/GestureMoveThreshold (integer): the distance (px) mouse cursor has to move to enter rotation or pan modes of Gesture navigation style. Default is 5.
- View/GestureRollFwdCommand, View/GestureRollBackCommand (string): commands to be executed by mouse button roll gestures of Gesture navigation style.
- View/GestureTapHoldTimeout (integer): sets for how long to wait (in milliseconds) to enter pan mode in Gesture navigation style. It can be helpful to increase it if dragging geometry in sketcher is difficult. Default is 700.
- General/TasksKeyEsc (boolean): Create and set to
False
to disable the ESC key exiting the Task panel in all workbenches (that is if the task panel has focus).
See Navigation Cube.
- Mod/BIM/DefaultPageScale (float): Default scaling for new TechDraw pages created from the BIM Workbench, in case the template doesn't contain any "Scale" or "Scaling" (case insensitive) editable text field.
- Mod/Draft/defaultCameraHeight (int): Sets the height of the camera when Draft starts in an empty document. 0 disables, FreeCAD default is 5, good when working in millimeters, a good height for arch work is 4500.
- Mod/Part/ParametricRefine (boolean): Set to
False
so Part RefineShape creates an independent copy rather than a linked one. Defaults toTrue
.
- Mod/PartDesign/AdditiveHelixPreview (boolean): Set to
True
to ensure an additive helix that does not intersect the body is visible in the preview. Defaults toFalse
. - Mod/PartDesign/SubtractiveHelixPreview (boolean): Set to
True
to ensure a subtractive helix that does not intersect the body is visible in the preview. Defaults toTrue
. - Mod/PartDesign/SwitchToTask (boolean): Set to
False
to prevent the PartDesign Workbench from switching to the Task panel when starting. Defaults toTrue
. - Mod/PartDesign/SwitchToWB (boolean): Set to
False
to prevent the PartDesign Workbench to be automatically called when a PartDesign Body is activated. Defaults toTrue
.
- The Path Workbench has two switches to enable experimental features documented on the Path experimental page.
- Mod/Sketcher/RadiusDiameterConstraintDisplayAngleRandomness (float): Set an angle randomness on the above value. Value is the range of the random angle, centered on base angle. Default is 0 degree.
- Mod/Sketcher/RadiusDiameterConstraintDisplayBaseAngle (float): Set the angle (from horizontal) used to display radius/diameter constraints in Sketcher at creation time. Default is 15 degrees (if no value set).
- Mod/Sketcher/RoundRectangleSuggConstraints (boolean): Set to
False
to disable the addition of two extra construction points when creating a rounded rectangle. (v0.21)
The label in Sketcher that displays the current status of the constraints (e.g. "Underconstrained," "Fully Constrained," etc.) is styleable on a per-state basis either using the Qt stylesheet, or via user preferences. User preferences take precedence if they have been set (in Mod/Sketcher/General):
- EmptySketchMessageColor - Defaults to 50% opacity black
- UnderconstrainedMessageColor - Defaults to black
- MalformedConstraintMessageColor - Defaults to red
- ConflictingConstraintMessageColor - Defaults to red
- RedundantConstraintMessageColor - Defaults to orange red
- PartiallyRedundantConstraintMessageColor - Defaults to royal blue
- SolverFailedMessageColor - Defaults to red
- FullyConstrainedMessageColor - Defaults to green
- Mod/Start/DefaultImportXXX (string): Where XXX is a lowercase file extension. For example DefaultImportifc for .IFC files. Allows to set a default import module to be used when clicking an icon on the start page, when several importers are available. For example, setting DefaultImportifc = ifc_import will use the NativeIFC importer if available. (v0.21)
⏵ documentation index > [Developer Documentation](Category_Developer Documentation.md) > Fine-tuning