mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Minor adjustment to bed_mesh. Adjusted instructions.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## If you were looking for my OSS Klipper Configuration for the Sovol SV06 with *completely stock hardware*, please refer to the [master](https://github.com/bassamanator/Sovol-SV06-firmware/tree/master) branch.
|
## If you were looking for my OSS Klipper Configuration for the Sovol SV06 with *completely stock hardware*, please refer to the [master](https://github.com/bassamanator/Sovol-SV06-firmware/tree/master) branch.
|
||||||
|
|
||||||
I am creating these files for my personal use and cannot be held responsible for what it might do to your printer.
|
## I am creating these files for my personal use and cannot be held responsible for what it might do to your printer.
|
||||||
|
|
||||||
## ❗☠️ I do not own this board so everything found on this branch is COMPLETELY UNTESTED ☠️❗
|
## ❗☠️ I do not own this board so everything found on this branch is COMPLETELY UNTESTED ☠️❗
|
||||||
## ❗☠️ USE AT YOUR OWN RISK. YOU HAVE BEEN WARNED. ☠️❗
|
## ❗☠️ USE AT YOUR OWN RISK. YOU HAVE BEEN WARNED. ☠️❗
|
||||||
@@ -39,7 +39,8 @@ Important: If the file is not renamed, the bootloader will not be updated proper
|
|||||||
|
|
||||||
### Download Klipper Configuration
|
### Download Klipper Configuration
|
||||||
|
|
||||||
Follow the instructions found in the [Download Klipper Configuration](https://github.com/bassamanator/Sovol-SV06-firmware#download-klipper-configuration) section and onwards.
|
1. Download [printer-skr-mini-e3-v3.cfg](./printer-skr-mini-e3-v3.cfg) and rename it to `printer.cfg`. This is the *only* `printer.cfg` that you will be using. Anytime there is a reference to `printer.cfg`, you will use this `printer.cfg` that you just saved/renamed.
|
||||||
|
2. Follow the instructions found in the [Download Klipper Configuration](https://github.com/bassamanator/Sovol-SV06-firmware#download-klipper-configuration) section and onwards. 💡 *Remember to use the `printer.cfg` that you saved in step 1*.
|
||||||
|
|
||||||
# Sources
|
# Sources
|
||||||
|
|
||||||
|
|||||||
@@ -165,10 +165,9 @@ z_hop_speed: 15
|
|||||||
|
|
||||||
[bed_mesh]
|
[bed_mesh]
|
||||||
speed: 175
|
speed: 175
|
||||||
mesh_min: 26.4, 31
|
mesh_min: 27, 5
|
||||||
mesh_max: 210, 201
|
mesh_max: 222, 203
|
||||||
probe_count: 15, 15
|
probe_count: 5,5
|
||||||
horizontal_move_z: 5
|
|
||||||
algorithm: bicubic
|
algorithm: bicubic
|
||||||
fade_start: 1
|
fade_start: 1
|
||||||
fade_end: 10
|
fade_end: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user