diff --git a/moonraker.conf b/moonraker.conf index a412460..b8a86d7 100644 --- a/moonraker.conf +++ b/moonraker.conf @@ -5,21 +5,12 @@ klippy_uds_address: /home/pi/printer_data/comms/klippy.sock [authorization] trusted_clients: -10.0.0.0/16 -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 +# Enter your client IP here or range here + 192.168.1.0/24 + 10.0.0.0/24 cors_domains: -http://*.lan -http://*.local -https://my.mainsail.xyz -http://my.mainsail.xyz -https://app.fluidd.xyz -http://app.fluidd.xyz +# Allow CORS requests for Fluidd + http://app.fluidd.xyz [octoprint_compat] @@ -48,13 +39,13 @@ enable_object_processing: True # managed_services: crowsnest # install_script: tools/pkglist.sh -[update_manager timelapse] -type: git_repo -primary_branch: main -path: ~/moonraker-timelapse -origin: https://github.com/mainsail-crew/moonraker-timelapse.git -managed_services: klipper moonraker +# [update_manager timelapse] +# type: git_repo +# primary_branch: main +# path: ~/moonraker-timelapse +# origin: https://github.com/mainsail-crew/moonraker-timelapse.git +# managed_services: klipper moonraker -[timelapse] -output_path: ~/printer_data/timelapse/ -frame_path: /tmp/timelapse/printer +# [timelapse] +# output_path: ~/printer_data/timelapse/ +# frame_path: /tmp/timelapse/printer