Skip to content

Commit

Permalink
Updated config file for new octoprint version
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjiang committed Nov 18, 2022
1 parent d8dd203 commit df6f2a6
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 98 deletions.
159 changes: 73 additions & 86 deletions octoprint-config.yaml
Original file line number Diff line number Diff line change
@@ -1,93 +1,80 @@
accessControl:
enabled: false
salt: 4fa5glqoqruGhWOxOdKnUhEHjXQlHEHa
salt: cFjdkL47gnzJhSxd7PUOfW9mhF2zYNur
api:
key: 96ABF309D50B40458FE380AE270D690C
key: D72ED4FE5E9C48D4AFBEBE8561FA94D6
devel:
cache:
enabled: false
preemptive: false
stylesheet: css
webassets:
bundle: false
clean_on_startup: true
minify: true
feature:
modelSizeDetection: false
cache:
enabled: false
preemptive: false
stylesheet: css
webassets:
bundle: false
clean_on_startup: true
minify: true
plugins:
announcements:
_config_version: 1
channels:
_blog:
read_until: 2612178700
_important:
read_until: 2521111600
_octopi:
read_until: 2611568800
_plugins:
read_until: 2613541600
_releases:
read_until: 2611052200
cura:
cura_engine: /usr/bin/CuraEngine
discovery:
upnpUuid: 17f58ec6-03a1-4594-98dc-435676ebf2ca
errortracking:
unique_id: af8924dc-a122-4b7d-9d4e-fed7e98b188a
gcodeviewer:
_config_version: 1
softwareupdate:
_config_version: 9
obico:
auth_token: b7588cf3a16c787c7203
# endpoint_prefix: https://app-stg.obico.io
# endpoint_prefix: http://docker.for.mac.host.internal:3334
sentry_opt: in
thespaghettidetective:
auth_token: b7588cf3a16c787c7203
# endpoint_prefix: https://app-stg.thespaghettidetective.com
# endpoint_prefix: http://docker.for.mac.host.internal:3334
sentry_opt: in
tracking:
enabled: false
unique_id: e6b528a5-a4c9-4ecd-bbd6-b0fc3abb8c4a
virtual_printer:
_config_version: 1
enabled: true
movementSpeed:
e: 300
x: 6000
y: 6000
z: 200
okWithLinenumber: false
repetierStyleResends: false
sendWait: false
printerProfiles:
default: _default
announcements:
_config_version: 1
channels:
_blog:
read_until: 1668080700
_important:
read_until: 1521111600
_octopi:
read_until: 1659616200
_plugins:
read_until: 1664427600
_releases:
read_until: 1666085100
discovery:
upnpUuid: 6c0a6d28-453f-4a42-836c-40e57dca0385
errortracking:
unique_id: a6dd8216-f4eb-4ea1-9d17-9dfa01d2ab4a
gcodeviewer:
_config_version: 1
obico:
auth_token: a4d125f8f1e03b6f52c8
endpoint_prefix: http://docker.for.mac.host.internal:3334
sentry_opt: in
tsd_migrated: confirmed
softwareupdate:
_config_version: 9
tracking:
enabled: false
unique_id: f559f7c2-42db-4d95-9ad8-a5207e8b5780
virtual_printer:
_config_version: 1
enabled: true
movementSpeed:
e: 300
x: 6000
y: 6000
z: 200
okWithLinenumber: false
repetierStyleResends: false
sendWait: false
server:
firstRun: false
onlineCheck:
enabled: false
pluginBlacklist:
enabled: false
secretKey: x66O1rtsIf0m7oERjbLb0PY4wy1ghD4u
seenWizards:
corewizard: 3
cura: null
softwareupdate: null
tracking: null
firstRun: false
onlineCheck:
enabled: false
pluginBlacklist:
enabled: false
secretKey: DHqhKnZ3h93vojEA4b5QWfRiSe28PH1r
seenWizards:
backup: null
corewizard: 4
tracking: null
temperature:
profiles:
- bed: 100
chamber: null
extruder: 210
name: ABS
- bed: 60
chamber: null
extruder: 180
name: PLA
profiles:
- bed: 100
chamber: null
extruder: 210
name: ABS
- bed: 60
chamber: null
extruder: 180
name: PLA
webcam:
ffmpeg: /usr/bin/avconv
snapshot: http://mjpeg:8080/?action=snapshot
stream: http://localhost:8080/?action=stream
streamRatio: '4:3'
ffmpeg: /usr/bin/avconv
snapshot: http://mjpeg:8080/?action=snapshot
stream: http://localhost:8080/?action=stream
streamRatio: '4:3'
24 changes: 12 additions & 12 deletions octoprint-users.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
test:
active: true
apikey: null
groups:
- admins
- users
password: 261f17870fea1f8337db03a48b150d09f64be251b32d5012e283cb6fd7b9fb7b94129298497f8f760efc1042994a133c8868513ed01121ed072c3a86524fa7ff
permissions: []
roles:
- user
- admin
settings: {}
octoprint:
active: true
apikey: null
groups:
- admins
- users
password: 15c6a0cc41783d204fe655a2eb11ab69dc64d186ef65cc631c2d6a15c5671a51e173069efdd2a0b0b2c51bbbce9bfc823a0a85f4b3dc18582a31f3891be392f9
permissions: []
roles:
- user
- admin
settings: {}

0 comments on commit df6f2a6

Please sign in to comment.