diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-28 15:11:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-28 15:11:10 -0400 |
commit | a6553538e6505447941979494d42d7477c045e31 (patch) | |
tree | c34e895bf4dde430108f07583231074f4b6721f8 /docs | |
parent | 019666a6f6eac103eacf1de0ea9742cc40fa7d47 (diff) | |
download | kutter-a6553538e6505447941979494d42d7477c045e31.tar.gz kutter-a6553538e6505447941979494d42d7477c045e31.tar.xz kutter-a6553538e6505447941979494d42d7477c045e31.zip |
docs: Update G-Codes.md with recent output_pin changes
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/G-Codes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 25ff7550..d4586b71 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -83,8 +83,8 @@ The following standard commands are supported: ## Custom Pin Commands -The following command is available when a "digital_output" or -"pwm_output" config section is enabled: +The following command is available when an "output_pin" config section +is enabled: - `SET_PIN PIN=config_name VALUE=<value>` ## Servo Commands @@ -124,7 +124,7 @@ section is enabled: ## Dual Carriages -The following commands are available when the "dual_carriage" config +The following command is available when the "dual_carriage" config section is enabled: - `SET_DUAL_CARRIAGE CARRIAGE=[0|1]`: This command will set the active carriage. It is typically invoked from the activate_gcode and |