mirror of
https://github.com/euphy/polargraphcontroller
synced 2024-11-15 02:37:56 +01:00
Forgot to put the gcode processing bit into the loadFromProperties
This commit is contained in:
parent
9dca343ed1
commit
69411f35a8
@ -2963,7 +2963,7 @@ void loadFromPropertiesFile()
|
||||
RShape shape = null;
|
||||
try
|
||||
{
|
||||
shape = RG.loadShape(getVectorFilename());
|
||||
shape =loadShapeFromFile(getVectorFilename());
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user