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

Adding missing [% %} to line 655 #244

Closed iamnotahippy closed 5 months ago

iamnotahippy commented 5 months ago

Small bit of housekeeping. Line 655:

set safe_z = printer["gcode_macro _User_Variables"].safe_z|float

missing enclosing curly brackets.

jlas1 commented 5 months ago

Thanks for the check