Cura/plugins
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
..
3MFReader Remove 3MF repair message 2016-08-01 10:50:04 +02:00
AutoSave Update AutoSave plugin to work with the new settings API 2016-05-30 15:29:10 +02:00
ChangeLogPlugin Another stray conflict marker 2016-07-13 14:33:42 +02:00
CuraEngineBackend Scanning for CuraEngine and stop if it was not found 2016-08-01 12:28:00 +02:00
CuraProfileReader Store the Quality profile for the 'global' and extruders in the gcode. Read in all of the quality profile during import. 2016-07-12 12:41:49 +02:00
CuraProfileWriter Move ProfileReader and ProfileWriter over to Cura itself. 2016-06-09 14:14:49 +02:00
GCodeProfileReader Store the Quality profile for the 'global' and extruders in the gcode. Read in all of the quality profile during import. 2016-07-12 12:41:49 +02:00
GCodeWriter G-code writer no longer uses duplicate for flattening profile 2016-07-29 09:59:57 +02:00
ImageReader Merge branch 'master' into simple_convex_hull 2016-06-21 14:47:10 +02:00
LayerView Codestyle & documentation 2016-07-29 17:38:35 +02:00
LegacyProfileReader Rename setting skirt_minimal_length to skirt_brim_minimal_length 2016-07-22 17:12:34 +02:00
PerObjectSettingsTool Perobject settings now use correct stacks to calculate values 2016-07-29 15:19:50 +02:00
RemovableDriveOutputDevice Bump API version of plugins that do not need extra porting 2016-05-30 15:29:10 +02:00
SliceInfoPlugin Merge pull request #866 from thopiekar/master-CURA-1445-only 2016-07-25 13:42:26 +02:00
SolidView Only draw boundingbox wireframe on selected groups 2016-07-29 19:15:05 +02:00
UltimakerMachineActions Hide start check button once the check has started 2016-07-29 14:30:36 +02:00
USBPrinting USB printer connection is now reset when print is completed 2016-07-21 10:30:22 +02:00
VersionUpgrade/VersionUpgrade21to22 Rename setting skirt_minimal_length to skirt_brim_minimal_length 2016-07-22 17:12:34 +02:00
XmlMaterialProfile Update material container's name when its "material" metadata key changes 2016-07-11 14:57:28 +02:00
XRayView Increment XRayView API number 2016-05-20 16:22:10 +02:00