bugfix. fixes #13
This commit is contained in:
parent
ef6ec7df4b
commit
e482e9523a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue