Update README.md
Added YT video link Added short description of firmware flashing and compiling
This commit is contained in:
parent
4619103bbd
commit
7bf183488b
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Micro Manipulator Stepper (Page under construction)
|
||||
|
||||
This project contains an open source low-cost, easy-to-build motorized **XYZ Micro-Manipulator** motion controll platform achieving sub micrometer precision.
|
||||
It's designed for applications such as optical alignment, probing electronic components, and microscopy.
|
||||
It's designed for applications such as optical alignment, probing electronic components, and microscopy. Please watch the for information about the device and how it is build: 
|
||||
|
||||

|
||||
|
||||
|
|
@ -54,6 +54,11 @@ It implements path planning with look-ahead and unlike many other motion control
|
|||
<img src="documentation/firmware/path_planning.png" alt="Image 2" width="50%">
|
||||
</div>
|
||||
|
||||
#### Building and Flashing the Firmware
|
||||
|
||||
For building and flashing the firmware, visual studio code (available for free in windows and linux) is recommended.
|
||||
Install the PlattformIO addon and open the firmware folder. You can now build and flash the firmware like any other PlattformIO project.
|
||||
|
||||
### ⚙ G-Code Interface
|
||||
|
||||
The firmware supports only a small subset of G-Code commands listed below.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue