diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-04-07 13:30:29 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-04-07 13:30:29 -0400 |
commit | c59da22707ed102e835354e6cbef8ccd389c8689 (patch) | |
tree | 11505bbc96712e345f1e1b20d827fc286261369f | |
parent | 41999eb94d8cc8a2c119a010249f085093ee2d98 (diff) | |
download | kutter-c59da22707ed102e835354e6cbef8ccd389c8689.tar.gz kutter-c59da22707ed102e835354e6cbef8ccd389c8689.tar.xz kutter-c59da22707ed102e835354e6cbef8ccd389c8689.zip |
docs: Add link to Discourse server in Example_Configs.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Example_Configs.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/Example_Configs.md b/docs/Example_Configs.md index aa18b06c..c4a53314 100644 --- a/docs/Example_Configs.md +++ b/docs/Example_Configs.md @@ -1,8 +1,10 @@ This document contains guidelines for contributing an example Klipper -configuration. +configuration to the Klipper github repository (located in the [config +directory](../config/)). -The example Klipper configs are located in the [config -directory](../config/). +Note that the [Klipper Community Discourse +server](https://community.klipper3d.org) is also a useful resource for +finding and sharing config files. # Guidelines @@ -35,7 +37,8 @@ directory](../config/). track in the main Klipper repository.) Similarly, we only add example config files for printers, kits, and boards that have mainstream popularity (eg, there should be at least a 100 of them - in active use). + in active use). Consider using the [Klipper Community Discourse + server](https://community.klipper3d.org) for other configs. 5. Only specify those devices present on the given printer or board. Do not specify settings specific to your particular setup. 1. For `generic` config files, only those devices on the mainboard |