chiark / gitweb /
Merge fix.
authordaid303 <daid303@gmail.com>
Fri, 8 Mar 2013 09:31:55 +0000 (10:31 +0100)
committerdaid303 <daid303@gmail.com>
Fri, 8 Mar 2013 09:31:55 +0000 (10:31 +0100)
1  2 
Cura/gui/mainWindow.py

index 8b7f26ff02d4ce36e4d3dc8244659ac6d82d51a7,c95078321561737c373d8dbe2ae6347ecc7003c8..d83fd99ebea5902ef17f1d3f75cb7ac2a4fe6d5e
@@@ -623,10 -626,10 +626,10 @@@ class normalSettingsPanel(configBase.co
                c = configBase.SettingRow(right, "Initial layer thickness (mm)", 'bottom_thickness', '0.0', 'Layer thickness of the bottom layer. A thicker bottom layer makes sticking to the bed easier. Set to 0.0 to have the bottom layer thickness the same as the other layers.')
                validators.validFloat(c, 0.0)
                validators.warningAbove(c, lambda : (float(profile.getProfileSetting('nozzle_size')) * 3.0 / 4.0), "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad results and is not recommended.")
- #             c = configBase.SettingRow(right, "Cut off object bottom (mm)", 'object_sink', 0.05, '...')
 -              c = configBase.SettingRow(right, "Cut off object bottom (mm)", 'object_sink', 0.05, 'Sinks the object into the platform, this can be used for objects that do not have a flat bottom and thus create a too small first layer.')
 -              validators.validFloat(c, 0.0)
 -              configBase.settingNotify(c, lambda : self.GetParent().GetParent().GetParent().preview3d.Refresh())
 -              c = configBase.SettingRow(right, "Duplicate outlines", 'enable_skin', False, 'Skin prints the outer lines of the prints twice, each time with half the thickness. This gives the illusion of a higher print quality.')
++#             c = configBase.SettingRow(right, "Cut off object bottom (mm)", 'object_sink', 0.05, 'Sinks the object into the platform, this can be used for objects that do not have a flat bottom and thus create a too small first layer.')
 +#             validators.validFloat(c, 0.0)
 +#             configBase.settingNotify(c, lambda : self.GetParent().GetParent().GetParent().preview3d.Refresh())
 +#             c = configBase.SettingRow(right, "Duplicate outlines", 'enable_skin', False, 'Skin prints the outer lines of the prints twice, each time with half the thickness. This gives the illusion of a higher print quality.')
  
                self.SizeLabelWidths(left, right)