Path: Conform 'post processor'
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
<widget class="QLineEdit" name="postProcessorOutputFile">
|
||||
<property name="toolTip">
|
||||
<string>Enter a path and optionally file name (see below) to be used as the default for the post processor export.
|
||||
The following substitutions are performed before the name is resolved at the time of the post-processing:
|
||||
The following substitutions are performed before the name is resolved at the time of the post processing:
|
||||
Substitution allows the following:
|
||||
%D ... directory of the active document
|
||||
%d ... name of the active document (with extension)
|
||||
@@ -397,7 +397,7 @@ FreeCAD has no knowledge of where a particular coordinate system exists within t
|
||||
<string>If multiple coordinate systems are in use, setting this to TRUE will cause the gcode to be written to multiple output files as controlled by the 'order by' property. For example, if ordering by Fixture, the first output file will be for the first fixture and separate file for the second.</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string><html><head/><body><p>If True, post-processing will create multiple output files based on the <span style=" font-style:italic;">order by</span> setting.
|
||||
<string><html><head/><body><p>If True, post processing will create multiple output files based on the <span style=" font-style:italic;">order by</span> setting.
|
||||
|
||||
|
||||
For example, if <span style=" font-style:italic;">order by</span> is set to Tool, the first output file will contain the first tool change and all operations, in all coordinate systems, that can be done with that tool before the next tool change is called.
|
||||
|
||||
@@ -185,8 +185,8 @@ If left empty no template will be preselected.</string>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="leOutputFile">
|
||||
<property name="toolTip">
|
||||
<string>Enter a path and optionally file name (see below) to be used as the default for the post-processor export.
|
||||
The following substitutions are performed before the name is resolved at the time of the post-processing:
|
||||
<string>Enter a path and optionally file name (see below) to be used as the default for the post processor export.
|
||||
The following substitutions are performed before the name is resolved at the time of the post processing:
|
||||
Substitution allows the following:
|
||||
%D ... directory of the active document
|
||||
%d ... name of the active document (with extension)
|
||||
|
||||
@@ -140,7 +140,7 @@ class GCodeEditorDialog(QtGui.QDialog):
|
||||
lab.setText(
|
||||
translate(
|
||||
"Path_Inspect",
|
||||
"<b>Note</b>: This dialog shows Path Commands in FreeCAD base units (mm/s). \n Values will be converted to the desired unit during post-processing.",
|
||||
"<b>Note</b>: This dialog shows Path Commands in FreeCAD base units (mm/s). \n Values will be converted to the desired unit during post processing.",
|
||||
)
|
||||
)
|
||||
lab.setWordWrap(True)
|
||||
|
||||
@@ -133,14 +133,14 @@ class ObjectJob:
|
||||
"App::PropertyString",
|
||||
"LastPostProcessDate",
|
||||
"Output",
|
||||
QT_TRANSLATE_NOOP("App::Property", "Last Time the Job was post-processed"),
|
||||
QT_TRANSLATE_NOOP("App::Property", "Last Time the Job was post processed"),
|
||||
)
|
||||
obj.setEditorMode("LastPostProcessDate", 2) # Hide
|
||||
obj.addProperty(
|
||||
"App::PropertyString",
|
||||
"LastPostProcessOutput",
|
||||
"Output",
|
||||
QT_TRANSLATE_NOOP("App::Property", "Last Time the Job was post-processed"),
|
||||
QT_TRANSLATE_NOOP("App::Property", "Last Time the Job was post processed"),
|
||||
)
|
||||
obj.setEditorMode("LastPostProcessOutput", 2) # Hide
|
||||
|
||||
|
||||
Reference in New Issue
Block a user