yuzu
November 5, 2024, 7:12am
1
Basic Information:
Printer Model: voron 2.4
MCU / Printerboard: octopus v1.1
Host / SBC klipper v0.12.0-348-geeb2678e
klippy.log
klippy (2).log (236.0 KB)
printer (4).cfg (21.7 KB)
I did a software update and all of a sudden I got an error.
The logs show that an error occurred in ‘IDMProbe’.
But I don’t know why, it was working fine before the update.
Any help would be greatly appreciated!
Thank you!
Hello @yuzu !
Is this one meant to be your probe?
[idm]
serial = /dev/serial/by-id/usb-IDM_614e_03801B001543565537353020-if00
speed = 40.
lift_speed = 5.
backlash_comp = 0.5
x_offset = 0.
y_offset = 21.1
trigger_distance = 2.
trigger_dive_threshold = 1.5
trigger_hysteresis = 0.006
cal_nozzle_z = 0.1
cal_floor = 0.1
cal_ceil = 5.
cal_speed = 1.0
cal_move_speed = 10.
default_model_name = default
mesh_main_direction = x
mesh_cluster_size = 1
mesh_runs = 2
May not work, because Klipper does not recognize it as a probe:
It should be one of these:
https://www.klipper3d.org/Config_Reference.html?h=probe#bed-probing-hardware
Also, Klipper is modified:
Git version: 'v0.12.0-348-geeb2678ec-dirty'
You should contact the author of the modification.
BTW: Have you read the section you deleted from the template?
yuzu
November 6, 2024, 2:02am
4
klippy (3).log (228.2 KB)
{Pin ‘’ is not a valid pin name on mcu ‘mcu’}
mcu? i can’t tell from the logs what is causing this.
yuzu
November 6, 2024, 8:07am
6
Oh my god!!!
I checked from a backup I had saved, and sure enough, it’s blank.
I had changed it before, so I assume it was deleted when they were doing the reset.
Thank you.