[server] host: 0.0.0.0 port: 7125 # Verbose logging used for debugging . Default False. enable_debug_logging: False # The maximum size allowed for a file upload (in MiB). Default 1024 MiB max_upload_size: 1024 [file_manager] config_path: ~/klipper_config log_path: ~/klipper_logs enable_object_processing: True queue_gcode_uploads: True # https://moonraker.readthedocs.io/en/latest/configuration/#power-on-g-code-uploads [job_queue] load_on_startup: True [power printer] type: gpio pin: gpiochip0/gpio4 off_when_shutdown: True off_when_shutdown_delay: 2 on_when_job_queued: True locked_while_printing: True restart_klipper_when_powered: True restart_delay: 1 initial_state: off # enables partial support of Octoprint API [octoprint_compat] # enables moonraker to track and store print history. [history] # this enables moonraker's update manager [update_manager] refresh_interval: 168 [update_manager mainsail] type: web repo: mainsail-crew/mainsail path: ~/mainsail [update_manager client 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