Make the low quality print a bit stronger and thinner layers.

master
daid303 2012-10-04 16:05:01 +02:00
parent 5ecb7b2224
commit 5f2e6ca82e
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ class simpleModeWindow(configBase.configWindowBase):
put('layer_height', '0.2')
put('fill_density', '20')
elif self.printTypeLow.GetValue():
put('wall_thickness', nozzle_size * 1.0)
put('layer_height', '0.3')
put('wall_thickness', nozzle_size * 1.4)
put('layer_height', '0.25')
put('fill_density', '10')
put('print_speed', '80')
put('cool_min_layer_time', '3')