Change default support material amount to 50%, this seems to make the support a lot easier to remove, without affecting quality.

master
daid 2012-04-05 18:00:22 +02:00
parent 835b7883ca
commit 8a82f0c625
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ class simpleModeWindow(configBase.configWindowBase):
put('infill_type', 'Line')
put('solid_top', 'True')
put('fill_overlap', '15')
put('support_rate', '100')
put('support_rate', '50')
put('support_distance', '0.5')
put('joris', 'False')
put('cool_min_feedrate', '5')

View File

@ -51,7 +51,7 @@ profileDefaultSettings = {
'infill_type': 'Line',
'solid_top': 'True',
'fill_overlap': '15',
'support_rate': '100',
'support_rate': '50',
'support_distance': '0.5',
'joris': 'False',
'enable_raft': 'False',