klipper icon indicating copy to clipboard operation
klipper copied to clipboard

update QUERY_PROBE with optional NO_OUTPUT=1

Open whyme12 opened this issue 7 months ago • 0 comments

Module: Adding optional NO_OUTPUT=1 to QUERY_PROBE for use in macros

This PR aims to reduce spam in console when macros use QUERY_PROBE command. For example when a klicky probe is used, it is constantly checked if the probe is attached or not which results in a lot of unnecessary prints to console. Even worse when the probe state is checked withing a for loop to measure the height of the probe dock for example. This can result in hundreds of prints to console that all have zero benefit for the user and are only required to get the state updated for the macro.

Signed-off-by: Robin Ehnert [email protected]

whyme12 avatar May 01 '25 16:05 whyme12