diff --git a/moonraker.conf b/moonraker.conf index 09cb1a6..298bc8c 100644 --- a/moonraker.conf +++ b/moonraker.conf @@ -104,7 +104,9 @@ enable_file_preprocessor: True enable_toolchange_next_pos: True update_spoolman_location: True - +[timelapse] +output_path: ~/printer_data/timelapse/ +frame_path: /tmp/timelapse/printer [update_manager led_effect] type: git_repo diff --git a/printer.cfg b/printer.cfg index ee1f2ac..b67b701 100644 --- a/printer.cfg +++ b/printer.cfg @@ -1,6 +1,7 @@ [include mmu/base/*.cfg] [include mmu/optional/client_macros.cfg] [include mmu/optional/mmu_menu.cfg] +[include timelapse.cfg] # This file contains common pin mappings for the BigTreeTech Octopus V1. # To use this config, the firmware should be compiled for the STM32F446 with a "32KiB bootloader" # Enable "extra low-level configuration options" and select the "12MHz crystal" as clock reference diff --git a/timelapse.cfg b/timelapse.cfg new file mode 120000 index 0000000..982e949 --- /dev/null +++ b/timelapse.cfg @@ -0,0 +1 @@ +/home/pi/moonraker-timelapse/klipper_macro/timelapse.cfg \ No newline at end of file