From 5979673f54d88e6ae97bf35d4612e4e88eb396e5 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Thu, 7 Sep 2023 00:59:57 -0400 Subject: [PATCH 1/4] Fix calibrate esteps link, and add accompanying everything-sv06 link. Adjust calibration.cfg to turn off print cooling fan after pid tune hotend. --- cfgs/CALIBRATION.cfg | 1 + printer.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cfgs/CALIBRATION.cfg b/cfgs/CALIBRATION.cfg index 589b963..7458fa0 100644 --- a/cfgs/CALIBRATION.cfg +++ b/cfgs/CALIBRATION.cfg @@ -22,6 +22,7 @@ gcode: G1 X{max_x/2} Y{max_y/2} Z10 F6000 M106 S64 PID_CALIBRATE HEATER=extruder TARGET={TARGETTEMP} + M107 ; Turn off print cooling fan # TODO test this [gcode_macro PID_TEST_ALL] diff --git a/printer.cfg b/printer.cfg index 6b21e56..9565a9f 100644 --- a/printer.cfg +++ b/printer.cfg @@ -96,7 +96,7 @@ step_pin: PB4 dir_pin: !PB3 enable_pin: !PC3 microsteps: 128 -rotation_distance: 4.65 # NOTE Calibrate e-steps and adjust https://www.klipper3d.org/Rotation_Distance.html +rotation_distance: 4.65 # NOTE Calibrate e-steps https://www.klipper3d.org/Rotation_Distance.html#calibrating-rotation_distance-on-extruders, https://github.com/bassamanator/everything-sovol-sv06/blob/main/howto.md#calibrate-esteps nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PA1 From 4150f5512dbbd865bc0ab0ff162cec8d047e99f4 Mon Sep 17 00:00:00 2001 From: Bassam <61985779+bassamanator@users.noreply.github.com> Date: Sun, 10 Sep 2023 13:07:09 -0400 Subject: [PATCH 2/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bb8b451..e6411c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,6 +23,9 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**What printer are you using?** +- SV06, SV06 Plus, etc. + **What kind of device are you using to host Klipper?** - OS: [e.g. old laptop, PC, Raspberry Pi] - Version: [] @@ -30,5 +33,8 @@ If applicable, add screenshots to help explain your problem. **How did you install Klipper?** - Manual install, KIAUH, MainsailOS, FluiddPi, etc. +**Is your local copy of this configuration up to date?** +- This configuration changes all the time, when did you install it? Are you sure you're running the latest version? + **Additional context** Add any other context about the problem here. From 82bdf0892f8f005057ec959807d9a39b5f618249 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 10 Sep 2023 14:55:41 -0400 Subject: [PATCH 3/4] Adjust README.md: link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84a277e..0dcafb4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Although I've made switching over to Klipper as easy as is possible, it can stil - Follow the steps in order. - If an error was reported at a step, do no proceed to the next step. - It is assumed that you are connected to your host Raspberry Pi (or other host device) via SSH, and that your printer motherboard is connected to the host via a data USB cable. Note that most of the micro USB cables that you find at home are _unlikely_ to be data cables, and it's not possible to tell just by looking. -- [Disable](https://github.com/bassamanator/everything-sovol-sv06/blob/main/initialsteps.md#put-tape-on-the-5v-pin) the USB cable's 5V pin. +- [Disable](https://github.com/bassamanator/everything-sovol-sv06/blob/main/initialsteps.md#disable-usb-cable-5v-pin) the USB cable's 5V pin. - It is also assumed that the username on the host device is `pi`. If that is not the case, you will have to manually edit `moonraker.conf` and `cfgs/misc-macros.cfg` and change any mentions of `/home/pi` to `/home/yourUserName`. - Klipper _must_ be installed on the host Raspberry Pi for everything to work. Easiest is to use a [MainsailOS](https://github.com/mainsail-crew/mainsail/releases/latest) image. Alternatively, you can install `Fluidd` or `Mainsail` via [KIAUH](https://github.com/th33xitus/kiauh). - Robert Redford's performance in _Spy Game (2001)_ was superb! From bfacd4448fd5feabe9862a3829d934d0b6732fda Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 10 Sep 2023 15:02:55 -0400 Subject: [PATCH 4/4] Adjust README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dcafb4..563b9df 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ I am creating these files for my personal use and cannot be held responsible for ## Stay Up-to-Date -⭐ ${\normalsize{\textcolor{goldenrod}{\texttt{Star this project}}}}$ (Highly recommended, starred users may receive priority over regular users) +⭐ ${\normalsize{\textcolor{goldenrod}{\texttt{Star this project}}}}$ Watch for releases and updates.