Skip to content

Commit 6f21db8

Browse files
authored
Merge pull request #3568 from Sigma1912/AxisGUI-Allow_parameters_in_touch_off_dialog
AxisGui: Allow parameters in 'Touch OFF' dialog
2 parents cc23070 + 03be132 commit 6f21db8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • src/emc/usr_intf/axis/scripts

src/emc/usr_intf/axis/scripts/axis.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,10 +1690,6 @@ def check_valid(self, *args):
16901690
st = 0
16911691
ok = 1
16921692

1693-
if "#" in v:
1694-
ok = 0
1695-
self.w.set("Variables may not be used here")
1696-
16971693
if ok:
16981694
for ch in v:
16991695
if ch == "[": st += 1

0 commit comments

Comments
 (0)