mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-09 19:55:16 +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;
|
RShape shape = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
shape = RG.loadShape(getVectorFilename());
|
shape =loadShapeFromFile(getVectorFilename());
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user