Skip to content

Commit f69f00b

Browse files
authored
Merge pull request #1870 from luzpaz/typos/configs
configs: fix various typos
2 parents 2698cc7 + a712a51 commit f69f00b

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

configs/attic/demo_mazak/demo_mazak.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ MAX_LINEAR_ACCELERATION = 20.0
103103

104104
[EMCIO]
105105
# change tools in the upper left corner of the table
106-
# to avoid hitting the vise or workpiece with the tool
106+
# to avoid hitting the vice or workpiece with the tool
107107
TOOL_CHANGE_POSITION = -13.75 7.5 -0.022
108108
# Name of IO controller program, e.g., io
109109
EMCIO = io

configs/sim/axis/moveoff/moveoff_display_7.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<!-- this is an example, the values are not
3-
likelly to be suitable for a real machine
3+
likely to be suitable for a real machine
44
-->
55
<pyvcp>
66
<vbox>

configs/sim/axis/orphans/iocontrol-removed/python/customtask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def emcToolSetOffset(self,pocket,toolno,offset,diameter,frontangle,backangle,ori
296296
self.io.tool.toolTable[pocket].backangle = backangle
297297
self.io.tool.toolTable[pocket].offset = offset
298298

299-
if debug(): print("new tool enttry: ",str(self.io.tool.toolTable[pocket]))
299+
if debug(): print("new tool entry: ",str(self.io.tool.toolTable[pocket]))
300300

301301
if self.io.tool.toolInSpindle == toolno:
302302
self.io.tool.toolTable[0] = self.io.tool.toolTable[pocket]

configs/sim/axis/orphans/pysubs/customtask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def emcToolSetOffset(self,pocket,toolno,offset,diameter,frontangle,backangle,ori
290290
self.io.tool.toolTable[pocket].backangle = backangle
291291
self.io.tool.toolTable[pocket].offset = offset
292292

293-
if debug(): print("new tool enttry: ",str(self.io.tool.toolTable[pocket]))
293+
if debug(): print("new tool entry: ",str(self.io.tool.toolTable[pocket]))
294294

295295
if self.io.tool.toolInSpindle == toolno:
296296
self.io.tool.toolTable[0] = self.io.tool.toolTable[pocket]

configs/sim/axis/vismach/5axis/bridgemill/5axis.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ TOOL_TABLE = 5axis.tbl
7272
[KINS]
7373
# Note: Supported coordinates are XYZBCW but the W coordinate
7474
# motion is incorporated into the X,Y,Z axes.
75-
# Use of the W coordinate requies a joint (5)
75+
# Use of the W coordinate requires a joint (5)
7676
# in order to allow display of W values.
7777
# Use immediate homing for this joint (JOINT_5)
7878
# Note: 5axiskins is misnomer

configs/sim/axis/xhc-hb04/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Note: halui MDI commands are defined in a [HALUI] stanza:
134134
MDI_COMMAND = G0 X0 Y0 Z0
135135
MDI_COMMAND = M101
136136

137-
The commands are assigned to pins (Type=bit, Dir=IN) named halui.mdi-command-nn whre
137+
The commands are assigned to pins (Type=bit, Dir=IN) named halui.mdi-command-nn where
138138
nn corresponds to their ordered appearance beginning with nn=00. (man halui for more information)
139139
----------------------------------
140140
A application named monitor-xhc-hb04 is included to monitor disconnects and reconnects of the pendant. This script runs in the background and will pop up a message when the pendant is disconnected or reconnected. Usage is optional; if used it is specified with ini file entry:

configs/sim/gmoccapy/gmoccapy_plasma/plasma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding:UTF-8 -*-
33
"""
44
This file will control some options of the gmoccapy plasma screen
5-
and demonstrats at the same time the possibilities you have introducing
5+
and demonstrates at the same time the possibilities you have introducing
66
your own handler files and functions to that screen, showing the
77
possibilities to modify the layout and behavior
88

configs/sim/gmoccapy/gmoccapy_plasma/signals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding:UTF-8 -*-
33
"""
44
This file will control some options of the gmoccapy plasma screen
5-
and demonstrats at the same time the possibilities you have introducing
5+
and demonstrates at the same time the possibilities you have introducing
66
your own handler files and functions to that screen, showing the
77
possibilities to modify the layout and behavior
88

configs/sim/gmoccapy/lathe_configs/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ However it only works for whole numbers: 100/2 will become 50 but
3333
3.14149/2 is interpreted as 3 and 14 thousand halves so won't work.
3434

3535
Notes on adding your own cycles:
36-
Greate a new G-code subroutine in the same format as the existing ones.
36+
Create a new G-code subroutine in the same format as the existing ones.
3737
In Glade add a new tab to the 'tabs1' notebook and give it a name matching
3838
the new cycle.
3939
Edit the action button (inside an eventbox) to call the new G-code sub.

configs/sim/gmoccapy/lathe_configs/lathemacro.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2532,7 +2532,7 @@
25322532
<property name="height_request">20</property>
25332533
<property name="visible">True</property>
25342534
<property name="can_focus">True</property>
2535-
<property name="tooltip_markup" translatable="yes">&lt;!--1084,672--&gt;Finish Diamter</property>
2535+
<property name="tooltip_markup" translatable="yes">&lt;!--1084,672--&gt;Finish Diameter</property>
25362536
<property name="halign">start</property>
25372537
<property name="valign">start</property>
25382538
<property name="invisible_char">●</property>

0 commit comments

Comments
 (0)