From e90e0efffd11b3784e142535083f404494a7cdb9 Mon Sep 17 00:00:00 2001 From: aka13_404 <> Date: Fri, 26 Nov 2021 23:04:15 +0100 Subject: [PATCH] Formatting change --- docs/interacting_with_klipper.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/interacting_with_klipper.md b/docs/interacting_with_klipper.md index 1fa354c..a6dbf77 100644 --- a/docs/interacting_with_klipper.md +++ b/docs/interacting_with_klipper.md @@ -46,9 +46,11 @@ Works exactly the same as the simple alarm command, but also takes a photo from If you want to run specific notifications and lapse settings based on criteria from the slicer, you can issue the following command to the bot: Parameters for the timelapse give you the option to control settings similarly to the [[timelapse]](config_sample.md#timelapse) config section: + `RESPOND PREFIX=set_timelapse_params MSG="enabled=[1|0] manual_mode=[1|0] height=0.22 time=18 target_fps=20 min_lapse_duration=5 max_lapse_duration=15 last_frame_duration=10"` Parameters for the notifications give you the option to control settings similarly to the [[progress_notification]](config_sample.md#progress_notification) config section: + `RESPOND PREFIX=set_notify_params MSG="percent=5 height=0.24 time=65"` This run-time setting behaves similarly to klipper - the requested parameters remain consistent until the next restart of the bot. \ No newline at end of file