jlas1 / Klicky-Probe

Microswitch probe with magnetic attachement, primarily aimed at CoreXY 3d printers
GNU General Public License v3.0
1.22k stars 279 forks source link

Klicky macros not probing Z at the center of the bed #258

Open hamster65 opened 3 months ago

hamster65 commented 3 months ago

Hi,

currently the macros use position_max to calculate the center of the bed for z probing. This does not work out if position_max is outside of the print bed. At the same time, there is max_bed_x and max_bed_y. Wouldn't it make more sense to use this instead auf position_max?