Skip to content

Commit

Permalink
quick fix of CuraEngine executable location
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemeding committed Apr 5, 2016
1 parent e652172 commit eeacd1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class CuraEngine extends PlatformExecutable {

private static final Logger log = Logger.getLogger(CuraEngine.class.getName());
private static final String CURAENGINE_PROG = "CuraEngine";
private static final String CURAENGINE_PROG = "/usr/local/bin/CuraEngine";
private final CuraEngineOptions options;

public CuraEngine() {
Expand Down

0 comments on commit eeacd1a

Please sign in to comment.