AndyWo83

Results 3 comments of AndyWo83

I have almost the same problem When the klicky probe ist attached, i have errors with ACCEL_TO_DECEL. This feature is deprecated and was replaced by MINIMUM_CRUISE_RATIO. ![image](https://github.com/jlas1/Klicky-Probe/assets/45575213/b2956040-3acd-4ae5-98af-96f1382b73b4)

Here with klicky debug notifications... 14:44 Error on 'SET_VELOCITY_LIMIT ACCEL_TO_DECEL=': unable to parse 14:44 Error on 'SET_VELOCITY_LIMIT ACCEL_TO_DECEL=': unable to parse 14:44 Error on 'SET_VELOCITY_LIMIT ACCEL_TO_DECEL=': unable to parse 14:44...

I've updated your macro and now it works... ``` [gcode_macro _exit_point] gcode: {% set function = 'pre_' ~ params.FUNCTION %} {% set move = params.MOVE|default(0) %} {% set speed =...