Basic Information:
Printer Model: RatRig Vcore31
MCU / Printerboard: Octopus pro + EBB42
klippy.log
klippy.log (6.9 MB)
Fill out above information and in all cases attach your klippy.log
file. Pasting your printer.cfg
is not needed
Be sure to check our Knowledge Base and in particular this and this post
Describe your issue:
…
Hi,
I have a corexy and the configuration is half prepared by RatRig, who owns the kit.
Until now I had never worried about the Ztilt and the BedMesh. But now I am in the process of changing the Zprobe, from an inductive one to a Panda Pi (BdSensor) and I am going to change its location on the Hotend.
First I’ll give you the sections of the configuration that I think are relevant, and then I’ll ask the questions.
[z_tilt]
z_positions:
0,0
200,400
400,0
points:
60,60
235,370
360,60
horizontal_move_z: 7
retries: 10
retry_tolerance: 0.02
[bed_mesh]
horizontal_move_z: 1
mesh_min: 40,40
mesh_max:355,355
probe_count: 5,5
fade_start: 1.0
fade_end: 10.0
mesh_pps: 2,2
algorithm: bicubic
bicubic_tension: .2
[BDsensor]
scl_pin: EBBCan:PB9
sda_pin: EBBCan:PB8
delay: 20
z_offset: 0
x_offset: -28
y_offset: -5
#no_stop_probe: # enable this for fast probe, the toolhead will not stop at the probe point.
position_endstop: 1.0 # the Z axis will stop at this position (mm) while homing z, > recommend value is 0~1.2
speed:0.8 # this speed only works for the z tilt and PROBE_ACCURACY command.
samples: 1
Questions:
1 Doubts in Z TILT calculation
After doing Homing, in my routine I include doing ZTilt.
There are two sections that I see as more important, the section (z_position), I think that I have it clear, it is where the Z axes are joined to the bed, by means of some arms.
(points), this is the one I have the most doubts about, they are the points that…:
a) The printer nozzle moves to these points, to check the Z coordinate, and adjust the TILT of the bed, so in my case, the points that will be considered to adjust the TILT would be [32, 55], [ 207, 365] and [332, 55] (these are the points to adjust the TILT).
either
b) The printer nozzle moves to those points plus X_offset and Y_offset, to adjust the Z_Tilt, so the points that Klipper uses to adjust the TILT are [60, 60], [235, 370] and [360, 60 ]
2 Doubts in Bed Mesh
The question is similar to the previous one:
In the points that it is calculated that it has to take the height, it is where the nozzle goes down, or where the Z Probe goes down
Thx