What am i doing wrong here? It is a cartesian with dual indipendent Z motors and cannot use Z_tilt.
Any help would be appreciated
Thanks in advance
klippy.log (842.3 KB)
Hello @prologue !
Try it this way:
[z_tilt]
z_positions:
250, 10
-5, 10
points:
180, 10
10, 10
speed: 200
horizontal_move_z: 5
retries : 20
retry_tolerance: 0.0025
BTW: it is the =
instead of a :
Tried already . Same message. I am not sure the = is still used . I mostly see the : . Anyway tried both ways , still not working. Thanks anyway.
Looks like, you have surpuls tabs in your cfg:
Needs to look like @EddyMI3D has posted above.
1 Like
Thank you. I just copied from another post from @EddyMI3D and changed parameters and it worked. Still do not understand what was wrong.
Copied from here
[z_tilt]
z_positions:
-20,200
420,200
points:
20,200
380,200
speed: 100
horizontal_move_z: 10
retries: 10
retry_tolerance: 0.005
Thank you for your help guys
The parameters have to start at a new line, not after the identifier (z_positions:
/points:
)
1 Like