Fix some typos on several files

- Missing spaces
- Missing commas
- 3D, G-code, Git, SPOOLES, Python capitalization
This commit is contained in:
hasecilu
2024-08-22 14:13:49 -06:00
parent 4cae5bb883
commit a90aebeec2
22 changed files with 41 additions and 41 deletions

View File

@@ -17,7 +17,7 @@
<item>
<widget class="QGroupBox" name="postProcessingGroup">
<property name="toolTip">
<string>If enabled include all post processing settings in the template.</string>
<string>If enabled, include all post processing settings in the template.</string>
</property>
<property name="title">
<string>Post Processing</string>
@@ -45,7 +45,7 @@
<item>
<widget class="QGroupBox" name="toolsGroup">
<property name="toolTip">
<string>If enabled tool controller definitions are stored in the template.</string>
<string>If enabled, tool controller definitions are stored in the template.</string>
</property>
<property name="title">
<string>Tools</string>
@@ -142,7 +142,7 @@ Note that only operations which currently have configuration values set are list
<item>
<widget class="QGroupBox" name="stockGroup">
<property name="toolTip">
<string>If enabled the creation of stock is included in the template. If a template does not include a stock definition the default stock creation algorithm will be used (creation from the Base object's bounding box).
<string>If enabled, the creation of stock is included in the template. If a template does not include a stock definition the default stock creation algorithm will be used (creation from the Base object's bounding box).
This option is most useful if stock is a box or cylinder, or if the machine has a standard placement for machining.
@@ -158,7 +158,7 @@ Note that this option is disabled if a stock object from an existing solid is us
<item row="0" column="0">
<widget class="QCheckBox" name="stockExtent">
<property name="toolTip">
<string>If enabled the current size settings for the stock object are included in the template.
<string>If enabled, the current size settings for the stock object are included in the template.
For Box and Cylinder stocks this means the actual size of the stock solid being created.
@@ -188,7 +188,7 @@ For stock from the Base object's bounding box it means the extra material in all
<item row="1" column="0">
<widget class="QCheckBox" name="stockPlacement">
<property name="toolTip">
<string>If enabled the current placement of the stock solid is stored in the template.</string>
<string>If enabled, the current placement of the stock solid is stored in the template.</string>
</property>
<property name="text">
<string>Placement</string>

View File

@@ -254,7 +254,7 @@
<item>
<widget class="QCheckBox" name="stockInside">
<property name="toolTip">
<string>If checked the path is constrained by the solid. Otherwise the volume of the solid describes a 'keep out' zone</string>
<string>If checked, the path is constrained by the solid. Otherwise the volume of the solid describes a 'keep out' zone</string>
</property>
<property name="text">
<string>Constrained to Inside</string>

View File

@@ -56,7 +56,7 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>Select one or more features in the 3d view and press 'Add' to add them as the base items for this operation. Selected features can be deleted entirely.</string>
<string>Select one or more features in the 3D view and press 'Add' to add them as the base items for this operation. Selected features can be deleted entirely.</string>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>

View File

@@ -43,7 +43,7 @@ Reset deletes all current items from the list and fills the list with all circul
<item row="1" column="0">
<widget class="QPushButton" name="addBase">
<property name="toolTip">
<string>Add selected items from 3d view to the list of base geometries</string>
<string>Add selected items from 3D view to the list of base geometries</string>
</property>
<property name="text">
<string>Add</string>

View File

@@ -144,7 +144,7 @@
<item row="1" column="0">
<widget class="QCheckBox" name="useCompensation">
<property name="toolTip">
<string>If checked the profile operation is offset by the tool radius. The offset direction is determined by the Cut Side</string>
<string>If checked, the profile operation is offset by the tool radius. The offset direction is determined by the Cut Side</string>
</property>
<property name="text">
<string>Use Compensation</string>

View File

@@ -69,7 +69,7 @@
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="discretize">
<property name="toolTip">
<string>This value is used in discretizing arcs into segments. Smaller values will result in larger gcode. Larger values may cause unwanted segments in the medial line path.</string>
<string>This value is used in discretizing arcs into segments. Smaller values will result in larger G-code. Larger values may cause unwanted segments in the medial line path.</string>
</property>
<property name="decimals">
<number>3</number>
@@ -137,7 +137,7 @@
<bool>true</bool>
</property>
<property name="toolTip">
<string>After carving travel again the path to remove artifacts and imperfections</string>
<string>After carving, travel again the path to remove artifacts and imperfections</string>
</property>
<property name="statusTip">
<string/>

View File

@@ -394,7 +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>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>
<string>If multiple coordinate systems are in use, setting this to TRUE will cause the G-code 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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If True, post processing will create multiple output files based on the &lt;span style=&quot; font-style:italic;&quot;&gt;order by&lt;/span&gt; setting.