MrDraw/docs
Gina Häußge 67a0fd11dd PluginSettings.get_plugin_data_folder moved to OctoPrintPlugin.get_plugin_data_folder
That way plugins don't need to implement the SettingsPlugin mixin in order to access their data folder, which is now an injected property in OctoPrintPlugin. Plugin authors should still always use the getter since that will also make sure the folder actually does exist (lazy creation).

PluginSettings.get_plugin_data_folder has been marked as deprecated.
2015-06-24 13:59:45 +02:00
..
_static
api Small update for API docs, more necessary 2015-06-19 23:46:17 +02:00
configuration Addded possibility to add dividers to System Command Menu 2015-06-05 01:26:45 +02:00
development
events
features docs: removed a missing reference 2015-06-09 18:51:14 +02:00
images
modules
plugins PluginSettings.get_plugin_data_folder moved to OctoPrintPlugin.get_plugin_data_folder 2015-06-24 13:59:45 +02:00
sphinxext
conf.py
index.rst
make.bat
Makefile