mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 06:09:19 +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('layer_height', '0.3')
|
||||||
put('fill_density', '10')
|
put('fill_density', '10')
|
||||||
put('print_speed', '80')
|
put('print_speed', '80')
|
||||||
|
put('bottom_layer_speed', '40')
|
||||||
elif self.printTypeHigh.GetValue():
|
elif self.printTypeHigh.GetValue():
|
||||||
put('wall_thickness', nozzle_size * 3.0)
|
put('wall_thickness', nozzle_size * 3.0)
|
||||||
put('layer_height', '0.1')
|
put('layer_height', '0.1')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user