mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Use material bed temperature as reference for the bed temperature of the
first layer. Contributes to CURA-5499.
This commit is contained in:
parent
f1efaa78b7
commit
350f9caa2a
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ material = generic_pla
|
|||
layer_height = 0.2
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_bed_temperature_layer_0 = =default_material_print_temperature + 10
|
||||
material_bed_temperature_layer_0 = =default_material_bed_temperature + 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue