Skip to content

Commit

Permalink
Update the defualt profile qualities to better reflect what the machi…
Browse files Browse the repository at this point in the history
…ne can do.
  • Loading branch information
daid committed Apr 9, 2013
1 parent 022634a commit 8e097b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cura/gui/simpleMode.py
Expand Up @@ -105,7 +105,7 @@ def setupSlice(self):
nozzle_size = float(get('nozzle_size'))
if self.printTypeNormal.GetValue():
put('wall_thickness', nozzle_size * 2.0)
put('layer_height', '0.2')
put('layer_height', '0.15')
put('fill_density', '20')
elif self.printTypeLow.GetValue():
put('wall_thickness', nozzle_size * 1.4)
Expand All @@ -116,7 +116,7 @@ def setupSlice(self):
put('bottom_layer_speed', '40')
elif self.printTypeHigh.GetValue():
put('wall_thickness', nozzle_size * 2.0)
put('layer_height', '0.1')
put('layer_height', '0.6')
put('fill_density', '25')
put('bottom_layer_speed', '15')
put('bottom_thickness', '0.25')
Expand Down

0 comments on commit 8e097b8

Please sign in to comment.