Cura/plugins/CuraEngineBackend
Thomas Karl Pietrowski 34e8b4635b Scanning for CuraEngine and stop if it was not found
So far I ran 2 or 3 times into the problem that my engine was not up to
date. The bad thing here is that there is always an updated version from
my PPA on the PC. So first this commit gives the possibility to look for
CuraEngine in the $PATH directories. Before I had to copy it always
manually, eg. via "cp $(which CuraEngine) bin/CuraEngine" in my
workbench.

Second, people can get into the situation that CuraEngine is missing at
all. So before making Cura loop and try to use an executable that does
not exist, better raise an Exception here.
An additional info message tells about the location being used.

Does not contribute to any JIRA issue (I think), but makes my life
easier.
2016-08-01 12:28:00 +02:00
..
__init__.py Update API version of two required plugins 2016-05-09 12:06:35 +02:00
Cura.proto Send all global_inherits_stack to engine 2016-08-01 09:36:16 +02:00
CuraEngineBackend.py Scanning for CuraEngine and stop if it was not found 2016-08-01 12:28:00 +02:00
ProcessGCodeJob.py Added documentation 2015-09-17 14:50:52 +02:00
ProcessSlicedLayersJob.py Codestyle 2016-07-29 17:32:08 +02:00
StartSliceJob.py Send setting extruder only when extruder is valid 2016-08-01 09:36:23 +02:00