Skip to content
Snippets Groups Projects
Commit 5d2c3db2 authored by Max Gaukler's avatar Max Gaukler
Browse files

added dummy-driver to selection

parent 96792af0
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,7 @@
**/
package com.t_oster.liblasercut;
import com.t_oster.liblasercut.drivers.EpilogHelix;
import com.t_oster.liblasercut.drivers.EpilogZing;
import com.t_oster.liblasercut.drivers.LaosCutter;
import com.t_oster.liblasercut.drivers.Lasersaur;
import com.t_oster.liblasercut.drivers.*;
/**
* This class contains Version information
......@@ -43,7 +40,8 @@ public class LibInfo
EpilogZing.class,
EpilogHelix.class,
LaosCutter.class,
Lasersaur.class
Lasersaur.class,
Dummy.class
};
}
}
......@@ -83,9 +83,9 @@ public class Dummy extends LaserCutter {
}
System.out.println(((PowerSpeedFocusProperty) rp.getLaserProperty()).toString());
}
System.out.println("end of job.");
pl.progressChanged(this, 100);
}
System.out.println("end of job.");
pl.progressChanged(this, 100);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment