Disable skirt for ABS on simple mode. Because we already have a raft.
This commit is contained in:
parent
8c5bf431b5
commit
7cb514f4aa
1 changed files with 2 additions and 0 deletions
|
|
@ -240,9 +240,11 @@ class simpleModeWindow(configBase.configWindowBase):
|
|||
if self.printMaterialPLA.GetValue():
|
||||
put('filament_density', '1.00')
|
||||
put('enable_raft', 'False')
|
||||
put('skirt_line_count', '1')
|
||||
else:
|
||||
put('filament_density', '0.85')
|
||||
put('enable_raft', 'True')
|
||||
put('skirt_line_count', '0')
|
||||
|
||||
profile.saveGlobalProfile(profile.getDefaultProfilePath())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue