Skip to content
Snippets Groups Projects
Commit 3c3d0d00 authored by Thomas Oster's avatar Thomas Oster
Browse files

Merge branch 'release/1.7' into develop

parents 63d0edf7 10589150
No related branches found
No related tags found
No related merge requests found
Version 1.7:
- LAOS:
- Support for LAOS native bitmap-marking instead of raster-to-vector conversion (default)
- New option: "unidirectional bitmap marking" marks only left-to-right
- Epilog:
- Fix: Epilog Zing and Helix did not remember hostname,port,ip and bed-size (in visicut)
- Lasersaur:
- Experimental driver added (UNTESTET)
......@@ -30,7 +30,7 @@ import com.t_oster.liblasercut.drivers.Lasersaur;
*/
public class LibInfo
{
private static String VERSION = "1.6";
private static String VERSION = "1.7";
public static String getVersion()
{
......
......@@ -75,7 +75,7 @@ public class LaosCutter extends LaserCutter
return this.unidir;
}
private boolean useLaosRastermode = false;
private boolean useLaosRastermode = true;
/**
* Get the value of useLaosRastermode
......
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