fixed paths

This commit is contained in:
Philipp Engel 2014-11-24 21:42:21 +01:00
parent c60c05972c
commit 0a9c0bcf36

View file

@ -248,10 +248,10 @@ class SvgToGcodePlugin(octoprint.plugin.SlicerPlugin,
engine_settings = self._convert_to_engine(profile_path)
# executable = s.get(["svgtogcode_engine"])
executable = "/Users/philipp/Documents/dev/MrBeam/mrbeam-inkscape-ext/standalone.py"
# executable = "/home/pi/mrbeam-inkscape-ext/standalone.py"
# log_path = "/home/pi/svgtogcode.log"
log_path = "/Users/philipp/svgtogcode.log"
# executable = "/Users/philipp/Documents/dev/MrBeam/mrbeam-inkscape-ext/standalone.py"
executable = "/home/pi/mrbeam-inkscape-ext/standalone.py"
log_path = "/home/pi/svgtogcode.log"
# log_path = "/Users/philipp/svgtogcode.log"
if not executable:
return False, "Path to SVG converter is not configured "