mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 16:10:37 +08:00
Speed up the first layer for low quality prints.
This commit is contained in:
parent
7cb514f4aa
commit
e17c4387c9
@ -220,6 +220,7 @@ class simpleModeWindow(configBase.configWindowBase):
|
||||
put('layer_height', '0.3')
|
||||
put('fill_density', '10')
|
||||
put('print_speed', '80')
|
||||
put('bottom_layer_speed', '40')
|
||||
elif self.printTypeHigh.GetValue():
|
||||
put('wall_thickness', nozzle_size * 3.0)
|
||||
put('layer_height', '0.1')
|
||||
|
Loading…
x
Reference in New Issue
Block a user