bugfix. fixes #13

This commit is contained in:
Teja 2015-03-18 18:08:30 +01:00
parent ef6ec7df4b
commit e482e9523a

View file

@ -257,7 +257,7 @@ class SvgToGcodePlugin(octoprint.plugin.SlicerPlugin,
homedir = expanduser("~")
executable = homedir + "/mrbeam-inkscape-ext/mrbeam.py"
log_path = homedir + "/.octoprint/logs/svgtogcode.log"
log_enabled = "true"
log_enabled = s.get(["debug_logging"])
# debugging stuff. TODO remove
hostname = socket.gethostname()