Merge remote-tracking branch 'origin/devel' into devel
This commit is contained in:
commit
827ea36d72
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ class Timelapse(object):
|
|||
|
||||
# finalize command with output file
|
||||
self._logger.debug("Rendering movie to %s" % output)
|
||||
command.append(output)
|
||||
command.append("\"" + output + "\"")
|
||||
eventManager().fire(Events.MOVIE_RENDERING, {"gcode": self._gcodeFile, "movie": output, "movie_basename": os.path.basename(output)})
|
||||
|
||||
command_str = " ".join(command)
|
||||
|
|
|
|||
Loading…
Reference in a new issue