Speed up the first layer for low quality prints.

This commit is contained in:
daid 2012-03-30 12:11:10 +02:00
parent 7cb514f4aa
commit e17c4387c9

View File

@ -220,6 +220,7 @@ class simpleModeWindow(configBase.configWindowBase):
put('layer_height', '0.3') put('layer_height', '0.3')
put('fill_density', '10') put('fill_density', '10')
put('print_speed', '80') put('print_speed', '80')
put('bottom_layer_speed', '40')
elif self.printTypeHigh.GetValue(): elif self.printTypeHigh.GetValue():
put('wall_thickness', nozzle_size * 3.0) put('wall_thickness', nozzle_size * 3.0)
put('layer_height', '0.1') put('layer_height', '0.1')