We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06368a9 commit e5da757Copy full SHA for e5da757
grbl_ros/_command.py
@@ -37,6 +37,7 @@ def startup(self, machine_id, port, baud, acc, maxx, maxy, maxz,
37
Args:
38
----
39
self (obj): the grbl object
40
+ machine_id (str): the name of the machine
41
port (str): the serial port that connects to the grbl device
42
baud (int): the baud rate to use for serial communication with the grbl device
43
acc (int): the grbl device axis acceleration (mm/s^2)
0 commit comments