mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Merge branch 'master' into skr-mini-e3-v3
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -23,6 +23,9 @@ A clear and concise description of what you expected to happen.
|
|||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
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?**
|
**What kind of device are you using to host Klipper?**
|
||||||
- OS: [e.g. old laptop, PC, Raspberry Pi]
|
- OS: [e.g. old laptop, PC, Raspberry Pi]
|
||||||
- Version: []
|
- Version: []
|
||||||
@@ -30,5 +33,8 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
**How did you install Klipper?**
|
**How did you install Klipper?**
|
||||||
- Manual install, KIAUH, MainsailOS, FluiddPi, etc.
|
- 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**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ I am creating these files for my personal use and cannot be held responsible for
|
|||||||
|
|
||||||
## Stay Up-to-Date
|
## 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.
|
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.
|
- Follow the steps in order.
|
||||||
- If an error was reported at a step, do no proceed to the next step.
|
- 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.
|
- 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`.
|
- 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).
|
- 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!
|
- Robert Redford's performance in _Spy Game (2001)_ was superb!
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ gcode:
|
|||||||
G1 X{max_x/2} Y{max_y/2} Z10 F6000
|
G1 X{max_x/2} Y{max_y/2} Z10 F6000
|
||||||
M106 S64
|
M106 S64
|
||||||
PID_CALIBRATE HEATER=extruder TARGET={TARGETTEMP}
|
PID_CALIBRATE HEATER=extruder TARGET={TARGETTEMP}
|
||||||
|
M107 ; Turn off print cooling fan
|
||||||
|
|
||||||
# TODO test this
|
# TODO test this
|
||||||
[gcode_macro PID_TEST_ALL]
|
[gcode_macro PID_TEST_ALL]
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ step_pin: PB3
|
|||||||
dir_pin: PB4
|
dir_pin: PB4
|
||||||
enable_pin: !PD1
|
enable_pin: !PD1
|
||||||
microsteps: 64
|
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
|
nozzle_diameter: 0.400
|
||||||
filament_diameter: 1.750
|
filament_diameter: 1.750
|
||||||
heater_pin: PC8
|
heater_pin: PC8
|
||||||
|
|||||||
Reference in New Issue
Block a user