Guest User

Untitled

a guest
Jun 21st, 2026
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. #moonraker.conf
  2. [server]
  3. host: 0.0.0.0
  4. port: 7125
  5. klippy_uds_address: /opt/printer_data/run/klipper.sock
  6.  
  7. [power printer]
  8. type: tplink_smartplug
  9. address: 192.168.1.239
  10. bound_services: klipper
  11. restart_klipper_when_powered: True
  12. restart_delay: 1
  13. locked_while_printing: True
  14. on_when_job_queued: True
  15.  
  16. [machine]
  17. provider: systemd_cli
  18. validate_service: False
  19.  
  20. [authorization]
  21. trusted_clients:
  22. 0.0.0.0/0
  23. cors_domains:
  24. *
  25.  
  26. [octoprint_compat]
  27.  
  28. [history]
  29.  
  30. ## Uncomment the following lines if the stack is started with the spoolman profile.
  31. ## Add your printers IP address or hostname to the server url.
  32. #
  33. # [spoolman]
  34. # server: http://<yourprinter>/spoolman
Advertisement
Add Comment
Please, Sign In to add comment