From 0f67a1bcfa556c378c19930f0423146c43a968c9 Mon Sep 17 00:00:00 2001 From: OneFinityCNC Date: Sat, 23 Jan 2021 23:52:00 -0500 Subject: [PATCH] Removed README --- README.md | 62 ------------------------------------------- README_buildbotics.md | 62 ------------------------------------------- 2 files changed, 124 deletions(-) delete mode 100644 README.md delete mode 100644 README_buildbotics.md diff --git a/README.md b/README.md deleted file mode 100644 index 345ab24..0000000 --- a/README.md +++ /dev/null @@ -1,62 +0,0 @@ -# Buildbotics CNC Controller Firmware -This repository contains the source code for the Buildbotics CNC Controller. -See [buildbotics.com](https://buildbotics.com/) for more information. - -![Buildboitcs CNC Controller](docs/buildbotics_controller.png) - -## Overview -![Buildbotics architecture overview](docs/buildbotics_architecture_overview.png) - -The main parts of the Buildbotics CNC Controller software and the technologies -they are built with are as follows: - - * Web App - Frontend user interface - * [Javascript](https://www.w3schools.com/js/) - * [HTML5](https://www.w3schools.com/html/) - * [Stylus](http://stylus-lang.com/) - * [Pug.js](https://pugjs.org/) - * [Vue.js](https://vuejs.org/) - - * Controller OS - RaspberryPi Operating System - * [Raspbian](https://www.raspbian.org/) - - * BBCtrl - Python App - * [Python 3](https://www.python.org/) - * [Tornado Web](https://www.tornadoweb.org/) - - * GPlan - Path Planner Python Module - * [C++](http://www.cplusplus.com/) - * [CAMotics](https://camotics.org/) - - * Main AVR Firmware + Bootloader - Real-time step generation, etc. - * [ATxmega192a3u](https://www.microchip.com/wwwproducts/ATxmega192A3U) - * [C](https://en.wikipedia.org/wiki/C_(programming_language)) - - * Pwr AVR Firmware - Power safety - * [ATtiny1634](https://www.microchip.com/wwwproducts/ATtiny1634) - * [C](https://en.wikipedia.org/wiki/C_(programming_language)) - -## Quickstart Guide - -Be sure to read the [development guide](docs/development.md) for more detailed -instructions. - -On a Debian Linux (9.6.0 stable) system: - - # Install the required packages - sudo apt-get update - sudo apt-get install -y build-essential git wget binfmt-support qemu \ - parted gcc-avr avr-libc avrdude pylint3 python3 python3-tornado curl \ - unzip python3-setuptools - curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - - sudo apt-get install -y nodejs - - # Get the source - git clone https://github.com/buildbotics/bbctrl-firmware - - # Build the Firmware - cd bbctrl-firmware - make pkg - -The resulting package will be a ``.tar.bz2`` file in ``dist``. See the -[development guide](docs/development.md) for more information. diff --git a/README_buildbotics.md b/README_buildbotics.md deleted file mode 100644 index 345ab24..0000000 --- a/README_buildbotics.md +++ /dev/null @@ -1,62 +0,0 @@ -# Buildbotics CNC Controller Firmware -This repository contains the source code for the Buildbotics CNC Controller. -See [buildbotics.com](https://buildbotics.com/) for more information. - -![Buildboitcs CNC Controller](docs/buildbotics_controller.png) - -## Overview -![Buildbotics architecture overview](docs/buildbotics_architecture_overview.png) - -The main parts of the Buildbotics CNC Controller software and the technologies -they are built with are as follows: - - * Web App - Frontend user interface - * [Javascript](https://www.w3schools.com/js/) - * [HTML5](https://www.w3schools.com/html/) - * [Stylus](http://stylus-lang.com/) - * [Pug.js](https://pugjs.org/) - * [Vue.js](https://vuejs.org/) - - * Controller OS - RaspberryPi Operating System - * [Raspbian](https://www.raspbian.org/) - - * BBCtrl - Python App - * [Python 3](https://www.python.org/) - * [Tornado Web](https://www.tornadoweb.org/) - - * GPlan - Path Planner Python Module - * [C++](http://www.cplusplus.com/) - * [CAMotics](https://camotics.org/) - - * Main AVR Firmware + Bootloader - Real-time step generation, etc. - * [ATxmega192a3u](https://www.microchip.com/wwwproducts/ATxmega192A3U) - * [C](https://en.wikipedia.org/wiki/C_(programming_language)) - - * Pwr AVR Firmware - Power safety - * [ATtiny1634](https://www.microchip.com/wwwproducts/ATtiny1634) - * [C](https://en.wikipedia.org/wiki/C_(programming_language)) - -## Quickstart Guide - -Be sure to read the [development guide](docs/development.md) for more detailed -instructions. - -On a Debian Linux (9.6.0 stable) system: - - # Install the required packages - sudo apt-get update - sudo apt-get install -y build-essential git wget binfmt-support qemu \ - parted gcc-avr avr-libc avrdude pylint3 python3 python3-tornado curl \ - unzip python3-setuptools - curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - - sudo apt-get install -y nodejs - - # Get the source - git clone https://github.com/buildbotics/bbctrl-firmware - - # Build the Firmware - cd bbctrl-firmware - make pkg - -The resulting package will be a ``.tar.bz2`` file in ``dist``. See the -[development guide](docs/development.md) for more information.