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.
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~
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.
Regarding the first layer height issues (I need to manually set the Z offset at the beginning of every print), could this recurring error have to do with the issue?
No, that an error of “start g-code” from Orca printer profile, that do small retraction of filament.
Somehow “newline” appears there in provided on usb files and produce error. Here is a fixed line:
Btw, i checked that OTA json, and its 1.4.7 already.. While i still on 1.3.7.
Is it ok to update? Does calibration without pressure sensor provide sufficient precision, and first layer same good as it was?
Or its better to wait some few more major updates?)
If 1.3.7 works for you then there’s no obvious benefit on upgrading to 1.4.x. As the saying goes, “if it ain’t broken, don’t fix it”. I’m still using 1.3.8 myself as the pressure sensor calibration has been consistent so far with various different filaments and temperatures.
I however don’t know exactly what the differences between 1.3.7 and 1.3.8 are as I don’t have the install package (or url) for 1.3.7 to compare with. 1.3.8 does at least installs a new klipper firmware and changes “axes_map: z,x,y” to “axes_map: x,z,y” under “lis2dw” in printer.cfg so it’s possible the axis mapping for the resonance tester has wrong axis order in 1.3.7 as lis2dw is the 3-axis accelerator chip being used by the tester.
I saw one youtuber complains about invalid resonator accelerometer orientation, which leads to unnecessary noise in calibration. Also min and max frequency was tight as [35,45] range, and he extends that to [20,100] to have better picture of resonance.
So that Sovol fixed axis in update its really good.
I could not say that currently i have ideal walls without echo, but it’s ok, so not major concert for update.
But my question about update was more subjective. How does it feels on fresh version, is it consistent? No sudden wish to rollback?