Renamed LoadTool to ToolController.
This commit is contained in:
@@ -41,7 +41,6 @@ SET(PathScripts_SRCS
|
||||
PathScripts/PathInspect.py
|
||||
PathScripts/PathJob.py
|
||||
PathScripts/PathKurveUtils.py
|
||||
PathScripts/PathLoadTool.py
|
||||
PathScripts/PathLog.py
|
||||
PathScripts/PathMillFace.py
|
||||
PathScripts/PathPlane.py
|
||||
@@ -61,6 +60,7 @@ SET(PathScripts_SRCS
|
||||
PathScripts/PathHelix.py
|
||||
PathScripts/kdtree.py
|
||||
PathScripts/PathSurface.py
|
||||
PathScripts/PathToolController.py
|
||||
PathScripts/PathToolLenOffset.py
|
||||
PathScripts/PathToolLibraryManager.py
|
||||
PathScripts/PathUtils.py
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
<file>icons/Path-Job.svg</file>
|
||||
<file>icons/Path-Kurve.svg</file>
|
||||
<file>icons/Path-LengthOffset.svg</file>
|
||||
<file>icons/Path-LoadTool.svg</file>
|
||||
<file>icons/Path-MachineLathe.svg</file>
|
||||
<file>icons/Path-MachineMill.svg</file>
|
||||
<file>icons/Path-Machine.svg</file>
|
||||
@@ -44,6 +43,7 @@
|
||||
<file>icons/Path-Stock.svg</file>
|
||||
<file>icons/Path-Stop.svg</file>
|
||||
<file>icons/Path-ToolChange.svg</file>
|
||||
<file>icons/Path-ToolController.svg</file>
|
||||
<file>icons/Path-Toolpath.svg</file>
|
||||
<file>icons/Path-ToolTable.svg</file>
|
||||
<file>icons/Path-Area.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -92,7 +92,7 @@
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../Path.qrc">
|
||||
<normaloff>:/icons/Path-LoadTool.svg</normaloff>:/icons/Path-LoadTool.svg</iconset>
|
||||
<normaloff>:/icons/Path-ToolController.svg</normaloff>:/icons/Path-ToolController.svg</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -367,7 +367,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -377,32 +377,32 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -1602,24 +1602,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -2154,7 +2154,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -2582,7 +2582,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -2590,7 +2590,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -2616,7 +2616,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>L'eina activa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>La velocitat de l'eix de tall en RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Direcció de rotació d'eix</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Tipus de alimentació de moviments horitzontals</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Eina número de càrrega</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Eina número de càrrega</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Direcció de rotació d'eix</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>La velocitat de l'eix de tall en RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>L'eina activa</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Číslo nástroje pro načtení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Číslo nástroje pro načtení</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Das aktive Werkzeug</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Die Drehgeschwindigkeit der Spindel in u/min</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Drehrichtung der Spindel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Zustell-Rate für vertikale Bewegungen in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Vorschubgeschwindigkeit für horizontale Bewegungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1554,24 +1554,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Lade Werkzeugnummer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2099,7 +2099,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Lade Werkzeugnummer</translation>
|
||||
</message>
|
||||
@@ -2530,7 +2530,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Drehrichtung der Spindel</translation>
|
||||
</message>
|
||||
@@ -2538,7 +2538,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Die Drehgeschwindigkeit der Spindel in u/min</translation>
|
||||
</message>
|
||||
@@ -2564,7 +2564,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Das aktive Werkzeug</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Ταχύτητα τροφοδοσίας για οριζόντιες κινήσεις</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Φόρτωση αριθμών εργαλείων</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Φόρτωση αριθμών εργαλείων</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation>Forma a utilizar para calcular los límites</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>La herramienta activa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Velocidad del husillo de corte en RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Dirección de rotación del eje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Avance para los movimientos verticales en Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Velocidad de avance para movimientos horizontales</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation>Avance rápido para movimientos verticales en Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation>Avance rápido para movimientos horizontales</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Número de herramienta a carga</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation>Añadir Controlador de Herramienta para el trabajo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation>Añadir Controlador de Herramienta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation>Crear objeto de Controlador de Herramienta</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Número de herramienta a carga</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Dirección de rotación del eje</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Velocidad del husillo de corte en RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>La herramienta activa</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation>Muga kalkulatzeko erabiliko den forma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Tresna aktiboa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Mozte-haxaren abiadura, RPMetan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Hax-biraketaren norabidea</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Elikatze-abiadura Z ardatzeko mugimendu bertikaletarako</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Elikatze-abiadura mugimendu horizontaletarako</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation>Aurreratze azkarreko tasa Z ardatzeko mugimendu bertikaletarako</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation>Aurreratze azkarreko tasa mugimendu horizontaletarako</translation>
|
||||
</message>
|
||||
@@ -1563,24 +1563,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Kargatuko den tresnaren zenbakia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation>Gehitu tresna-kontrolatzailea lanari</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation>Gehitu tresna-kontrolatzailea</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation>Sortu tresna-kontrolatzaileko objektu bat</translation>
|
||||
</message>
|
||||
@@ -2110,7 +2110,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Kargatuko den tresnaren zenbakia</translation>
|
||||
</message>
|
||||
@@ -2541,7 +2541,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Hax-biraketaren norabidea</translation>
|
||||
</message>
|
||||
@@ -2549,7 +2549,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Mozte-haxaren abiadura, RPMetan</translation>
|
||||
</message>
|
||||
@@ -2575,7 +2575,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Tresna aktiboa</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation>Forme à utiliser pour le calcul du contour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>L'outil actif</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>La vitesse de la fraise en tours/mn</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sens de rotation de la fraise</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Vitesse d'avancement pour les déplacements verticaux suivant Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Vitesse d'avancement pour les déplacements horizontaux</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation>Avance rapide axe Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation>Avance rapide horizontale</translation>
|
||||
</message>
|
||||
@@ -1562,24 +1562,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Numéro d'outil à charger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation>Ajouter un contrôleur d’outil à la tâche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation>Ajouter un contrôleur d'outil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation>Créez un objet contrôleur d'outil</translation>
|
||||
</message>
|
||||
@@ -2108,7 +2108,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Numéro d'outil à charger</translation>
|
||||
</message>
|
||||
@@ -2539,7 +2539,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sens de rotation de la fraise</translation>
|
||||
</message>
|
||||
@@ -2547,7 +2547,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>La vitesse de la fraise en tours/mn</translation>
|
||||
</message>
|
||||
@@ -2573,7 +2573,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>L'outil actif</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation>Forma a usar para calcular a contorna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>A ferramenta activa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>A velocidade do fuso de corte en RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sentido de xiro do fuso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Relación de avance para movementos verticais en Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Taxa de avance para movementos horizontais</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation>Relación de avance rápido para movementos verticais en Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation>Relación de avance para movementos horizontais</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Número de ferramenta a cargar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation>Engadir Controlador de Ferramenta para o traballo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation>Engadir Controlador de Ferramenta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation>Crear obxecto Controlador de Ferramenta</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Número de ferramenta a cargar</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sentido de xiro do fuso</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>A velocidade do fuso de corte en RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>A ferramenta activa</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation>Határ számításához használandó alakzat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Aktív szerszám</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Főorsó fordulatszámának beállítása (fordulat/perc)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Főorsó forgásiránya</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Függőleges Z tengely előtolás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Vízszintes irányú előtolási sebesség</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation>Gyors ütem a függőleges Z tengely előtoláshoz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation>Gyors ütem a vízszintes előtoláshoz</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Betöltendő szerszám száma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Betöltendő szerszám száma</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Főorsó forgásiránya</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Főorsó fordulatszámának beállítása (fordulat/perc)</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Aktív szerszám</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation>Forma da utilizzare per calcolare il contorno</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>L'utensile attivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>La velocità di taglio del mandrino in giri/min</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Direzione di rotazione del mandrino</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Velocità di avanzamento per i movimenti verticali in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Velocità di avanzamento per gli spostamenti orizzontali</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation>Velocità di avanzamento rapido per i movimenti verticali in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation>Velocità di avanzamento rapido per gli spostamenti orizzontali</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Carica utensile</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation>Aggiungi un Controllo utensile alla lavorazione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation>Aggiungi un Controllo utensile</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation>Crea un oggetto Controllo utensile</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Carica utensile</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Direzione di rotazione del mandrino</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>La velocità di taglio del mandrino in giri/min</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>L'utensile attivo</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>アクティブなツール</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>RPM単位での切削スピンドルの回転速度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>スピンドルの回転方向</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Z方向での垂直移動の送り速度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation>Z方向での垂直移動の高速速度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation>水平移動の高速速度</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>読み込む工具番号</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation>ジョブにツールコント ローラーを追加</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation>ツールコント ローラーを追加</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation>ツールコント ローラーオブジェクトを作成</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>読み込む工具番号</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>スピンドルの回転方向</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>RPM単位での切削スピンドルの回転速度</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>アクティブなツール</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>L'outil actif</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>La vitesse de la fraise en tours/mn</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sens de rotation de la fraise</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Vitesse d'avancement pour les déplacements verticaux suivant Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Vitesse d'avancement pour les déplacements horizontaux</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1562,24 +1562,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Numéro d'outil à charger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2108,7 +2108,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Numéro d'outil à charger</translation>
|
||||
</message>
|
||||
@@ -2539,7 +2539,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sens de rotation de la fraise</translation>
|
||||
</message>
|
||||
@@ -2547,7 +2547,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>La vitesse de la fraise en tours/mn</translation>
|
||||
</message>
|
||||
@@ -2573,7 +2573,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>L'outil actif</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>활성화 도구</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>절단 스핀들의 RPM 속도</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>절단 스핀들의 RPM 속도</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>활성화 도구</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Te laden bewerkingsummer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Te laden bewerkingsummer</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Aktywne narzędzie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Prędkość cięcia wrzeciona w obr. / min</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Kierunek obrotów wrzeciona</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Prędkość posuwu w osi Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Prędkość posuwu dla poziomych ruchów</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1562,24 +1562,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Numer narzędzi do wczytania</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2108,7 +2108,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Numer narzędzi do wczytania</translation>
|
||||
</message>
|
||||
@@ -2539,7 +2539,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Kierunek obrotów wrzeciona</translation>
|
||||
</message>
|
||||
@@ -2547,7 +2547,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Prędkość cięcia wrzeciona w obr. / min</translation>
|
||||
</message>
|
||||
@@ -2573,7 +2573,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Aktywne narzędzie</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>A ferramenta ativa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>A velocidade do corte eixo em RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sentido de rotação do eixo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Taxa de alimentação para movimentos verticais em Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Taxa de alimentação para movimentos horizontais</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Número da ferramenta a carregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Número da ferramenta a carregar</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sentido de rotação do eixo</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>A velocidade do corte eixo em RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>A ferramenta ativa</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>A ferramenta ativa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>A velocidade da fresa em RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sentido de rotação da fresa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Taxa de avanço para movimentos verticais em Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Taxa de avanço para movimentos horizontais</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Número da ferramenta a carregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Número da ferramenta a carregar</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Sentido de rotação da fresa</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>A velocidade da fresa em RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>A ferramenta ativa</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Pasul pentru mișcările pe orizontală</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Numărul uneltei de încărcat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Numărul uneltei de încărcat</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Установленный инструмент</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Скорость вращения шпинделя в об./мин.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Направление вращения шпинделя</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Скорость подачи для вертикальных перемещений по оси Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Скорость подачи для горизонтальных перемещений</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Номер инструмента для загрузки</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Номер инструмента для загрузки</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Направление вращения шпинделя</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Скорость вращения шпинделя в об./мин.</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Установленный инструмент</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Dejavno orodje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Hitrost obdelovalnega vretena v obr./min.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Smer vrtenja vretena</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation>Hitrost podajanja za navpične premike v smeri Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>Hitrost podajanja vodoravnih premikov</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Številka orodja za nalaganje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation>Številka orodja za nalaganje</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Smer vrtenja vretena</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation>Hitrost obdelovalnega vretena v obr./min.</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Dejavno orodje</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Det aktiva verktyget</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Det aktiva verktyget</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Активний інструмент</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Напрямок обертання шпинделя</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation>Напрямок обертання шпинделя</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation>Активний інструмент</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation type="unfinished">Feed rate for horizontal moves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1564,24 +1564,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2111,7 +2111,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2550,7 +2550,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2576,7 +2576,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -312,37 +312,37 @@
|
||||
<translation type="unfinished">Shape to use for calculating Boundary</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="47"/>
|
||||
<location filename="PathToolController.py" line="47"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="49"/>
|
||||
<location filename="PathToolController.py" line="49"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="50"/>
|
||||
<location filename="PathToolController.py" line="50"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="52"/>
|
||||
<location filename="PathToolController.py" line="52"/>
|
||||
<source>Feed rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Feed rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="53"/>
|
||||
<location filename="PathToolController.py" line="53"/>
|
||||
<source>Feed rate for horizontal moves</source>
|
||||
<translation>水平移動的進給的速度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="54"/>
|
||||
<location filename="PathToolController.py" line="54"/>
|
||||
<source>Rapid rate for vertical moves in Z</source>
|
||||
<translation type="unfinished">Rapid rate for vertical moves in Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="55"/>
|
||||
<location filename="PathToolController.py" line="55"/>
|
||||
<source>Rapid rate for horizontal moves</source>
|
||||
<translation type="unfinished">Rapid rate for horizontal moves</translation>
|
||||
</message>
|
||||
@@ -1559,24 +1559,24 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Path_LoadTool</name>
|
||||
<name>Path_ToolController</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="132"/>
|
||||
<location filename="PathToolController.py" line="132"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="156"/>
|
||||
<location filename="PathToolController.py" line="156"/>
|
||||
<source>Add Tool Controller to the Job</source>
|
||||
<translation type="unfinished">Add Tool Controller to the Job</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="157"/>
|
||||
<location filename="PathToolController.py" line="157"/>
|
||||
<source>Add Tool Controller</source>
|
||||
<translation type="unfinished">Add Tool Controller</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="167"/>
|
||||
<location filename="PathToolController.py" line="167"/>
|
||||
<source>Create Tool Controller Object</source>
|
||||
<translation type="unfinished">Create Tool Controller Object</translation>
|
||||
</message>
|
||||
@@ -2105,7 +2105,7 @@
|
||||
<context>
|
||||
<name>Current Tool</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="137"/>
|
||||
<location filename="PathToolController.py" line="137"/>
|
||||
<source>Tool Number to Load</source>
|
||||
<translation type="unfinished">Tool Number to Load</translation>
|
||||
</message>
|
||||
@@ -2533,7 +2533,7 @@
|
||||
<context>
|
||||
<name>Spindle Dir</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="45"/>
|
||||
<location filename="PathToolController.py" line="45"/>
|
||||
<source>Direction of spindle rotation</source>
|
||||
<translation type="unfinished">Direction of spindle rotation</translation>
|
||||
</message>
|
||||
@@ -2541,7 +2541,7 @@
|
||||
<context>
|
||||
<name>Spindle Speed</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="44"/>
|
||||
<location filename="PathToolController.py" line="44"/>
|
||||
<source>The speed of the cutting spindle in RPM</source>
|
||||
<translation type="unfinished">The speed of the cutting spindle in RPM</translation>
|
||||
</message>
|
||||
@@ -2567,7 +2567,7 @@
|
||||
<context>
|
||||
<name>Tool Number</name>
|
||||
<message>
|
||||
<location filename="PathLoadTool.py" line="42"/>
|
||||
<location filename="PathToolController.py" line="42"/>
|
||||
<source>The active tool</source>
|
||||
<translation type="unfinished">The active tool</translation>
|
||||
</message>
|
||||
|
||||
@@ -63,7 +63,6 @@ class PathWorkbench (Workbench):
|
||||
from PathScripts import PathHop
|
||||
from PathScripts import PathInspect
|
||||
from PathScripts import PathJob
|
||||
from PathScripts import PathLoadTool
|
||||
from PathScripts import PathMillFace
|
||||
from PathScripts import PathPlane
|
||||
from PathScripts import PathPocket
|
||||
@@ -75,6 +74,7 @@ class PathWorkbench (Workbench):
|
||||
from PathScripts import PathStock
|
||||
from PathScripts import PathStop
|
||||
from PathScripts import PathSurface
|
||||
from PathScripts import PathToolController
|
||||
from PathScripts import PathToolLenOffset
|
||||
from PathScripts import PathToolLibraryManager
|
||||
import PathCommands
|
||||
|
||||
@@ -100,7 +100,7 @@ class ObjectPathJob:
|
||||
# controllers = []
|
||||
# for o in obj.Group:
|
||||
# if "Proxy" in o.PropertiesList:
|
||||
# if isinstance(o.Proxy, PathLoadTool.LoadTool):
|
||||
# if isinstance(o.Proxy, PathToolController.ToolController):
|
||||
# controllers.append (o.Name)
|
||||
# return controllers
|
||||
|
||||
@@ -178,12 +178,12 @@ class CommandJob:
|
||||
def Create():
|
||||
FreeCAD.ActiveDocument.openTransaction(translate("Path_Job", "Create Job"))
|
||||
FreeCADGui.addModule('PathScripts.PathUtils')
|
||||
FreeCADGui.addModule('PathScripts.PathLoadTool')
|
||||
FreeCADGui.addModule('PathScripts.PathToolController')
|
||||
snippet = '''
|
||||
import PathScripts.PathLoadTool as PathLoadTool
|
||||
import PathScripts.PathToolController as PathToolController
|
||||
obj = FreeCAD.ActiveDocument.addObject("Path::FeatureCompoundPython", "Job")
|
||||
PathScripts.PathJob.ObjectPathJob(obj)
|
||||
PathLoadTool.CommandPathLoadTool.Create(obj.Name)
|
||||
PathToolController.CommandPathToolController.Create(obj.Name)
|
||||
obj.ViewObject.Proxy.deleteOnReject = True
|
||||
obj.ViewObject.startEditing()
|
||||
'''
|
||||
|
||||
@@ -31,7 +31,7 @@ import os
|
||||
import PathScripts.PathLog as PathLog
|
||||
|
||||
from PathScripts import PathJob
|
||||
from PathScripts import PathLoadTool
|
||||
from PathScripts import PathToolController
|
||||
from PathScripts import PathUtils
|
||||
from PathScripts.PathPostProcessor import PostProcessor
|
||||
from PathScripts.PathPreferences import PathPreferences
|
||||
@@ -247,7 +247,7 @@ class CommandPathPost:
|
||||
currTool = None
|
||||
for obj in job.Group:
|
||||
PathLog.debug("obj: {}".format(obj.Name))
|
||||
if not isinstance(obj.Proxy, PathLoadTool.LoadTool):
|
||||
if not isinstance(obj.Proxy, PathToolController.ToolController):
|
||||
if obj.ToolController.ToolNumber != currTool:
|
||||
postlist.append(obj.ToolController)
|
||||
postlist.append(obj)
|
||||
|
||||
+13
-13
@@ -45,7 +45,7 @@ def translate(context, text, disambig=None):
|
||||
return QtCore.QCoreApplication.translate(context, text, disambig)
|
||||
|
||||
|
||||
class LoadTool():
|
||||
class ToolController():
|
||||
def __init__(self, obj, tool=1):
|
||||
PathLog.track('tool: {}'.format(tool))
|
||||
|
||||
@@ -92,7 +92,7 @@ class LoadTool():
|
||||
job = PathUtils.findParentJob(obj)
|
||||
if job is not None:
|
||||
for g in job.Group:
|
||||
if not(isinstance(g.Proxy, PathScripts.PathLoadTool.LoadTool)):
|
||||
if not(isinstance(g.Proxy, PathScripts.PathToolController.ToolController)):
|
||||
g.touch()
|
||||
|
||||
def getTool(self, obj):
|
||||
@@ -101,7 +101,7 @@ class LoadTool():
|
||||
return obj.Tool
|
||||
|
||||
|
||||
class _ViewProviderLoadTool:
|
||||
class _ViewProviderToolController:
|
||||
|
||||
def __init__(self, vobj):
|
||||
vobj.Proxy = self
|
||||
@@ -155,11 +155,11 @@ class _ViewProviderLoadTool:
|
||||
return False
|
||||
|
||||
|
||||
class CommandPathLoadTool:
|
||||
class CommandPathToolController:
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Path-LengthOffset',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_LoadTool", "Add Tool Controller to the Job"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_LoadTool", "Add Tool Controller")}
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_ToolController", "Add Tool Controller to the Job"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_ToolController", "Add Tool Controller")}
|
||||
|
||||
def IsActive(self):
|
||||
if FreeCAD.ActiveDocument is not None:
|
||||
@@ -172,11 +172,11 @@ class CommandPathLoadTool:
|
||||
PathLog.track()
|
||||
self.Create()
|
||||
|
||||
# FreeCAD.ActiveDocument.openTransaction(translate("Path_LoadTool", "Create Tool Controller Object"))
|
||||
# FreeCAD.ActiveDocument.openTransaction(translate("Path_ToolController", "Create Tool Controller Object"))
|
||||
|
||||
# obj = FreeCAD.ActiveDocument.addObject("Path::FeaturePython", "TC")
|
||||
# PathScripts.PathLoadTool.LoadTool(obj)
|
||||
# PathScripts.PathLoadTool._ViewProviderLoadTool(obj.ViewObject)
|
||||
# PathScripts.PathToolController.ToolController(obj)
|
||||
# PathScripts.PathToolController._ViewProviderToolController(obj.ViewObject)
|
||||
|
||||
# PathUtils.addToJob(obj)
|
||||
|
||||
@@ -188,9 +188,9 @@ class CommandPathLoadTool:
|
||||
PathLog.track("tool: {} with toolNumber: {}".format(tool, toolNumber))
|
||||
|
||||
obj = FreeCAD.ActiveDocument.addObject("Path::FeaturePython", "Default Tool")
|
||||
PathScripts.PathLoadTool.LoadTool(obj)
|
||||
PathScripts.PathToolController.ToolController(obj)
|
||||
if assignViewProvider:
|
||||
PathScripts.PathLoadTool._ViewProviderLoadTool(obj.ViewObject)
|
||||
PathScripts.PathToolController._ViewProviderToolController(obj.ViewObject)
|
||||
|
||||
if tool is None:
|
||||
tool = Path.Tool()
|
||||
@@ -374,6 +374,6 @@ class SelObserver:
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
# register the FreeCAD command
|
||||
FreeCADGui.addCommand('Path_LoadTool', CommandPathLoadTool())
|
||||
FreeCADGui.addCommand('Path_ToolController', CommandPathToolController())
|
||||
|
||||
FreeCAD.Console.PrintLog("Loading PathLoadTool... done\n")
|
||||
FreeCAD.Console.PrintLog("Loading PathToolController... done\n")
|
||||
@@ -56,7 +56,7 @@ class ToolLenOffset:
|
||||
obj.Path = Path.Path("(inactive operation)")
|
||||
obj.ViewObject.Visibility = False
|
||||
|
||||
# tie the HeightNumber to the PathLoadTool object ToolNumber
|
||||
# tie the HeightNumber to the PathToolController object ToolNumber
|
||||
if len(obj.InList) > 0: # check to see if obj is in the Project group yet
|
||||
project = obj.InList[0]
|
||||
tl = int(PathUtils.changeTool(obj, project))
|
||||
|
||||
@@ -550,8 +550,8 @@ class EditorPanel():
|
||||
|
||||
label = "T{}: {}".format(toolnum, tool.Name)
|
||||
obj = FreeCAD.ActiveDocument.addObject("Path::FeaturePython",label)
|
||||
PathScripts.PathLoadTool.LoadTool(obj)
|
||||
PathScripts.PathLoadTool._ViewProviderLoadTool(obj.ViewObject)
|
||||
PathScripts.PathToolController.ToolController(obj)
|
||||
PathScripts.PathToolController._ViewProviderToolController(obj.ViewObject)
|
||||
PathUtils.addToJob(obj, targetlist)
|
||||
FreeCAD.activeDocument().recompute()
|
||||
obj.Tool = tool.copy()
|
||||
|
||||
@@ -307,13 +307,13 @@ def changeTool(obj, job):
|
||||
tlnum = 0
|
||||
for p in job.Group:
|
||||
if not hasattr(p, "Group"):
|
||||
if isinstance(p.Proxy, PathScripts.PathLoadTool.LoadTool) and p.ToolNumber > 0:
|
||||
if isinstance(p.Proxy, PathScripts.PathToolController.ToolController) and p.ToolNumber > 0:
|
||||
tlnum = p.ToolNumber
|
||||
if p == obj:
|
||||
return tlnum
|
||||
elif hasattr(p, "Group"):
|
||||
for g in p.Group:
|
||||
if isinstance(g.Proxy, PathScripts.PathLoadTool.LoadTool):
|
||||
if isinstance(g.Proxy, PathScripts.PathToolController.ToolController):
|
||||
tlnum = g.ToolNumber
|
||||
if g == obj:
|
||||
return tlnum
|
||||
@@ -330,7 +330,7 @@ def getToolControllers(obj):
|
||||
if parent is not None and hasattr(parent, 'Group'):
|
||||
sibs = parent.Group
|
||||
for g in sibs:
|
||||
if isinstance(g.Proxy, PathScripts.PathLoadTool.LoadTool):
|
||||
if isinstance(g.Proxy, PathScripts.PathToolController.ToolController):
|
||||
controllers.append(g)
|
||||
return controllers
|
||||
|
||||
@@ -345,7 +345,7 @@ def findToolController(obj, name=None):
|
||||
# First check if a user has selected a tool controller in the tree. Return the first one and remove all from selection
|
||||
for sel in FreeCADGui.Selection.getSelectionEx():
|
||||
if hasattr(sel.Object, 'Proxy'):
|
||||
if isinstance(sel.Object.Proxy, PathScripts.PathLoadTool.LoadTool):
|
||||
if isinstance(sel.Object.Proxy, PathScripts.PathToolController.ToolController):
|
||||
if c is None:
|
||||
c = sel.Object
|
||||
FreeCADGui.Selection.removeSelection(sel.Object)
|
||||
|
||||
@@ -27,8 +27,8 @@ import Path
|
||||
import PathScripts
|
||||
import PathScripts.PathContour
|
||||
import PathScripts.PathJob
|
||||
import PathScripts.PathLoadTool
|
||||
import PathScripts.PathPost
|
||||
import PathScripts.PathToolController
|
||||
import PathScripts.PathUtils
|
||||
import difflib
|
||||
import unittest
|
||||
@@ -48,7 +48,7 @@ class PathPostTestCases(unittest.TestCase):
|
||||
job = self.doc.addObject("Path::FeatureCompoundPython", "Job")
|
||||
PathScripts.PathJob.ObjectPathJob(job)
|
||||
job.Base = self.doc.Box
|
||||
PathScripts.PathLoadTool.CommandPathLoadTool.Create(job.Name, False)
|
||||
PathScripts.PathToolController.CommandPathToolController.Create(job.Name, False)
|
||||
tool1 = Path.Tool()
|
||||
tool1.Diameter = 5.0
|
||||
tool1.Name = "Default Tool"
|
||||
@@ -57,7 +57,7 @@ class PathPostTestCases(unittest.TestCase):
|
||||
tool1.Material = "HighSpeedSteel"
|
||||
|
||||
tc = FreeCAD.ActiveDocument.addObject("Path::FeaturePython",'TC')
|
||||
PathScripts.PathLoadTool.LoadTool(tc)
|
||||
PathScripts.PathToolController.ToolController(tc)
|
||||
PathScripts.PathUtils.addToJob(tc, "Job")
|
||||
tc.Tool = tool1
|
||||
tc.ToolNumber = 2
|
||||
|
||||
Reference in New Issue
Block a user