Added initial skeleton of documentation.

Signed-off-by: Tony Tkáčik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2016-07-26 11:12:23 +02:00
parent c5f24c3ca1
commit 6704dc25fe
8 changed files with 248 additions and 1 deletions

14
docs/prusa-i3-mk2.md Normal file
View file

@ -0,0 +1,14 @@
# Original Prusa i3 Mk2
## G-Code instructions
Instruction | Short Description | Description
----------- | ----------- | -------
`M220 Snnn` | **Print Speed override** | Overrides speed in percents, eg. `M220 S100` for normal speed
`M600` | **Change Fillament** | Custom command of *Original Prusa i3* to change fillament during print
```
G90;
G1 X220 F2000;
```