My self-made 3D-printable designs, mainly in OpenSCAD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

moonraker.conf 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. [server]
  2. host: 0.0.0.0
  3. port: 7125
  4. # Verbose logging used for debugging . Default False.
  5. enable_debug_logging: False
  6. # The maximum size allowed for a file upload (in MiB). Default 1024 MiB
  7. max_upload_size: 1024
  8. [file_manager]
  9. config_path: ~/klipper_config
  10. log_path: ~/klipper_logs
  11. enable_object_processing: True
  12. queue_gcode_uploads: True
  13. # https://moonraker.readthedocs.io/en/latest/configuration/#power-on-g-code-uploads
  14. [job_queue]
  15. load_on_startup: True
  16. [power printer]
  17. type: gpio
  18. pin: gpiochip0/gpio4
  19. off_when_shutdown: True
  20. off_when_shutdown_delay: 2
  21. on_when_job_queued: True
  22. locked_while_printing: True
  23. restart_klipper_when_powered: True
  24. restart_delay: 1
  25. initial_state: off
  26. # enables partial support of Octoprint API
  27. [octoprint_compat]
  28. # enables moonraker to track and store print history.
  29. [history]
  30. # this enables moonraker's update manager
  31. [update_manager]
  32. refresh_interval: 168
  33. [update_manager mainsail]
  34. type: web
  35. repo: mainsail-crew/mainsail
  36. path: ~/mainsail
  37. [update_manager client moonraker-telegram-bot]
  38. type: git_repo
  39. path: ~/moonraker-telegram-bot
  40. origin: https://github.com/nlef/moonraker-telegram-bot.git
  41. env: ~/moonraker-telegram-bot-env/bin/python
  42. requirements: scripts/requirements.txt
  43. install_script: scripts/install.sh