aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Contact.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-01-11 18:52:11 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-01-31 19:13:47 -0500
commit58cd8da5d1b984f6812069d1f2129f3deca4f0e2 (patch)
tree47ce8220dcfa1d11b4d8a27104d2f6e0d549b6cd /docs/Contact.md
parent5d960aef37f6c46a5756f918b2368cfdd580a493 (diff)
downloadkutter-58cd8da5d1b984f6812069d1f2129f3deca4f0e2.tar.gz
kutter-58cd8da5d1b984f6812069d1f2129f3deca4f0e2.tar.xz
kutter-58cd8da5d1b984f6812069d1f2129f3deca4f0e2.zip
docs: Updates to Contact.md and use of github issues
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Contact.md')
-rw-r--r--docs/Contact.md217
1 files changed, 173 insertions, 44 deletions
diff --git a/docs/Contact.md b/docs/Contact.md
index 084896a9..f491ddae 100644
--- a/docs/Contact.md
+++ b/docs/Contact.md
@@ -1,57 +1,186 @@
-This page provides information on how to contact the Klipper
-developers.
+This document provides contact information for Klipper.
-Issue reporting
-===============
+1. [I have a question about Klipper](#i-have-a-question-about-klipper)
+2. [I have a feature request](#i-have-a-feature-request)
+3. [Help! It doesn't work!](#help-it-doesnt-work)
+4. [I would like to share the findings of work that I have done](#i-would-like-to-share-the-findings-of-work-that-i-have-done)
+5. [I found a bug in Klipper](#i-found-a-bug-in-klipper)
+6. [I am making changes that I'd like to include in Klipper](#i-am-making-changes-that-id-like-to-include-in-klipper)
+7. [Klipper Community Discord](#discord)
+8. [Klipper mailing list](#mailing-list)
-It is very important to attach the Klipper log file to all
-reports. The log file has been engineered to answer common questions
-the Klipper developers have about the software and its environment
-(software version, hardware type, configuration, event timing, and
-hundreds of other questions). **The developers need the Klipper log
-file to provide any meaningful assistance**; only this log file
-provides the necessary information.
+I have a question about Klipper
+===============================
-On a problem report the first step is to **issue an M112 command** in
-the OctoPrint terminal window immediately after the undesirable event
-occurs. This causes Klipper to go into a "shutdown state" and it will
-cause additional debugging information to be written to the log file.
+Unfortunately, we receive many more questions than we could possibly
+answer. We did our best to provide answers to common questions in the
+[Klipper documentation](Overview.md). Please take the time to read the
+documentation and follow the directions provided there.
-Issue requests are submitted through Github. **All Github issues must
-include the full /tmp/klippy.log log file from the session that
-produced the event being reported.** An "scp" and/or "sftp" utility is
-needed to acquire this log file. The "scp" utility comes standard with
-Linux and MacOS desktops. There are freely available scp utilities for
-other desktops (eg, WinSCP).
+Many questions we receive are general 3d-printing questions that are
+not specific to Klipper. If you have a general question or are
+experiencing general printing problems, then you will likely get a
+better response by asking in a general 3d-printing forum or a forum
+dedicated to your printer hardware.
-Use the scp utility to copy the `/tmp/klippy.log` file from the
-Raspberry Pi to your desktop. It is a good idea to compress the
-klippy.log file before posting it (eg, using zip or gzip). Open a new
-issue at https://github.com/KevinOConnor/klipper/issues , provide a
-description of the problem, and **attach the `klippy.log` file to the
-issue**: ![attach-issue](img/attach-issue.png)
+If you are interested in sharing your knowledge and experience with
+other Klipper users then you can join the
+[Klipper Community Discord](#discord). It is a community where Klipper
+users can discuss Klipper with other users.
+
+Do not open a Klipper github issue to ask a question.
+
+I have a feature request
+========================
+
+All new features require someone interested and able to implement that
+feature. If you are interested in helping to implement or test a new
+feature, you can inquire about ongoing developments in the
+[Klipper Community Discord](#discord).
+
+Unfortunately, if no one is currently working on a feature, then it is
+unlikely to be implemented in the near future. We only track features
+that are under active development.
+
+Do not open a Klipper github issue to request a feature.
+
+Help! It doesn't work!
+======================
+
+Unfortunately, we receive many more requests for help than we could
+possibly answer. Most problem reports we see are eventually tracked
+down to:
+1. Subtle errors in the hardware, or
+2. Not following all the steps described in the Klipper documentation.
+
+If you are experiencing problems we recommend you carefully read the
+[Klipper documentation](Overview.md) and double check that all steps
+were followed.
+
+If you are experiencing a printing problem, then we recommend
+carefully inspecting the printer hardware (all joints, wires, screws,
+etc.) and verify nothing is abnormal. We find most printing problems
+are not related to the Klipper software. You may get a better response
+by searching in a general 3d-printing forum or in a forum dedicated to
+your printer hardware.
+
+If you are interested in sharing your knowledge and experience with
+other Klipper users then you can join the
+[Klipper Community Discord](#discord). It is a community where Klipper
+users can discuss Klipper with other users.
+
+Do not open a Klipper github issue to request help.
+
+I would like to share the findings of work that I have done
+===========================================================
+
+We use Github as a location for collaborators that are working on
+improving Klipper to share the results of their work. If you have done
+some interesting research then you can share the results of your work
+using the Github issue tracker.
+
+Note, that the Klipper Github is not a place to ask a question and it
+is not a place to make requests.
+
+The Klipper Github issue tracker is at:
+[https://github.com/KevinOConnor/klipper/issues](https://github.com/KevinOConnor/klipper/issues)
+
+Another option is to share your results using the
+[Klipper Community Discord](#discord). It is a community where Klipper
+users can discuss Klipper with other users.
+
+I found a bug in Klipper
+========================
+
+Klipper is an open-source project and we appreciate when collaborators
+provide bug reports.
+
+There is important information that will be needed in order to fix a
+bug. Please follow these steps:
+1. Be sure the bug is in the Klipper software. If you are thinking
+ "there is a problem, I can't figure out why, and therefore it is a
+ Klipper bug", then **do not** open a github issue. In that case,
+ someone interested and able will need to first research and
+ diagnose the root cause of the problem. If you would like to share
+ the results of your research and check if other users are
+ experiencing similar issues then you can join the
+ [Klipper Community Discord](#discord) and inquire there.
+2. Make sure you are running unmodified code from
+ [https://github.com/KevinOConnor/klipper](https://github.com/KevinOConnor/klipper).
+ If the code has been modified or is obtained from another source,
+ then you will need to reproduce the problem on the unmodified code
+ from
+ [https://github.com/KevinOConnor/klipper](https://github.com/KevinOConnor/klipper)
+ prior to reporting an issue.
+3. If possible, run an `M112` command in the OctoPrint terminal window
+ immediately after the undesirable event occurs. This causes Klipper
+ to go into a "shutdown state" and it will cause additional
+ debugging information to be written to the log file.
+4. Obtain the Klipper log file from the event. The log file has been
+ engineered to answer common questions the Klipper developers have
+ about the software and its environment (software version, hardware
+ type, configuration, event timing, and hundreds of other
+ questions).
+ 1. The Klipper log file is located in `/tmp/klippy.log` on the
+ Klipper "host" computer (the Raspberry Pi).
+ 2. An "scp" or "sftp" utility is needed to copy this log file to
+ your desktop computer. The "scp" utility comes standard with
+ Linux and MacOS desktops. There are freely available scp
+ utilities for other desktops (eg, WinSCP). If using a graphical
+ scp utility that can not directly copy `/tmp/klippy.log` then
+ repeatedly click on `..` or `parent folder` until you get to the
+ root directory, click on the `tmp` folder, and then select the
+ `klippy.log` file.
+ 3. Copy the log file to your desktop so that it can be attached to
+ an issue report.
+ 4. Do not modify the log file in any way; do not provide a snippet
+ of the log. Only the full unmodified log file provides the
+ necessary information.
+ 5. If the log file is very large (eg, greater than 2MB) then one
+ may need to compress the log with zip or gzip.
+5. Open a new github issue at
+ [https://github.com/KevinOConnor/klipper/issues](https://github.com/KevinOConnor/klipper/issues)
+ and provide a clear description of the problem. The Klipper
+ developers need to understand what steps were taken, what the
+ desired outcome was, and what outcome actually occurred. The
+ Klipper log file **must be attached** to that ticket:
+
+ ![attach-issue](img/attach-issue.png)
+
+I am making changes that I'd like to include in Klipper
+=======================================================
+
+Klipper is open-source software and we appreciate new contributions.
+
+New contributions (for both code and documentation) are submitted via
+Github Pull Requests. See the [CONTRIBUTING document](CONTRIBUTING.md)
+for important information.
+
+There are several
+[documents for developers](Overview.md#developer-documentation). If
+you have questions on the code then you can also ask on the
+[Klipper Community Discord](#discord). If you would like to provide an
+update on your current progress then you can open a Github issue with
+the location of your code, an overview of the changes, and a
+description of its current status.
+
+Discord
+=======
+
+There is a Discord server dedicated to Klipper at:
+[https://discord.klipper3d.org](https://discord.klipper3d.org).
+
+This server is run by a community of Klipper enthusiasts dedicated to
+discussions on Klipper. It allows users to chat with other users in
+real-time.
Mailing list
============
There is a mailing list for general discussions on Klipper. In order
to send an email to the list, one must first subscribe:
-https://www.freelists.org/list/klipper . Once subscribed, emails may
-be sent to `klipper@freelists.org`.
+[https://www.freelists.org/list/klipper](https://www.freelists.org/list/klipper)
+. Once subscribed, emails may be sent to `klipper@freelists.org`.
Archives of the mailing list are available at:
-https://www.freelists.org/archive/klipper/
-
-IRC
-===
-
-One may join the #klipper channel on freenode.net (
-irc://chat.freenode.net:6667 ).
-
-To communicate in this IRC channel one will need an IRC
-client. Configure it to connect to chat.freenode.net on port 6667 and
-join the #klipper channel (`/join #klipper`).
-
-If asking a question on IRC, be sure to ask the question and then stay
-connected to the channel to receive responses. Due to timezone
-differences, it may take several hours before receiving a response.
+[https://www.freelists.org/archive/klipper/](https://www.freelists.org/archive/klipper/)