diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-31 19:00:52 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-31 19:00:52 -0400 |
commit | 04db5f95d207749a370d5f4e0e3e9bdef2026ee3 (patch) | |
tree | f4ebd0669a2f68a63e4d76087539448b006eb760 | |
parent | 017a4d8321cb89c21aecc946b375bead17ee023e (diff) | |
download | kutter-04db5f95d207749a370d5f4e0e3e9bdef2026ee3.tar.gz kutter-04db5f95d207749a370d5f4e0e3e9bdef2026ee3.tar.xz kutter-04db5f95d207749a370d5f4e0e3e9bdef2026ee3.zip |
config: Minor formatting change to sample-lcd.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/sample-lcd.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sample-lcd.cfg b/config/sample-lcd.cfg index bcd1245e..68f2d2f1 100644 --- a/config/sample-lcd.cfg +++ b/config/sample-lcd.cfg @@ -1,11 +1,11 @@ # This file provides example configuration for common "RepRap" style # LCD displays that use EXP1/EXP2 plugs. -# + # To configure a display from this file, make sure the main # printer.cfg file has a [board_pins] config section defining pin # aliases for the EXP1/EXP2 plugs, find the appropriate LCD type in # this file, and then copy-and-paste that section into printer.cfg. -# + # See the "example-extras.cfg" file for description of config parameters. |