53 lines
1.0 KiB
Django/Jinja
53 lines
1.0 KiB
Django/Jinja
---
|
|
|
|
appearance:
|
|
name: "{{ octoprint_config_display_name }}"
|
|
|
|
accessControl:
|
|
salt: "{{ octoprint_config_salt }}"
|
|
autologinAs: binarykitchen
|
|
localNetworks:
|
|
- 127.0.0.0/8
|
|
- 172.23.0.0/16
|
|
|
|
api:
|
|
key: "{{ octoprint_config_api_key }}"
|
|
|
|
plugins:
|
|
tracking:
|
|
enabled: false
|
|
|
|
printerProfiles:
|
|
default: {{ octoprint_config_default_profile }}
|
|
|
|
server:
|
|
commands:
|
|
serverRestartCommand: systemctl restart octoprint
|
|
systemRestartCommand: reboot
|
|
systemShutdownCommand: shutdown now
|
|
firstRun: false
|
|
onlineCheck:
|
|
enabled: false
|
|
pluginBlacklist:
|
|
enabled: true
|
|
secretKey: "{{ octoprint_config_secret_key }}"
|
|
seenWizards:
|
|
backup: null
|
|
corewizard: 4
|
|
tracking: null
|
|
|
|
temperature:
|
|
profiles:
|
|
- name: ABS
|
|
chamber: null
|
|
bed: 100
|
|
extruder: 240
|
|
- name: PLA
|
|
chamber: null
|
|
bed: 60
|
|
extruder: 200
|
|
- name: PETG
|
|
chamber: null
|
|
bed: 80
|
|
extruder: 230
|