diff --git a/src/com/t_oster/liblasercut/drivers/EpilogHelix.java b/src/com/t_oster/liblasercut/drivers/EpilogHelix.java
index 0f4056ce9c88972dfb68211f5340f0c54ae3f89c..5e5228062f53005893db875770f27b30d104b33c 100644
--- a/src/com/t_oster/liblasercut/drivers/EpilogHelix.java
+++ b/src/com/t_oster/liblasercut/drivers/EpilogHelix.java
@@ -53,7 +53,7 @@ public class EpilogHelix extends EpilogCutter
   
   private static final int[] RESOLUTIONS = new int[]
   {
-    75, 300, 600, 1200
+     75, 150, 200, 300, 400, 600, 1200
   };
   
   @Override