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
1 changed files with 1 additions and 1 deletions

View File

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