Skip to content

Commit 71b6568

Browse files
authored
Merge pull request #2548 from luzpaz/config-typos-2.9
Fix typos in configs/ subdirectory
2 parents 454c4f4 + 9aaef82 commit 71b6568

16 files changed

Lines changed: 36 additions & 36 deletions

File tree

configs/attic/dallur-thc/dallur-advanced.hal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Load Driver for Two Parallel Ports, one for Breakout Board, other for Plasma Torch Height Control
1212
loadrt hal_parport cfg="0xa400 0xac00"
1313

14-
# Connect both Paralell Ports to Threads for Read / Write
14+
# Connect both Parallel Ports to Threads for Read / Write
1515
addf parport.0.read base-thread 1
1616
addf parport.0.write base-thread -1
1717
addf parport.1.read base-thread 1
@@ -28,10 +28,10 @@ addf classicladder.0.refresh servo-thread 1
2828
# later we will need to add the clp file mentioned below
2929
# to the ini file so that we do not need to hardcode it here.
3030
loadusr -w classicladder --nogui dallur-advanced.clp
31-
# load the GUI aswell
31+
# load the GUI as well
3232
loadusr classicladder
3333

34-
#Reverse Direction for A(Auxilary) Axis so both motors drive in same direction
34+
#Reverse Direction for A(Auxiliary) Axis so both motors drive in same direction
3535
setp parport.0.pin-09-out-invert 1
3636

3737
# begin to connect physical pins to signals
@@ -42,7 +42,7 @@ net Xdir parport.0.pin-06-out
4242
#Axis for Gantry, primary stepper motor (same side as ctrl box), marked Axis Y in breakout
4343
net Ystep parport.0.pin-03-out
4444
net Ydir parport.0.pin-07-out
45-
#Axis for Gantry, secondary stepper motor (other side of ctrl box), marked Axis A(Auxilary) in breakout
45+
#Axis for Gantry, secondary stepper motor (other side of ctrl box), marked Axis A(Auxiliary) in breakout
4646
net Ystep parport.0.pin-05-out
4747
net Ydir parport.0.pin-09-out
4848
#Axis for Height Control, single stepper motor marked Axis Z in breakout
@@ -62,7 +62,7 @@ net estop-in iocontrol.0.user-request-enable classicladder.0.in-02
6262
# This bit is an external estop button connected to parport pin 10
6363
net ext-estop parport.0.pin-10-in
6464
net ext-estop classicladder.0.in-01
65-
# This bit signal is comand to estop from CL to EMC
65+
# This bit signal is command to estop from CL to EMC
6666
net emc-enable-in iocontrol.0.emc-enable-in classicladder.0.out-00
6767

6868

@@ -114,7 +114,7 @@ net stepcp parport.1.pin-17-out
114114

115115
###########Torch Height Control ########
116116

117-
# Load the neccessary functions
117+
# Load the necessary functions
118118
loadrt mux2 count=7
119119
loadrt or2 count=4
120120
loadrt not count=4
@@ -146,7 +146,7 @@ net senseZUp not.2.out
146146
# Make a sensor for the Z Float Switch
147147
# Invert because THC has active low
148148
# The Z float switch is a proxmity sensor from torch to work piece
149-
# PNP or NPN Capacative or Inductive switches are recomended, Capacative for non metals but Inductive for metals
149+
# PNP or NPN Capacative or Inductive switches are recommended, Capacative for non metals but Inductive for metals
150150
net senseZFloatSwitchInverted <= parport.1.pin-13-in
151151

152152
# invert the senseZFloatSwitch so TRUE = At distance (active high)

configs/sim/craftsman/craftsmancnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ class craftsman(object):
12661266
else:
12671267
self.set_ops_leds(1, 3, False)
12681268

1269-
##Overide limits LED
1269+
##Override limits LED
12701270
#if self.machine_overide_limits:
12711271
if self.status.joint[0]['override_limits'] != 0:
12721272
self.set_ops_leds(5, 5, True)

configs/sim/qtdragon/qtdragon_multi_joint/qtdragon_xyyz.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ HALFILE = gantrysim.hal
128128
HALFILE = simulated-xyyz-home.hal
129129

130130
# this file is loaded after qtdragon has made it's HAl pins
131-
# you can add mutiple entries
131+
# you can add multiple entries
132132
POSTGUI_HALFILE = qtdragon_postgui.hal
133133

134134
# this command is run after qtdragon has made it's HAl pins
135135
# any HAL conmmand can be used
136-
# you can add mutiple entries
136+
# you can add multiple entries
137137
# uncomment this one to print all HAL pins that start with qt
138138
#POSTGUI_HALCMD = show pin qt
139139

configs/sim/qtdragon/qtdragon_multi_joint/qtdragon_xyzy.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ HALFILE = gantrysim.hal
129129
HALFILE = simulated-gantry-home.hal
130130

131131
# this file is loaded after qtdragon has made it's HAl pins
132-
# you can add mutiple entries
132+
# you can add multiple entries
133133
POSTGUI_HALFILE = qtdragon_postgui.hal
134134

135135
# this command is run after qtdragon has made it's HAl pins
136136
# any HAL conmmand can be used
137-
# you can add mutiple entries
137+
# you can add multiple entries
138138
# uncomment this one to print all HAL pins that start with qt
139139
#POSTGUI_HALCMD = show pin qt
140140

