Speed up the first layer for low quality prints.

master
daid 2012-03-30 12:11:10 +02:00
parent 7cb514f4aa
commit e17c4387c9
1 changed files with 1 additions and 0 deletions

View File

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