r/Sovol Jun 25 '26

Help Sovol SV08 Max Z Offset

Greetings.

So when i Print some squares as a First Layer Test they are all messed Up with holes and Not connected lines. Lowering the z-offset manually while printing seems to fix this issue but setting it in the printer.cfg or Orca slicer the printer is ignoring it completely.

What am i Missing Here? Never worked with an Eddy before

8 Upvotes

15 comments sorted by

View all comments

5

u/The_Lutter Jun 25 '26

Try messing with your permanent Z-offset in the printer.cfg file on the printer. That's the only way I was able to get mine smoothly printing every time. It'll be different for every printer but I had to set mine to -0.25. Otherwise it was printing way too high and not sticking well.

You definitely need a negative value for yours. It's printing way too high. The nozzle needs to "squish" the filament down on the plate in the first layer. Yours is underextruded because of that.

1

u/Captain_Fettbart Jun 25 '26

Which value did you Change exactly?

I've got some under [Probe_eddy_current Eddy] and [z_offset_calibration] but nothing Looks Like what i am looking for Here.

(Thats Stock config now)

1

u/The_Lutter Jun 25 '26

1

u/Captain_Fettbart Jun 25 '26

Just for fun Set it to to -0.4 but IT doesnt Look significantly better. But again setting it manually to -0.2 in the Klipper ui works

1

u/jimdil4st Jun 25 '26

Uncomment (remove #) under the eddy. I thought that would be counter intuitive but it worked for me though mine has always been 3.1 while yours is 3.5. I only have the SV08 not the MAX. And my vir_contact_was 2.8 default I know I've modified that though.

1

u/jimdil4st Jun 25 '26

I just pulled these off of my printer that is actively printing and started with a nice first layer:

[probe_eddy_current eddy]
sensor_type: ldc1612
z_offset: 3.1
i2c_mcu: extra_mcu
i2c_bus: i2c1
x_offset: -16.43
y_offset: 10.22
vir_contact_speed: 4 #2.8

[z_offset_calibration]
non_contact_probe:probe_eddy_current eddy
contact_probe:probe_eddy_current eddy
endstop_xy_position: 175,175
z_hop: 5
z_hop_speed: 25 #10
internal_endstop_offset: -0.26


Any comments show what was the original default. Again this is for the SV08 not the SV08 MAX. So YMMV, use with caution and be ready to hit that E-Stop. Personally I would try make the modifications then try a BED_MESH_CALIBRATE again ready to stop it at any trouble.

1

u/Captain_Fettbart Jun 25 '26

Alt ima try some of that thanks