diff --git a/scripts/README.md b/scripts/README.md index e686df3..9929903 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,33 +1,27 @@ Atcore scripts =================== --- > **Note:** > - The scripts here is for development use. > - Please, make sure that you know what are you doing ! #### style.sh Use the script in **root directory** of the project. button in the navigation bar. Take note that all **files** will be checked ! -> **Note:** - -> - Please, style corrections need to be done commit each file class for commit. eg: class.* -> - If you would like to use git hook, use pre-commit.style file. -> - The script use astyle, please make sure it's installed. - #### fakeprinter.py Run the script to fake a 3D printer, before using it, run **socat.sh**. #### socat.sh Create two fake serial devices in */dev/ttyVirtual1* and */dev/ttyVirtual2*, the first will be used by the interface and the second by the **fakeprinter.py** script. > **Note:** > - Make sure that socat is installed in your system. -> - Only tested in ArchLinux. \ No newline at end of file +> - Only tested in ArchLinux.