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. diff --git a/README.md b/README.md index beb2832..c739968 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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. @@ -71,7 +71,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! 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 d798d51..604c688 100644 --- a/printer.cfg +++ b/printer.cfg @@ -99,7 +99,7 @@ step_pin: PB3 dir_pin: PB4 enable_pin: !PD1 microsteps: 64 -rotation_distance: 4.65 +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: PC8