mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-28 20:00:51 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue