· 9 years ago · Oct 20, 2016, 08:38 PM
1accessControl:
2 salt: cwo9baCuRwIDA7Bif514vRrKFoCq2LK0
3api:
4 key: CD8C1625BFA7448DA69E58149F3BFA37
5appearance:
6 color: orange
7 name: Bill Waggoner's Prusa Printer
8controls:
9- children:
10 - command: M106 S%(speed)s
11 input:
12 - default: 255
13 name: Speed (0-255)
14 parameter: speed
15 slider:
16 max: 255
17 min: 0
18 name: Enable Fan
19 - command: M107
20 name: Disable Fan
21 layout: horizontal
22 name: Fan
23- children:
24 - commands:
25 - G91
26 - G1 X10 F3000
27 - G90
28 confirm: You are about to move the X axis right by 10mm with 3000mm/s.
29 name: Move X (static)
30 - commands:
31 - G91
32 - G1 X%(distance)s F%(speed)s
33 - G90
34 input:
35 - default: 10
36 name: Distance
37 parameter: distance
38 - default: 3000
39 name: Speed
40 parameter: speed
41 name: Move X (parametric)
42 - commands:
43 - G90
44 - G0 X10 Y200 Z100 F2400
45 confirm: Moving to X10 Y200 Z100
46 name: Home
47 name: Movement
48- children:
49 - command: M114
50 name: Get Position
51 regex: X:([-+]?[0-9.]+) Y:([-+]?[0-9.]+) Z:([-+]?[0-9.]+) E:([-+]?[0-9.]+)
52 template: 'Position: X={0}, Y={1}, Z={2}, E={3}'
53 name: Reporting
54feature: {}
55folder:
56 logs: /mnt/extdrv/Octoprint/logs
57 timelapse: /mnt/extdrv/Octoprint/timelapse
58 timelapse_tmp: /mnt/extdrv/Octoprint/timelapse/tmp
59 uploads: /mnt/extdrv/Octoprint/uploads
60 watched: /mnt/extdrv/Octoprint/watched
61gcodeViewer: {}
62plugins:
63 _disabled:
64 - cura
65 - detailedprogress
66 announcements:
67 channels:
68 _important:
69 read_until: 1460575175
70 discovery:
71 upnpUuid: 75acd76e-fea9-42e3-aca0-2d085295ea7f
72 filament:
73 bounce: 400
74 pin: 17
75 growl:
76 hostname: Dads-MacBook-Pro.local
77 password: [redacted]
78 softwareupdate:
79 _config_version: 4
80 check_providers:
81 growl: growl
82 printhistory: printhistory
83 checks:
84 octoprint:
85 checkout_folder: /mnt/extdrv/Projects/OctoPrint/OctoPrint
86 prerelease: true
87 prerelease_channel: rc/devel
88printerParameters: {}
89printerProfiles:
90 defaultProfile:
91 axes:
92 e:
93 inverted: false
94 speed: 300
95 x:
96 inverted: false
97 speed: 6000
98 y:
99 inverted: false
100 speed: 6000
101 z:
102 inverted: false
103 speed: 200
104 color: orange
105 extruder:
106 count: 1
107 nozzleDiameter: 0.4
108 offsets:
109 - - 0.0
110 - 0.0
111 heatedBed: true
112 id: _default
113 model: MK2
114 name: Prusa
115 volume:
116 depth: 210.0
117 formFactor: rectangular
118 height: 200.0
119 origin: lowerleft
120 width: 250.0
121serial:
122 baudrate: 115200
123 longRunningCommands:
124 - G4
125 - G28
126 - G29
127 - G30
128 - G32
129 - M400
130 - M226
131 - M600
132 maxCommunicationTimeouts: {}
133 port: /dev/ttyACM1
134 timeout:
135 sdStatus: 10.0
136server:
137 commands:
138 serverRestartCommand: sudo systemctl restart octoprint.service
139 systemRestartCommand: sudo systemctl reboot
140 systemShutdownCommand: sudo systemctl poweroff
141 firstRun: false
142 secretKey: E1husJax0SuNYDyF4MWTWmH15NJlDlNY
143system:
144 actions:
145 - action: streamon
146 command: /home/pi/scripts/webcam start
147 confirm: false
148 name: Start video stream
149 - action: streamoff
150 command: /home/pi/scripts/webcam stop
151 confirm: false
152 name: Stop video stream
153 - action: restart
154 command: sudo systemctl restart octoprint.service
155 confirm: You are about to restart OctoPrint.
156 name: Restart OctoPrint
157 - action: reboot
158 command: sudo systemctl reboot
159 confirm: You are about to reboot the whole server.
160 name: Reboot the server
161 - action: shutdown
162 command: sudo systemctl poweroff
163 confirm: You are about to shutdown the whole server.
164 name: Shutdown the server
165temperature:
166 profiles:
167 - bed: 100
168 extruder: '235'
169 name: ABS
170 - bed: '50'
171 extruder: '210'
172 name: PLA
173 - bed: '70'
174 extruder: '257'
175 name: PET+
176 - bed: '70'
177 extruder: '247'
178 name: PETG
179terminalFilters:
180- name: Suppress M105 requests/responses
181 regex: 'Send: M105|Recv: ok T:'
182- name: Suppress M27 requests/responses
183 regex: '(Send: M27)|(Recv: SD printing byte)'
184webcam:
185 ffmpeg: /usr/bin/avconv
186 snapshot: http://127.0.0.1:8080/?action=snapshot
187 stream: /webcam/?action=stream
188 timelapse:
189 fps: 25
190 options: {}
191 postRoll: 1
192 type: 'off'