New backup from 05/06/24 - 23:20:32
This commit is contained in:
57
ender_data/config/moonraker.conf
Normal file
57
ender_data/config/moonraker.conf
Normal file
@@ -0,0 +1,57 @@
|
||||
[server]
|
||||
host: 0.0.0.0
|
||||
port: 7125
|
||||
klippy_uds_address: /home/jeka/ender_data/comms/klippy.sock
|
||||
|
||||
[authorization]
|
||||
trusted_clients:
|
||||
10.0.0.0/8
|
||||
127.0.0.0/8
|
||||
169.254.0.0/16
|
||||
172.16.0.0/12
|
||||
192.168.0.0/16
|
||||
FE80::/10
|
||||
::1/128
|
||||
cors_domains:
|
||||
*.lan
|
||||
*.local
|
||||
*://localhost
|
||||
*://localhost:*
|
||||
*://my.mainsail.xyz
|
||||
*://app.fluidd.xyz
|
||||
|
||||
[octoprint_compat]
|
||||
|
||||
[history]
|
||||
|
||||
[update_manager]
|
||||
channel: dev
|
||||
refresh_interval: 168
|
||||
|
||||
[update_manager fluidd-config]
|
||||
type: git_repo
|
||||
primary_branch: master
|
||||
path: ~/fluidd-config
|
||||
origin: https://github.com/fluidd-core/fluidd-config.git
|
||||
managed_services: klipper
|
||||
|
||||
[update_manager fluidd]
|
||||
type: web
|
||||
channel: stable
|
||||
repo: fluidd-core/fluidd
|
||||
path: ~/fluidd
|
||||
|
||||
[update_manager moonraker-telegram-bot]
|
||||
type: git_repo
|
||||
path: ~/moonraker-telegram-bot
|
||||
origin: https://github.com/nlef/moonraker-telegram-bot.git
|
||||
env: ~/moonraker-telegram-bot-env/bin/python
|
||||
requirements: scripts/requirements.txt
|
||||
install_script: scripts/install.sh
|
||||
|
||||
[update_manager klipper-backup-ender]
|
||||
type: git_repo
|
||||
path: ~/klipper-backup-ender
|
||||
origin: https://github.com/Staubgeborener/klipper-backup.git
|
||||
managed_services: moonraker
|
||||
primary_branch: main
|
||||
13
ender_data/config/printer.cfg
Normal file
13
ender_data/config/printer.cfg
Normal file
@@ -0,0 +1,13 @@
|
||||
[include shell_command.cfg]
|
||||
[include fluidd.cfg]
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/<your-mcu-id>
|
||||
|
||||
[virtual_sdcard]
|
||||
path: /home/jeka/ender_data/gcodes
|
||||
on_error_gcode: CANCEL_PRINT
|
||||
|
||||
[printer]
|
||||
kinematics: none
|
||||
max_velocity: 1000
|
||||
max_accel: 1000
|
||||
7
ender_data/config/shell_command.cfg
Normal file
7
ender_data/config/shell_command.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
[gcode_shell_command hello_world]
|
||||
command: echo hello world
|
||||
timeout: 2.
|
||||
verbose: True
|
||||
[gcode_macro HELLO_WORLD]
|
||||
gcode:
|
||||
RUN_SHELL_COMMAND CMD=hello_world
|
||||
20
ender_data/config/telegram.conf
Normal file
20
ender_data/config/telegram.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
# Please refer to the wiki(https://github.com/nlef/moonraker-telegram-bot/wiki) for detailed information on how to configure the bot
|
||||
|
||||
[bot]
|
||||
server: localhost
|
||||
bot_token: AweSomeBotToken
|
||||
chat_id: 0
|
||||
|
||||
[camera]
|
||||
host: http://localhost:8080/?action=stream
|
||||
|
||||
[progress_notification]
|
||||
percent: 5
|
||||
height: 5
|
||||
time: 5
|
||||
|
||||
[timelapse]
|
||||
cleanup: true
|
||||
height: 0.2
|
||||
time: 5
|
||||
target_fps: 30
|
||||
Reference in New Issue
Block a user