CAM ToolBitLibraryOpen: Difference between revisions

From FreeCAD Documentation
(Usage...)
(Marked this version for translation)
Line 3: Line 3:
<translate>
<translate>


<!--T:1-->
{{Docnav
{{Docnav
|[[Path_OpActiveToggle|OpActiveToggle]]
|[[Path_OpActiveToggle|OpActiveToggle]]
Line 12: Line 13:
}}
}}


<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Path ToolBitLibraryOpen
|Name=Path ToolBitLibraryOpen
Line 20: Line 22:
}}
}}


== Description ==
== Description == <!--T:3-->


<!--T:4-->
The {{KEY|[[Image:Path_ToolBitLibraryOpen.svg|16px]] [[Path_ToolBitLibraryOpen|Tool xxxxx]]}}
The {{KEY|[[Image:Path_ToolBitLibraryOpen.svg|16px]] [[Path_ToolBitLibraryOpen|Tool xxxxx]]}}


Line 28: Line 31:
<translate>
<translate>


<!--T:5-->
The library manager (shown above) is the dialog for creating, managing, and organize toolbits.
The library manager (shown above) is the dialog for creating, managing, and organize toolbits.
Launching the library manager from either the Path menu or from the 'manager' button
Launching the library manager from either the Path menu or from the 'manager' button
in the dock will display the manager as a modal dialog.
in the dock will display the manager as a modal dialog.


<!--T:6-->
From here the user can perform all task related to toolbit management :
From here the user can perform all task related to toolbit management :


<!--T:7-->
* Select a default library
* Select a default library
* Create/edit/delete Toolbits
* Create/edit/delete Toolbits
Line 44: Line 50:
This is an advanced topic. (see toolshape creation)
This is an advanced topic. (see toolshape creation)


<!--T:8-->
The left pane (1) shows a list of all libraries in the current working directory. The current library is highlighted
The left pane (1) shows a list of all libraries in the current working directory. The current library is highlighted


<!--T:9-->
The current working directory path is shown in the window title bar (2). A file selector (3) can be used to select a different working directory.
The current working directory path is shown in the window title bar (2). A file selector (3) can be used to select a different working directory.


<!--T:10-->
The right side pane (4) shows all toolbits in the currently selected library. Doubleclicking in the left column allows you to change the default tool number for this toolbit.
The right side pane (4) shows all toolbits in the currently selected library. Doubleclicking in the left column allows you to change the default tool number for this toolbit.
The toolnumber will be used when creating a tool controller. The number is an attribute of the library. This means the same toolbit can exist in multiple tool libraries and have different default toolnumbers in each.
The toolnumber will be used when creating a tool controller. The number is an attribute of the library. This means the same toolbit can exist in multiple tool libraries and have different default toolnumbers in each.


<!--T:11-->
Tools at the top (5) are used to create/add/remove toolbits from the current library.
Tools at the top (5) are used to create/add/remove toolbits from the current library.


<!--T:12-->
The save as button (6) can be used to write the library to a new file or export to a valid tooltable format. Currently only LinuxCNC format is supported.
The save as button (6) can be used to write the library to a new file or export to a valid tooltable format. Currently only LinuxCNC format is supported.


<!--T:13-->
The manager will remember the last active tool library and working directory between uses.
The manager will remember the last active tool library and working directory between uses.


<!--T:14-->
The close button (7) at bottom right will dismiss the tool library manager. Any changes to the current library are persisted to disk. Pressing the Escape key will dismiss the manager but not make any changes to the current library. Whichever library is selected when the manager is dismissed will become the new default and will be shown in the Toolbit Dock.
The close button (7) at bottom right will dismiss the tool library manager. Any changes to the current library are persisted to disk. Pressing the Escape key will dismiss the manager but not make any changes to the current library. Whichever library is selected when the manager is dismissed will become the new default and will be shown in the Toolbit Dock.


== Usage ==
== Usage == <!--T:15-->


=== Manage Toolbits ===
=== Manage Toolbits === <!--T:16-->


