Octoprint: add settings dump
This commit is contained in:
parent
b0af0679ed
commit
fcb9e42365
105
OctoPrint-Settings/config.yaml
Normal file
105
OctoPrint-Settings/config.yaml
Normal file
|
@ -0,0 +1,105 @@
|
|||
accessControl:
|
||||
salt: o494MsRtqYXWI27ekCP1lpcB3bB4yYEA
|
||||
api:
|
||||
key:
|
||||
appearance:
|
||||
color: black
|
||||
name: OctoPrint Prusa i3
|
||||
controls:
|
||||
- children:
|
||||
- command: G1 F3000 X100 Y100 Z20
|
||||
name: go ParkPos
|
||||
- command: G92 X100 Y100 Z20
|
||||
confirm: reset position to ParkPos?
|
||||
name: init @ ParkPos
|
||||
- command: G92 Z0
|
||||
name: Set Z=0
|
||||
- command: G92 Z20
|
||||
name: Set Z=20
|
||||
layout: horizontal
|
||||
name: Setup
|
||||
- children:
|
||||
- command: G1 F3000 X100 Y100
|
||||
name: go Middle
|
||||
- command: G1 F3000 X50 Y100 Z5
|
||||
name: go StartPos
|
||||
- command: G1 F3000 X180 Y190
|
||||
name: go AccessPos
|
||||
- commands:
|
||||
- G91
|
||||
- G0 Z5
|
||||
- G90
|
||||
- G1 F3000 X180
|
||||
name: go away
|
||||
layout: horizontal
|
||||
name: Move
|
||||
- children:
|
||||
- command: M114
|
||||
default: ''
|
||||
name: get position
|
||||
regex: X:([0-9.]+) Y:([0-9.]+) Z:([0-9.]+) E:([0-9.]+)
|
||||
template: 'Position: X={0}, Y={1}, Z={2}, E={3}'
|
||||
layout: horizontal
|
||||
name: Reporting
|
||||
feature:
|
||||
sdSupport: false
|
||||
plugins:
|
||||
announcements:
|
||||
_config_version: 1
|
||||
channels:
|
||||
_blog:
|
||||
read_until: 1538240400
|
||||
_important:
|
||||
read_until: 1521111600
|
||||
_octopi:
|
||||
read_until: 1527588900
|
||||
_plugins:
|
||||
read_until: 1538611200
|
||||
_releases:
|
||||
read_until: 1532527200
|
||||
cura:
|
||||
cura_engine: /usr/local/bin/cura_engine
|
||||
discovery:
|
||||
publicPort: 80
|
||||
upnpUuid: 749b488f-7b60-47e2-b0b5-0de18a99db8a
|
||||
softwareupdate:
|
||||
_config_version: 6
|
||||
check_providers:
|
||||
customcontrol: customControl
|
||||
printerProfiles:
|
||||
default: _default
|
||||
serial:
|
||||
autoconnect: true
|
||||
baudrate: 250000
|
||||
server:
|
||||
commands:
|
||||
serverRestartCommand: sudo service octoprint restart
|
||||
systemRestartCommand: sudo shutdown -r now
|
||||
systemShutdownCommand: sudo shutdown -h now
|
||||
firstRun: false
|
||||
onlineCheck:
|
||||
enabled: true
|
||||
host: 9.9.9.9
|
||||
pluginBlacklist:
|
||||
enabled: true
|
||||
secretKey:
|
||||
seenWizards:
|
||||
corewizard: 3
|
||||
cura: null
|
||||
temperature:
|
||||
profiles:
|
||||
- bed: 35
|
||||
extruder: 175
|
||||
name: idle
|
||||
- bed: 50
|
||||
extruder: 195
|
||||
name: PLA blue
|
||||
- bed: 50
|
||||
extruder: 200
|
||||
name: PLA black
|
||||
sendAutomatically: true
|
||||
webcam:
|
||||
ffmpeg: /usr/bin/avconv
|
||||
flipV: true
|
||||
snapshot: http://127.0.0.1:8080/?action=snapshot
|
||||
stream: /webcam/?action=stream
|
32
OctoPrint-Settings/printerProfiles/_default.profile
Normal file
32
OctoPrint-Settings/printerProfiles/_default.profile
Normal file
|
@ -0,0 +1,32 @@
|
|||
axes:
|
||||
e:
|
||||
inverted: false
|
||||
speed: 300
|
||||
x:
|
||||
inverted: false
|
||||
speed: 3000
|
||||
y:
|
||||
inverted: false
|
||||
speed: 3000
|
||||
z:
|
||||
inverted: false
|
||||
speed: 180
|
||||
color: default
|
||||
extruder:
|
||||
count: 1
|
||||
nozzleDiameter: 0.4
|
||||
offsets:
|
||||
- - 0.0
|
||||
- 0.0
|
||||
sharedNozzle: false
|
||||
heatedBed: true
|
||||
id: _default
|
||||
model: RepRap Prusa i3
|
||||
name: Prusa i3
|
||||
volume:
|
||||
custom_box: false
|
||||
depth: 195.0
|
||||
formFactor: rectangular
|
||||
height: 120.0
|
||||
origin: lowerleft
|
||||
width: 200.0
|
Reference in a new issue