Skip to content

Commit

Permalink
io: Stop pncconf and stepconf printing obsolete [EMCIO] 'CYCLE_TIME =…
Browse files Browse the repository at this point in the history
… ..'
  • Loading branch information
Sigma1912 committed Nov 4, 2024
1 parent 3eed9f6 commit 518c663
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/emc/usr_intf/pncconf/build_INI.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ def write_inifile(self, base):
print("NO_FORCE_HOMING = 1", file=file)
print(file=file)
print("[EMCIO]", file=file)
print("CYCLE_TIME = 0.100", file=file)
print("TOOL_TABLE = tool.tbl", file=file)
# qtplasmac doesn't require these
if self.d.frontend != _PD._QTPLASMAC:
Expand Down
1 change: 0 additions & 1 deletion src/emc/usr_intf/stepconf/build_INI.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def write_inifile(self, base):
print("MAX_LINEAR_VELOCITY = %.2f" % maxvel, file=file)
print(file=file)
print("[EMCIO]", file=file)
print("CYCLE_TIME = 0.100", file=file)
print("TOOL_TABLE = tool.tbl", file=file)

all_homes = "None"
Expand Down

0 comments on commit 518c663

Please sign in to comment.