nlef / moonraker-telegram-bot

Telegram bot to interact with Moonraker (Klipper Web API Server)
Creative Commons Zero v1.0 Universal
245 stars 64 forks source link

Add "enabled" option to timelaps config #285

Closed mrodyhin closed 8 months ago

mrodyhin commented 1 year ago

What would you like to see added?

Now it's possible to enable/disable timelaps via runtime gcode commands, (see that example), but it's not possible to set initial enabled state in .conf file (it's always enabled). Would be useful to make it configurable.

GrimmSimon commented 1 year ago

Maybe you can try this:

[timelapse]
...
manual_mode: true

the default value is False.

or you comment out the complete [timelaps] section.

I hope this helps you.

nlef commented 8 months ago

@mrodyhin Parameter enabled is not present in the semantics of klipper configurations. Therefore, I do not plan to add this option at this time. To disable the functionality, just comment out the corresponding section of the configuration.