aboutsummaryrefslogtreecommitdiffstats
path: root/docs/G-Codes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-03-18 11:29:40 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-03-18 11:44:56 -0400
commit5c05a249475dca69bff3cf2a2b5abcb7b903bd72 (patch)
tree5af5d8e9b62d9402ce1570823e40424508740cae /docs/G-Codes.md
parentc93dad8ebac7f6095240698cf769c9c3e8a4320a (diff)
downloadkutter-5c05a249475dca69bff3cf2a2b5abcb7b903bd72.tar.gz
kutter-5c05a249475dca69bff3cf2a2b5abcb7b903bd72.tar.xz
kutter-5c05a249475dca69bff3cf2a2b5abcb7b903bd72.zip
docs: Fix typo in M220 description in G-Codes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r--docs/G-Codes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index 9e9cd8fe..73fd2e93 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -13,7 +13,7 @@ Klipper supports the following standard G-Code commands:
- Use absolute/relative distances for extrusion: `M82`, `M83`
- Use absolute/relative coordinates: `G90`, `G91`
- Set position: `G92 [X<pos>] [Y<pos>] [Z<pos>] [E<pos>]`
-- Set speed factor override percentage: `M220 S<speed>`
+- Set speed factor override percentage: `M220 S<percent>`
- Set extrude factor override percentage: `M221 S<percent>`
- Get extruder temperature: `M105`
- Set extruder temperature: `M104 [T<index>] [S<temperature>]`