added /feedrate and /intensity to help message
This commit is contained in:
parent
19f2ec9824
commit
2ab7a6ceb7
1 changed files with 2 additions and 0 deletions
|
|
@ -780,6 +780,8 @@ class MachineCom(object):
|
|||
self._log("available commands are:")
|
||||
self._log(" /togglestatusreport")
|
||||
self._log(" /setstatusfrequency <Inteval Sec>")
|
||||
self._log(" /feedrate <%>")
|
||||
self._log(" /intensity <%>")
|
||||
self._log(" /disconnect")
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue