6 Commits

Author SHA1 Message Date
Bassam Husain
515b423237 Update klipper.bin. Update OS bundles; minor improvements.
Squashed commit of the following:

commit 41b619305bb09fc03c07b838d1a2c0cea717a96f
Author: Bassam Husain <bassam.husain@gmail.com>
Date:   Thu Nov 6 15:17:04 2025 -0500

    Update OS bundles; minor improvements.

commit da6b3be36abda94b21fb1bd3c10d72006cb57a4c
Author: Bassam Husain <bassam.husain@gmail.com>
Date:   Tue Oct 21 12:46:28 2025 -0400

    Update firmware: v0.13.0-114-g841a9ca2f.
2025-11-06 15:18:21 -05:00
Bassam Husain
869bbffeb9 Adjust firmware compilation instructions. 2025-10-20 13:54:58 -04:00
Bassam Husain
9e3ba15aee Fix support settings for 0.6 nozzle; OS. 2025-07-20 20:44:41 -04:00
Bassam Husain
7d9cb1d8fb Add new OS bundles: added 15mm3 profiles. 2025-05-27 00:01:07 -04:00
Bassam Husain
5267b5db80 Adjust readme: differences between marlin. 2025-05-26 18:46:02 -04:00
Bassam Husain
f704ca26aa Lower stepper_z run_current to 0.900. 2025-05-26 18:28:40 -04:00
17 changed files with 12 additions and 3 deletions

View File

@@ -346,6 +346,13 @@ Edit the relevant file according to your needs.
| `variable_bed_temp_over` | `0` | `10` (default) | Speeds up print start | | `variable_bed_temp_over` | `0` | `10` (default) | Speeds up print start |
| `variable_bed_temp_not_exact` | `0` | `1` (default) | Speeds up print start | | `variable_bed_temp_not_exact` | `0` | `1` (default) | Speeds up print start |
### Any differences between this configuration and Sovol's Marlin firmware?
| Property | Marlin | OSS Klipper Config |
| ------------------------- | ------ | ------------------ |
| `stepper_z` `run_current` | 0.800 | 0.900 |
| `microsteps` | 16 | 128 |
### How do I import a configuration bundle into SuperSlicer/PrusaSlicer? ### How do I import a configuration bundle into SuperSlicer/PrusaSlicer?
Please see this [discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/13). Please see this [discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/13).

View File

@@ -23,8 +23,6 @@ You have to decide what camp you want to be apart off.
##### Update Klipper repo first ##### Update Klipper repo first
\*\* _For those coming from the_ ${\small{\textcolor{WildStrawberry}{\texttt{Before You B.egin}}}}$ _section (installing Klipper for the first time), complete_ **only** _this section_. No need to compile the firmware, etc.
It's always best to update the Klipper repository that lives on the host before compiling. This ensures that your `klipper.bin` will be as 'fresh' as possible. It's always best to update the Klipper repository that lives on the host before compiling. This ensures that your `klipper.bin` will be as 'fresh' as possible.
- In `Fluidd`, you can do this from `Settings` > `Software Updates`. - In `Fluidd`, you can do this from `Settings` > `Software Updates`.
@@ -39,6 +37,10 @@ It's always best to update the Klipper repository that lives on the host before
3. `make menuconfig` 3. `make menuconfig`
4. Set things up to look as follows: 4. Set things up to look as follows:
![make-menuconfig](https://github.com/bassamanator/Sovol-SV06-firmware/assets/61985779/22298d47-2604-4231-ad10-7d6793be7904) ![make-menuconfig](https://github.com/bassamanator/Sovol-SV06-firmware/assets/61985779/22298d47-2604-4231-ad10-7d6793be7904)
> [!NOTE]
> New option added: `Optimize stepper code for 'step on both edges'`, enable it.
5. `make clean` 5. `make clean`
- Clears `~/klipper/out/` - Clears `~/klipper/out/`
6. `make` 6. `make`

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

View File

@@ -80,7 +80,7 @@ homing_speed: 5
[tmc2209 stepper_z] [tmc2209 stepper_z]
uart_pin: PA15 uart_pin: PA15
run_current: 1.000 run_current: 0.900
stealthchop_threshold: 0 stealthchop_threshold: 0
interpolate: False interpolate: False
sense_resistor: 0.150 sense_resistor: 0.150