configs/sim/qtdragon/qtdragon_multi_joint/qtdragon_xyzya.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ HALFILE = simulated-gantry-home.hal
134134
POSTGUI_HALCMD = net joint_4_pos joint.4.motor-pos-cmd => joint.4.motor-pos-fb
135135

136136
# this file is loaded after qtdragon has made it's HAl pins
137-
# you can add mutiple entries
137+
# you can add multiple entries
138138
POSTGUI_HALFILE = qtdragon_postgui.hal
139139

140140
# this command is run after qtdragon has made it's HAl pins
141141
# any HAL conmmand can be used
142-
# you can add mutiple entries
142+
# you can add multiple entries
143143
# uncomment this one to print all HAL pins that start with qt
144144
#POSTGUI_HALCMD = show pin qt
145145

configs/sim/qtdragon/qtdragon_tool_probe/qtdragon_auto_tool_probe.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ HALUI = halui
138138
HALFILE = core_sim.hal
139139
HALFILE = simulated_home.hal
140140
# this file is loaded after qtdragon has made it's HAl pins
141-
# you can add mutiple entries
141+
# you can add multiple entries
142142
POSTGUI_HALFILE = qtdragon_postgui.hal
143143

144144
# this command is run after qtdragon has made it's HAl pins
145145
# any HAL conmmand can be used
146-
# you can add mutiple entries
146+
# you can add multiple entries
147147
# uncomment this one to print all HAL pins that start with qt
148148
#POSTGUI_HALCMD = show pin qt
149149
# added to simulate probing
@@ -170,11 +170,11 @@ Z = 8
170170
X = 300
171171
Y = 300
172172
Z = -50
173-
# how migh to lift when moving to the tool setter
173+
# how high to lift when moving to the tool setter
174174
Z_MAX_CLEAR = 9.999
175175
# tool setter diameter for diameter probing
176176
DIAMETER = 25
177-
# maximuim machine units to lower while probing
177+
# maximum machine units to lower while probing
178178
MAXPROBE = -40
179179

180180
[AXIS_X]

configs/sim/qtdragon/qtdragon_xyz/qtdragon_inch.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ MDI_HISTORY_FILE = mdi_history.dat
6464
LOG_FILE = qtdragon.log
6565

6666
# optional user dialogs (3), controlled by HAL pins
67-
# persistant
67+
# persistent
6868
MESSAGE_BOLDTEXT = Critical and Persistent
6969
MESSAGE_TEXT = This is a persistent dialog test
7070
MESSAGE_DETAILS = There seems to be something wrong\n You must fix it to clear message
@@ -80,7 +80,7 @@ MESSAGE_TYPE = yesnodialog
8080
MESSAGE_PINNAME = yndialogtest
8181
MESSAGE_ICON = QUESTION
8282

83-
# aknowledge
83+
# acknowledge
8484
MESSAGE_BOLDTEXT = This is an information message
8585
MESSAGE_TEXT = This is low priority
8686
MESSAGE_DETAILS = press ok to clear
@@ -158,12 +158,12 @@ HALFILE = core_sim.hal
158158
HALFILE = simulated_home.hal
159159

160160
# this file is loaded after qtdragon has made it's HAl pins
161-
# you can add mutiple entries
161+
# you can add multiple entries
162162
POSTGUI_HALFILE = qtdragon_postgui.hal
163163

164164
# this command is run after qtdragon has made it's HAl pins
165165
# any HAL conmmand can be used
166-
# you can add mutiple entries
166+
# you can add multiple entries
167167
# uncomment this one to print all HAL pins that start with qt
168168
#POSTGUI_HALCMD = show pin qt
169169

configs/sim/qtdragon/qtdragon_xyz/qtdragon_metric.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ HALFILE = core_sim.hal
155155
HALFILE = simulated_home.hal
156156

157157
# this file is loaded after qtdragon has made it's HAl pins
158-
# you can add mutiple entries
158+
# you can add multiple entries
159159
POSTGUI_HALFILE = qtdragon_postgui.hal
160160

161161
# this command is run after qtdragon has made it's HAl pins
162162
# any HAL conmmand can be used
163-
# you can add mutiple entries
163+
# you can add multiple entries
164164
# uncomment this one to print all HAL pins that start with qt
165165
#POSTGUI_HALCMD = show pin qt
166166

configs/sim/qtdragon/qtdragon_xyz/qtdragon_xyza.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ HALFILE = gantrysim.hal
133133
HALFILE = simulated-gantry-home.hal
134134

135135
# this file is loaded after qtdragon has made it's HAl pins
136-
# you can add mutiple entries
136+
# you can add multiple entries
137137
POSTGUI_HALFILE = qtdragon_postgui.hal
138138

139139
# this command is run after qtdragon has made it's HAl pins
140140
# any HAL conmmand can be used
141-
# you can add mutiple entries
141+
# you can add multiple entries
142142
# uncomment this one to print all HAL pins that start with qt
143143
#POSTGUI_HALCMD = show pin qt
144144

configs/sim/qtdragon_hd/qtdragon_hd_xyz/qtdragon_hd_postgui.hal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
loadrt logic names=logic-and personality=0x102
55
addf logic-and servo-thread
66

7-
# load a summing compnent for adding spindle lift and Z compensation
7+
# load a summing component for adding spindle lift and Z compensation
88
loadrt scaled_s32_sums
99
addf scaled-s32-sums.0 servo-thread
1010

0 commit comments

Comments
 (0)