mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
prefoles: fix: platform_adhesion settings were spelled with capitals (CURA-983)
This commit is contained in:
parent
777163cb1a
commit
4cc3d03bae
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = ABS
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
material_bed_temperature = 100
|
material_bed_temperature = 100
|
||||||
platform_adhesion = Brim
|
platform_adhesion = brim
|
||||||
material_flow = 107
|
material_flow = 107
|
||||||
material_print_temperature = 250
|
material_print_temperature = 250
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = CPE
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
material_bed_temperature = 60
|
material_bed_temperature = 60
|
||||||
platform_adhesion = Brim
|
platform_adhesion = brim
|
||||||
material_flow = 100
|
material_flow = 100
|
||||||
material_print_temperature = 250
|
material_print_temperature = 250
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = PLA
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
material_bed_temperature = 60
|
material_bed_temperature = 60
|
||||||
platform_adhesion = Skirt
|
platform_adhesion = skirt
|
||||||
material_flow = 100
|
material_flow = 100
|
||||||
material_print_temperature = 210
|
material_print_temperature = 210
|
||||||
cool_fan_speed = 100
|
cool_fan_speed = 100
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue