diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-11-16 18:47:32 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-11-18 20:10:21 -0500 |
commit | 15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f (patch) | |
tree | fbb9fb7be4266684eb67f0b7d36379b523f8a240 /config/generic-fysetc-s6.cfg | |
parent | 9fd8f7761e424807c9f69165430e562bb2ab0390 (diff) | |
download | kutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.tar.gz kutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.tar.xz kutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.zip |
docs: Move config reference information to new Config_Reference.md
Move all the config reference information from files in the config/
directory to a new Config_Reference.md document.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-fysetc-s6.cfg')
-rw-r--r-- | config/generic-fysetc-s6.cfg | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config/generic-fysetc-s6.cfg b/config/generic-fysetc-s6.cfg index 9a2fc26b..649c9519 100644 --- a/config/generic-fysetc-s6.cfg +++ b/config/generic-fysetc-s6.cfg @@ -4,7 +4,7 @@ # and select the "12MHz crystal" as clock reference # For flashing, write the compiled klipper.bin to memory location 0x08000000 -# See the example.cfg file for a description of available parameters. +# See docs/Config_Reference.md for a description of parameters. [stepper_x] step_pin: PE11 @@ -253,8 +253,6 @@ aliases: # RGB header ######################################## -# See the example-extras.cfg file for more information. - #[output_pin blue] #pin: PB7 @@ -268,8 +266,6 @@ aliases: # Servo ######################################## -# See the example-extras.cfg file for more information. - #[servo my_servo1] #pin: PA3 # shared with ZMAX |