<!--T:17-->
# There are several ways to open the Toolbit Library Manager:
# There are several ways to open the Toolbit Library Manager:
#* Select the {{MenuCommand|Path → [[Image:Path_ToolBitLibraryOpen.svg|16px]] ToolBit Library editor}} option from the menu.
#* Select the {{MenuCommand|Path → [[Image:Path_ToolBitLibraryOpen.svg|16px]] ToolBit Library editor}} option from the menu.
Line 72: Line 86:
# The selected library will become the default library for the dock
# The selected library will become the default library for the dock


== Editing Toolbits ==
== Editing Toolbits == <!--T:18-->


<!--T:19-->
There are several ways to edit the toolbits and library:
There are several ways to edit the toolbits and library:


<!--T:20-->
A. By clicking the column headers of the library you can sort the toolbit library. The library will retain the sort and use it in the dock
A. By clicking the column headers of the library you can sort the toolbit library. The library will retain the sort and use it in the dock
: [[Image:Librarysort.png]]
: [[Image:Librarysort.png]]
Line 86: Line 102:
:: {{Caption|Open toolbit editing panel by clicking anywhere else in the row.}}
:: {{Caption|Open toolbit editing panel by clicking anywhere else in the row.}}


== Related ==
== Related == <!--T:21-->


<!--T:22-->
* [[Path_Tools|Path Tools]]
* [[Path_Tools|Path Tools]]
* [[Path_ToolBit|Path ToolBit]]
* [[Path_ToolBit|Path ToolBit]]




<!--T:23-->
{{Docnav
{{Docnav
|[[Path_OpActiveToggle|OpActiveToggle]]
|[[Path_OpActiveToggle|OpActiveToggle]]

Revision as of 10:07, 20 August 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.

Path ToolBitLibraryOpen

Menu location
Path → ToolBit Library editor
Workbenches
Path
Default shortcut
None
Introduced in version
0.19
See also
Path ToolBitDock, Path Tools, Path ToolBit

Description

The Tool xxxxx

The library manager (shown above) is the dialog for creating, managing, and organize toolbits. Launching the library manager from either the Path menu or from the 'manager' button in the dock will display the manager as a modal dialog.

From here the user can perform all task related to toolbit management :

  • Select a default library
  • Create/edit/delete Toolbits
  • Create libraries
  • Modify libraries by adding and removing toolbits
  • Save a library to a new name
  • Export a library to the LinuxCNC tooltable (.tbl) format

Only the creation of new toolshapes cannot be done from the toolbit library manager. This is an advanced topic. (see toolshape creation)

The left pane (1) shows a list of all libraries in the current working directory. The current library is highlighted

The current working directory path is shown in the window title bar (2). A file selector (3) can be used to select a different working directory.

The right side pane (4) shows all toolbits in the currently selected library. Doubleclicking in the left column allows you to change the default tool number for this toolbit. The toolnumber will be used when creating a tool controller. The number is an attribute of the library. This means the same toolbit can exist in multiple tool libraries and have different default toolnumbers in each.

Tools at the top (5) are used to create/add/remove toolbits from the current library.

The save as button (6) can be used to write the library to a new file or export to a valid tooltable format. Currently only LinuxCNC format is supported.

The manager will remember the last active tool library and working directory between uses.

The close button (7) at bottom right will dismiss the tool library manager. Any changes to the current library are persisted to disk. Pressing the Escape key will dismiss the manager but not make any changes to the current library. Whichever library is selected when the manager is dismissed will become the new default and will be shown in the Toolbit Dock.

Usage

Manage Toolbits

  1. There are several ways to open the Toolbit Library Manager:
    • Select the Path → ToolBit Library editor option from the menu.
    • Open the Toolbit dock as described above and press the button to open the Library manager
  2. Select a library from the list
  3. Create/Add/Remove toolbits from the library
  4. Double-click a row to edit the toolbit
  5. Close the manager
  6. The selected library will become the default library for the dock

Editing Toolbits

There are several ways to edit the toolbits and library:

A. By clicking the column headers of the library you can sort the toolbit library. The library will retain the sort and use it in the dock

Sort the toolbit library via the column headers

B. By doubleclicking in the first column you can edit the toolbit number. This will be the default tool number used when creating a new tool controller. It is possible to use the same number for multiple toolbits.

Double click first column to edit toolbit number

C. Double clicking anywhere else in the row will open the toolbit editing panel. From here you can edit other properties of the toolbit

Open toolbit editing panel by clicking anywhere else in the row.

Related


Template:Path Tools navi