From f2336ad7204abd3ed419ec5daf16b72779254d3e Mon Sep 17 00:00:00 2001
From: Thomas Oster <thomas.oster@rwth-aachen.de>
Date: Sun, 25 Mar 2012 23:53:05 +0200
Subject: [PATCH] Changed default values in LaosCutter

---
 src/com/t_oster/liblasercut/drivers/LaosCutter.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/com/t_oster/liblasercut/drivers/LaosCutter.java b/src/com/t_oster/liblasercut/drivers/LaosCutter.java
index 5ccedf7..ebe1963 100644
--- a/src/com/t_oster/liblasercut/drivers/LaosCutter.java
+++ b/src/com/t_oster/liblasercut/drivers/LaosCutter.java
@@ -131,7 +131,7 @@ public class LaosCutter extends LaserCutter
   {
     this.simpleMode = simpleMode;
   }
-  protected String hostname = "192.168.1.111";
+  protected String hostname = "192.168.123.111";
 
   /**
    * Get the value of hostname
@@ -599,7 +599,7 @@ public class LaosCutter extends LaserCutter
     }
     return resolutions;
   }
-  protected double bedWidth = 600;
+  protected double bedWidth = 250;
 
   /**
    * Get the value of bedWidth
@@ -621,7 +621,7 @@ public class LaosCutter extends LaserCutter
   {
     this.bedWidth = bedWidth;
   }
-  protected double bedHeight = 300;
+  protected double bedHeight = 280;
 
   /**
    * Get the value of bedHeight
-- 
GitLab