Skip to content

Commit

Permalink
Correcting spelling of the word "rapid".
Browse files Browse the repository at this point in the history
Was:  self.buildToolTip(self.input_max_travel, 'Maximum Probe Search Distance', 'rappid')
  • Loading branch information
6XoCtujg2C0gne committed Nov 22, 2024
1 parent 7a007c3 commit aaa3e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qtvcp/widgets/versa_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(self, parent=None):
self.buildToolTip(self.input_search_vel, 'Search Velocity', 'search_vel')
self.buildToolTip(self.input_probe_vel, 'Probe Velocity', 'probe_vel')
self.buildToolTip(self.input_z_clearance, 'Z Clearence Distance', 'Zclearance')
self.buildToolTip(self.input_max_travel, 'Maximum Probe Search Distance', 'rappid')
self.buildToolTip(self.input_max_travel, 'Maximum Probe Search Distance', 'rapid')
self.buildToolTip(self.input_latch_return_dist, 'Return After Latch Distance', 'rapid_return')
self.buildToolTip(self.input_probe_diam,'Probe Diameter','probe_diam')
self.buildToolTip(self.input_xy_clearance, 'XY Clearence Distance', 'XYclearance')
Expand Down

0 comments on commit aaa3e1f

Please sign in to comment.