Added initial skeleton of documentation.
Signed-off-by: Tony Tkáčik <tonydamage@gmail.com>
This commit is contained in:
parent
c5f24c3ca1
commit
6704dc25fe
8 changed files with 248 additions and 1 deletions
14
docs/prusa-i3-mk2.md
Normal file
14
docs/prusa-i3-mk2.md
Normal 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;
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue