diff --git a/.gitignore b/.gitignore index 15feffd..e27e959 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ mainsail.cfg moonraker_obico_macros.cfg timelapse.cfg autocommit.sh +moonraker-sql.db +moonraker-obico.cfg +moonraker-obico-update.cfg +KlipperScreen.conf .*.*.bkp diff --git a/KlipperScreen.conf b/KlipperScreen.conf deleted file mode 100644 index 6118a08..0000000 --- a/KlipperScreen.conf +++ /dev/null @@ -1,12 +0,0 @@ -# To use this KlipperScreen panel, create a symlink: -# $MOONRAKER_OBICO_HOME/scripts/klipper_screen_obico_panel.py -> $KLIPPER_SCREEN_HOME/panels/obico.py -[menu __main more obico] -name: Obico -icon: network -panel: obico -#~# --- Do not edit below this line. This section is auto generated --- #~# -#~# -#~# [main] -#~# print_sort_dir = date_desc -#~# language = ru -#~# diff --git a/moonraker-obico-update.cfg b/moonraker-obico-update.cfg deleted file mode 100644 index c751931..0000000 --- a/moonraker-obico-update.cfg +++ /dev/null @@ -1,9 +0,0 @@ -[update_manager moonraker-obico] -type: git_repo -path: /home/biqu/moonraker-obico -origin: https://github.com/TheSpaghettiDetective/moonraker-obico.git -env: /home/biqu/moonraker-obico/../moonraker-obico-env/bin/python -requirements: requirements.txt -install_script: install.sh -managed_services: - moonraker-obico diff --git a/moonraker-obico.cfg b/moonraker-obico.cfg deleted file mode 100644 index 1cd58c0..0000000 --- a/moonraker-obico.cfg +++ /dev/null @@ -1,34 +0,0 @@ -[server] -url = https://app.obico.io - -[moonraker] -host = 127.0.0.1 -port = 7125 -# api_key = - -[webcam] -disable_video_streaming = False - -# CAUTION: Don't modify the settings below unless you know what you are doing -# In most cases webcam configuration will be automatically retrived from moonraker -# -# Lower target_fps if ffmpeg is using too much CPU. Capped at 25 for Pro users (including self-hosted) and 5 for Free users -# target_fps = 25 -# -snapshot_url = http://127.0.0.1:8080/?action=snapshot -stream_url = http://127.0.0.1:8080/?action=stream -# flip_h = False -# flip_v = False -# rotation = 0 -# aspect_ratio_169 = False - -[logging] -path = /home/biqu/printer_data/logs/moonraker-obico.log -# level = INFO - -[tunnel] -# CAUTION: Don't modify the settings below unless you know what you are doing -# dest_host = 127.0.0.1 -dest_port = 80 -# dest_is_ssl = False - diff --git a/moonraker-sql.db b/moonraker-sql.db deleted file mode 100644 index 8734438..0000000 Binary files a/moonraker-sql.db and /dev/null differ