I have a stock SV08 that I bought two weeks ago. I am unable to get a quad gantry level to pass. I keep seeing the following errors:
I was told by some folks on the CN3DP Discord server that the issue is the stock probe. I am planning on replacing it but are looking for some troubleshooting tips on how to diagnose this problem and potentially fix it.
Open up printer.cfg and find the “probe” section:
[probe]
pin: extra_mcu:PB6
x_offset: -17
y_offset: 10
#z_offset : 0
speed: 15.0
speed: 5.0
samples: 2
sample_retract_dist: 2.0
lift_speed: 50
samples_result: average
samples_tolerance: 0.016
samples_tolerance_retries: 2
You can open up the tollerance or get crearive. My SV07 sensor is a bit flakey I overcame it by:
[probe]
speed: 15.0
speed: 3.0 #lower slower
samples: 5 #more samples
sample_retract_dist: 2.0
lift_speed: 50
samples_result: median #use the sample in the middle of the group
samples_tolerance: 0.036 #allow more scatter
samples_tolerance_retries: 2
Using the median keeps outliers from skewing the average.
The SV07 only runs a 2 point gantry level but my machine was making (on average) 8 or 9 passes and erroring 30% of the time.
After the changes it makes 4 or 5 passes and (so far) never errors. Each pass is slower but the complete process is faster.
I suggest a bed soak of 30min (to be sure and eliminate others possibles issue), then perform the QGL (twice if the first fail), then the bed leveling process. If that continue to fail during the QGL, “Possibly Z motor numbering is wrong” (the Z motors can be plugged in with the wrong driver, check the sticker on each). If that continue after that, verify if the QGL works properly :
- That should try one time and report values + corrections (corrections are applied automaticly)
- Then it’s retry : if the “range is increasing” (so that is worst that the previous one), that is an issue with Z leveler (motors, belts, one screw badly fixed…).
You can ask a technical support from sovol by email (they does not answer here directly, only by email).
Thanks to both of you for your suggestions.
After making changes to samples_tolerance and a nice long heat soak, I am down to the front-right (Z4) probing failing with complaints about sampling exceeding tolerances.
I have an email in to Sovol support so we shall see what happens.
I wonder if I should just wait until I install my BTT Eddy Duo + eddy-ng to give this any more attempts…
2 Edged sword
On one hand getting rid if the sensor that is most likely causing the problem is likely going to solve the issue.
On the other hand, launching into a major upgrade with a non-functional starting condition makes debugging upgrade issues harder.
Klipper has PROBE_ACCURACY built in. Try 5 or 6 sets near each corner. How bad is it really?
1 Like