Skip to content

Commit 03be132

Browse files
committed
AxisGui: Allow parameters in 'Touch OFF' dialog
1 parent 925ba1c commit 03be132

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)