diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index bb0cf8cdc2d462d0d9a6aef3309bab97b4b40519..71e8d3ed4640a641349cbb9bf9bd785c4f8fc8de 100644
--- a/io_import_gimp_image_to_scene.py
+++ b/io_import_gimp_image_to_scene.py
@@ -289,7 +289,7 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,
         # Object
         bpy.ops.mesh.primitive_plane_add(view_align=False,
                                          enter_editmode=False,
-                                         rotation=(0, 0, pi))
+                                         rotation=(0, 0, 0))
 
         bpy.ops.object.transform_apply(location=False, rotation=True, scale=False)
 
@@ -595,7 +595,7 @@ class GIMPImageToScene(bpy.types.Operator):
     LayerOffset = FloatProperty(name="Layer Separation",
         description="Distance between each 3D Layer in the Z axis",
         min=0,
-        default=0.01)
+        default=0.50)
     
     LayerScale = FloatProperty(name="Layer Scale",
         description="Scale pixel resolution by Blender units",