0
0
mirror of https://github.com/euphy/polargraphcontroller synced 2025-04-29 14:30:09 +02:00

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

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