Octoprint: add settings dump
This commit is contained in:
parent
b0af0679ed
commit
fcb9e42365
2 changed files with 137 additions and 0 deletions
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