Forgot to put the gcode processing bit into the loadFromProperties

This commit is contained in:
Sandy Noble 2015-05-18 18:16:44 +01:00
parent 9dca343ed1
commit 69411f35a8

View File

@ -2963,7 +2963,7 @@ void loadFromPropertiesFile()
RShape shape = null; RShape shape = null;
try try
{ {
shape = RG.loadShape(getVectorFilename()); shape =loadShapeFromFile(getVectorFilename());
} }
catch (Exception e) catch (Exception e)
{ {