Skip to content

Commit

Permalink
Stop 'pncconf' and 'stepconf' writing obsolete 'EMCIO = io' into ini …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
Sigma1912 committed Oct 26, 2024
1 parent 7535d7e commit e35abb7
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("EMCIO = io", file=file)
print("CYCLE_TIME = 0.100", file=file)
print("TOOL_TABLE = tool.tbl", file=file)
# qtplasmac doesn't require these
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("EMCIO = io", file=file)
print("CYCLE_TIME = 0.100", file=file)
print("TOOL_TABLE = tool.tbl", file=file)

Expand Down

0 comments on commit e35abb7

Please sign in to comment.