From 3f8f30d6123c647c05ba3f4f58477d9dda36f03f Mon Sep 17 00:00:00 2001
From: Herb McNew <github.com@herbmcnew.com>
Date: Thu, 16 Nov 2023 21:57:45 -0500
Subject: [PATCH] config: Update printer-sovol-sv06-plus-2023.cfg (#6401)

In testing with a user on Discord we discovered the sensorless homing thresholds were out of line with what Sovol ships with Marlin. This aligns with their settings.

Signed-off-by: Herb McNew <herb.mcnew@gmail.com>
---
 config/printer-sovol-sv06-plus-2023.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/printer-sovol-sv06-plus-2023.cfg b/config/printer-sovol-sv06-plus-2023.cfg
index cb6fbd873..8c72192f3 100644
--- a/config/printer-sovol-sv06-plus-2023.cfg
+++ b/config/printer-sovol-sv06-plus-2023.cfg
@@ -39,7 +39,7 @@ uart_pin: PC1
 run_current: 0.860
 sense_resistor: 0.150
 uart_address: 3
-driver_SGTHRS: 81
+driver_SGTHRS: 86
 diag_pin: PA5
 
 [stepper_y]
@@ -59,7 +59,7 @@ uart_pin: PC0
 run_current: 0.900
 sense_resistor: 0.150
 uart_address: 3
-driver_SGTHRS: 82
+driver_SGTHRS: 110
 diag_pin: PA6
 
 [stepper_z]