chiark / gitweb /
Remove duplicate layer_height setting for normal print
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 29 Jan 2015 23:23:34 +0000 (18:23 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 29 Jan 2015 23:23:34 +0000 (18:23 -0500)
Cura/gui/simpleMode.py

index 57e5980a2e10739b21a1d634d67a6623a39d221f..9d2ed957d0be0d17990f6b31e5f71b9a69731ec7 100644 (file)
@@ -513,7 +513,6 @@ G90                                          ; absolute positioning
                                put('platform_adhesion', 'Brim')
                                put('brim_line_count', '10')
                        if self.printTypeNormal.GetValue():
-                               put('layer_height', '0.2')
                                put('wall_thickness', nozzle_size * 2.0)
                                put('layer_height', '0.10')
                                put('fill_density', '20')