diff --git a/README.md b/README.md index d474438c2bf82246a71ddc68b6d0c564e5c19a37..5bd31cd38a88fd6cef7f7b2871533e89141a342c 100644 --- a/README.md +++ b/README.md @@ -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>