mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Make material profiles have values for the same settings
This commit is contained in:
parent
57046a43e8
commit
d30f8322ba
2 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,7 @@ name = CPE
|
||||||
[settings]
|
[settings]
|
||||||
material_bed_temperature = 60
|
material_bed_temperature = 60
|
||||||
platform_adhesion = Brim
|
platform_adhesion = Brim
|
||||||
|
material_flow = 100
|
||||||
material_print_temperature = 250
|
material_print_temperature = 250
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
cool_fan_speed_max = 50
|
cool_fan_speed_max = 50
|
||||||
|
|
|
@ -4,3 +4,9 @@ type = material
|
||||||
name = PLA
|
name = PLA
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
|
material_bed_temperature = 60
|
||||||
|
platform_adhesion = Skirt
|
||||||
|
material_flow = 100
|
||||||
|
material_print_temperature = 210
|
||||||
|
cool_fan_speed = 100
|
||||||
|
cool_fan_speed_max = 100
|
Loading…
Add table
Add a link
Reference in a new issue