Pressure based VS eddy NG type tap to zero

I’m going to spin this off of the existing thread

Sovol has changed their tap to zero method to no longer use the pressure sensor. In fact the latest printer.cfg doesn’t even define the pins for the pressure sensor.

The eddy is now defined as 2 different probes:

[probe_eddy_current eddy]
sensor_type: ldc1612
z_offset: 3.5
i2c_mcu: extruder_mcu
i2c_bus: i2c2
x_offset: -19.8
y_offset: -0.75
vir_contact_speed: 3.0

[z_offset_calibration]
non_contact_probe: probe_eddy_current eddy
contact_probe: probe_eddy_current eddy
center_xy_position: 96,76.2
endstop_xy_position: 96,76.2                        
z_hop: 5                       
z_hop_speed: 15
internal_endstop_offset: -0.20 

Is this an IMPROVEMENT or are they hiding a hardware problem by turning off the pressure sensor?

This change also raises the question on how is the z offset intended to now be adjusted when necessary as it’s no longer a physical touch of the nozzle done automatically. That’s not documented anywhere, not even in the change notes. Is it z_offset under probe_eddy_current eddy that’s intended to be changed, or internal_endstop_offset under z_offset_calibration or something else?

Also what would be the correct method on getting it right, by feeling with a paper slip when Z is a 0 or something else?

Looking at the changes between firmware versions 1.3.8 (pressure sensors still used) and 1.4.2 (current latest), internal_endstop_offset was changed from -0.3 to -0.20 for some reason.

Are this changes arrived with OTA? Is there is a way to check what latest version available without running OTA update itself?
That is strange to turn off pressure sensor in updates.. it was designed to be there, and more sensor is better, i think~

Sovol’s marketing team agrees

This is the url the OTA update is using: https://www.comgrow.com/files/printer/ver.json

1 Like

Going to that URL right now shows the json file:

{
	"success": true,
	"title": "update",
	"rows": {
		"createTime": "2025-04-22 11:30:44",
		"customerType": "comgrow",
		"description": "test",
		"firmwareMD5": "397514d2331fa6a10939be33f5ecd021",
		"firmwareType": "comgrow_deb",
		"id": "08a91367-fd5b-4392-974a-aaa015421cee",
		"is_publish": true,
		"name": "comgrow_deb_test",
		"path": "https://www.comgrow.com/files/printer/SV08mini_Update_Package-04-22_1-4-2.deb",
		"versionCode": "1.4.2",
		"versionName": "1.4.2"
	}
}

Which shows version 1.4.2 is the version.

If you put the download URL in your browser address bar it will download the .deb file. Open that file with 7zip and you can “drill down” and see exactly what is inside.

You can also see the firmware version for the control screen.