Path: Remove HTML where not needed
This commit is contained in:
@@ -394,11 +394,7 @@ FreeCAD has no knowledge of where a particular coordinate system exists within t
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="splitOutput">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>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.
|
||||
|
||||
|
||||
|
||||
</p></body></html></string>
|
||||
<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.
|
||||
@@ -1038,10 +1034,9 @@ If <span style=" font-style:italic;">order by</span> is se
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="setupStartDepthExpr">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Expression set as the StartDepth of a newly created operation.
|
||||
<string>Expression set as the StartDepth of a newly created operation.
|
||||
|
||||
|
||||
Default: OpStartDepth</p></body></html></string>
|
||||
Default: OpStartDepth</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -1055,10 +1050,9 @@ Default: OpStartDepth</p></body></html></string>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="setupFinalDepthExpr">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Expression set as the FinalDepth for a newly created operation.
|
||||
<string>Expression set as the FinalDepth for a newly created operation.
|
||||
|
||||
|
||||
Default: OpFinalDepth</p></body></html></string>
|
||||
Default: OpFinalDepth</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -1072,10 +1066,9 @@ Default: OpFinalDepth</p></body></html></string>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="setupStepDownExpr">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Expression set as the StepDown of a newly created operation.
|
||||
<string>Expression set as the StepDown of a newly created operation.
|
||||
|
||||
|
||||
Default: OpToolDiameter</p></body></html></string>
|
||||
Default: OpToolDiameter</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user