Added timelapse module
This commit is contained in:
parent
aac677f6b5
commit
fefa2794a7
3 changed files with 5 additions and 1 deletions
|
@ -104,7 +104,9 @@ enable_file_preprocessor: True
|
||||||
enable_toolchange_next_pos: True
|
enable_toolchange_next_pos: True
|
||||||
update_spoolman_location: True
|
update_spoolman_location: True
|
||||||
|
|
||||||
|
[timelapse]
|
||||||
|
output_path: ~/printer_data/timelapse/
|
||||||
|
frame_path: /tmp/timelapse/printer
|
||||||
|
|
||||||
[update_manager led_effect]
|
[update_manager led_effect]
|
||||||
type: git_repo
|
type: git_repo
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[include mmu/base/*.cfg]
|
[include mmu/base/*.cfg]
|
||||||
[include mmu/optional/client_macros.cfg]
|
[include mmu/optional/client_macros.cfg]
|
||||||
[include mmu/optional/mmu_menu.cfg]
|
[include mmu/optional/mmu_menu.cfg]
|
||||||
|
[include timelapse.cfg]
|
||||||
# This file contains common pin mappings for the BigTreeTech Octopus V1.
|
# 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"
|
# 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
|
# Enable "extra low-level configuration options" and select the "12MHz crystal" as clock reference
|
||||||
|
|
1
timelapse.cfg
Symbolic link
1
timelapse.cfg
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/home/pi/moonraker-timelapse/klipper_macro/timelapse.cfg
|
Loading…
Add table
Reference in a new issue