· 9 years ago · Dec 01, 2016, 07:26 PM
1accessControl:
2 salt: 9vsN63bnXxiiNLjSeb6yD9Ixr27vRBjE
3api:
4 allowCrossOrigin: true
5 key: 09AEC023632C4FF9B24FD7BD8E5C8D3C
6appearance:
7 color: black
8controls:
9- children:
10 - command: G0 X0 Y0 Z0 F8000
11 name: Home
12 offset: '1'
13 width: '3'
14 - commands:
15 - G0 X0 Y-100 Z-125 F8000
16 - M303 S195 C5 U1
17 name: StartUp
18 offset: '1'
19 width: '3'
20 - command: M303 S195 C5 U1
21 name: PID autotune
22 offset: '1'
23 width: '3'
24 - commands:
25 - M92 X%(x)s Y%(y)s Z%(z)s E%(e)s
26 - M500
27 - ''
28 input:
29 - default: '176.14'
30 name: X steps
31 parameter: x
32 slider: false
33 - default: '158.91'
34 name: Y steps
35 parameter: y
36 slider: false
37 - default: '3005.44'
38 name: Z steps
39 parameter: z
40 slider: false
41 - default: '308.9'
42 name: E steps
43 parameter: e
44 slider: false
45 name: M92
46 offset: '1'
47 width: '3'
48 - commands:
49 - M301 P%(P)s I%(I)s D%(D)s
50 - M500
51 - ''
52 input:
53 - default: '20.02'
54 name: P value
55 parameter: P
56 slider: false
57 - default: '1.08'
58 name: I value
59 parameter: I
60 slider: false
61 - default: '92.49'
62 name: D value
63 parameter: D
64 slider: false
65 name: Set PID
66 offset: '1'
67 width: '3'
68 layout: horizontal_grid
69 name: Commands
70feature: {}
71gcodeViewer: {}
72plugins:
73 _disabled:
74 - cura
75 - discovery
76 announcements:
77 channels:
78 _important:
79 read_until: 1478614200
80 cost:
81 cost_per_hour: '1.5'
82 cost_per_meter: '0.45'
83 currency: $
84 cura:
85 cura_engine: /usr/local/bin/cura_engine
86 discovery:
87 publicPort: 80
88 upnpUuid: 21481260-597f-4956-bae9-b414842702b3
89 slack:
90 _config_version: 3
91 bot_username: 3d - FT-5
92 print_events:
93 PrintCancelled:
94 Enabled: false
95 PrintFailed:
96 Enabled: false
97 PrintPaused:
98 Enabled: false
99 PrintResumed:
100 Enabled: false
101 PrintStarted:
102 Enabled: false
103 webhook_url: https://hooks.slack.com/services/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
104 detailedprogress:
105 # Number of seconds (minimum) to rotate the messages
106 time_to_change: 5
107 eta_strftime: %H:%M:%S
108 etl_format: {hours:02d}:{minutes:02d}:{seconds:02d}
109 # Messages to display. Placeholders:
110 # - completion : The % completed
111 # - printTimeLeft : A string in the format "HH:MM:SS" with how long the print still has left
112 # - ETA : The date and time formatted in "%H:%M:%S Day %d" that the print is estimated to be completed
113 # - filepos: The current position in the file currently being printed
114 messages:
115 - {completion:.2f}% complete
116 - ETL: {printTimeLeft}
117 - ETA: {ETA}
118 softwareupdate:
119 _config_version: 4
120 check_providers:
121 autoscroll: autoscroll
122 cost: cost
123 customcontrol: customControl
124 detailedprogress: detailedprogress
125 navbartemp: navbartemp
126 requestspinner: requestspinner
127 stats: stats
128 title_status: title_status
129 touchui: touchui
130 checks:
131 octoprint:
132 checkout_folder: /home/pi/OctoPrint
133 prerelease: false
134 prerelease_channel: null
135 type: git_commit
136 touchui:
137 hasCustom: false
138 refreshCSS: false
139 requireNewCSS: false
140 whatsNew: false
141printerParameters: {}
142printerProfiles:
143 defaultProfile:
144 axes:
145 e:
146 inverted: false
147 speed: 300
148 x:
149 inverted: true
150 speed: 6000
151 y:
152 inverted: true
153 speed: 6000
154 z:
155 inverted: false
156 speed: 200
157 color: default
158 extruder:
159 count: 1
160 nozzleDiameter: 0.4
161 offsets:
162 - - 0.0
163 - 0.0
164 heatedBed: true
165 id: _default
166 model: FT5
167 name: FT5
168 volume:
169 depth: 300.0
170 formFactor: rectangular
171 height: 400.0
172 origin: lowerleft
173 width: 300.0
174serial:
175 autoconnect: true
176 baudrate: 250000
177 maxCommunicationTimeouts: {}
178 port: /dev/ttyUSB0
179 timeout: {}
180server:
181 commands:
182 serverRestartCommand: sudo service octoprint restart
183 systemRestartCommand: sudo shutdown -r now
184 firstRun: false
185 secretKey: UXQzRBMpWVv9tvt8rEGqKVy4UUTpgeHS
186system:
187 actions:
188 - action: shutdown
189 async: true
190 command: sudo shutdown -h now
191 confirm: You are about to shutdown the system.
192 ignore: true
193 name: Shutdown
194 - action: reboot
195 async: true
196 command: sudo shutdown -r now
197 confirm: You are about to reboot the system
198 ignore: true
199 name: Reboot
200 - action: restart
201 async: true
202 command: sudo service octoprint restart
203 confirm: You are about to restart OctoPrint
204 ignore: true
205 name: Restart OctoPrint
206temperature:
207 cutoff: 60
208 profiles:
209 - bed: '110'
210 extruder: '215'
211 name: ABS
212 - bed: 60
213 extruder: '195'
214 name: PLA
215webcam:
216 ffmpeg: /usr/bin/avconv
217 ffmpegThreads: 2
218 snapshot: http://127.0.0.1:8080/?action=snapshot
219 stream: /webcam/?action=stream