Skip to content

Commit

Permalink
Forgot to put the gcode processing bit into the loadFromProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
euphy committed May 18, 2015
1 parent 9dca343 commit 69411f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polargraphcontroller.pde
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,7 @@ void loadFromPropertiesFile()
RShape shape = null;
try
{
shape = RG.loadShape(getVectorFilename());
shape =loadShapeFromFile(getVectorFilename());
}
catch (Exception e)
{
Expand Down

0 comments on commit 69411f3

Please sign in to comment.