mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 06:09:19 +08:00
Disable skirt for ABS on simple mode. Because we already have a raft.
This commit is contained in:
parent
8c5bf431b5
commit
7cb514f4aa
@ -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…
x
Reference in New Issue
Block a user