@@ -75,6 +75,8 @@ To run some gcode through your machine, you can open the mods program under the
You'll need to configure the machine, inputting into each stepper module which axis of motion it should pick out (i.e. X is typically the '0th' index, Y typically the '1st' etc) and connect them to the right network route in the network bridge.
To read more about how networking works with AutomataKit, [read up here!](https://gitlab.cba.mit.edu/jakeread/automatakit)
# Mods Connection Debugging
set correct serial port permission (do this each time you reboot the machine): <code>chmod a+rwx /dev/ttyUSB0</code>