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

Error evaluating 'gcode_macro _User_Variables:gcode': jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'x_offset' #250

Open blackmikeee opened 4 months ago

blackmikeee commented 4 months ago

Error evaluating 'gcode_macro _User_Variables:gcode': jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'x_offset'

This error appears when I do home x or y , and I have already updated the klicky files.. IMG_20240331_155032

ZeroxxBoy commented 1 month ago

Hello, I hope its not too late but i had the same Problem yesterday. I switched from TAP back to Klicky.

The Problem is you need to define a x_offset: 0.0 y_offset: 0.0 to your [Probe] section in your printer.cfg

Hope it helped you,