fixed paths
This commit is contained in:
parent
c60c05972c
commit
0a9c0bcf36
1 changed files with 4 additions and 4 deletions
|
|
@ -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 "
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue