Created
June 23, 2018 02:32
-
-
Save BDFife/34327ebd8043f6e60858cf2747e3c81d to your computer and use it in GitHub Desktop.
config.yaml for Octoprint/Printrbot plugin development.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accessControl: | |
enabled: false | |
api: | |
key: <apikey> | |
appearance: | |
color: black | |
devel: | |
cache: | |
enabled: false | |
preemptive: false | |
stylesheet: css | |
virtualPrinter: | |
enabled: true | |
webassets: | |
bundle: false | |
plugins: | |
PBCuraEngine: | |
cura_engine: /home/pi/CuraEngine/build/CuraEngine | |
default_profile: /home/pi/OctoPrint-PBCuraEngine/octoprint_PBCuraEngine/profiles/Test_One.profile | |
setting_json: fdmprinter.def.json | |
setting_json_path: /home/pi/OctoPrint-PBCuraEngine/octoprint_PBCuraEngine/profiles | |
Printrhub: | |
PrintrhubUI: false | |
gopath: /home/pi/gocode | |
material_library: | |
NinjaFlex: | |
fan: false | |
retraction: true | |
speed: 50 | |
temperature: 235 | |
type: Flexible | |
Printrbot ABS: | |
fan: false | |
retraction: true | |
speed: 100 | |
temperature: 220 | |
type: ABS | |
Printrbot PLA: | |
fan: true | |
retraction: true | |
speed: 100 | |
temperature: 205 | |
type: PLA | |
_disabled: | |
- cura | |
- touchui | |
announcements: | |
_config_version: 1 | |
channels: | |
_blog: | |
read_until: 1529054100 | |
_important: | |
read_until: 1521111600 | |
_octopi: | |
read_until: 1527588900 | |
_plugins: | |
read_until: 1529280000 | |
_releases: | |
read_until: 1523631300 | |
discovery: | |
upnpUuid: 15254d07-4d14-442e-8eea-5009ef08c5a7 | |
softwareupdate: | |
_config_version: 6 | |
check_providers: | |
Printrhub: Printrhub | |
touchui: touchui | |
touchui: | |
colors: | |
mainColor: '#f4aa42' | |
termColor: '' | |
useCustomization: true | |
printerProfiles: | |
default: _default | |
serial: | |
autoconnect: true | |
port: VIRTUAL | |
server: | |
firstRun: false | |
host: 127.0.0.1 | |
onlineCheck: | |
enabled: false | |
pluginBlacklist: | |
enabled: true | |
secretKey: <secretkey> | |
seenWizards: | |
corewizard: 3 | |
cura: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment