mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 01:25:58 +08:00
small error fixed with first layer print temperature
Set the first layer temperature 2 degrees too high
This commit is contained in:
parent
2a8a52c0d9
commit
e75a2eaaf2
@ -30,7 +30,7 @@ material_final_print_temperature = =material_print_temperature - 21
|
||||
material_flow = 105
|
||||
material_initial_print_temperature = =material_print_temperature - 16
|
||||
material_print_temperature = =default_material_print_temperature + 2
|
||||
material_print_temperature_layer_0 = =material_print_temperature + 2
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0.2
|
||||
prime_tower_enable = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user