mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:36:01 +08:00
Fix generic material profiles
Makes sure that the generic PLA material profile has all the same settings as the ABS and CPE settings, so a printer that uses the non-printer-specific material profiles can switch back to the proper settings for PLA when they are merged into the current settings. CURA-1188
This commit is contained in:
parent
4507560e30
commit
745bc8051a
@ -5,7 +5,7 @@ name = ABS
|
||||
|
||||
[settings]
|
||||
material_bed_temperature = 100
|
||||
platform_adhesion = brim
|
||||
adhesion_type = brim
|
||||
material_flow = 107
|
||||
material_print_temperature = 250
|
||||
cool_fan_speed = 50
|
||||
|
@ -5,7 +5,7 @@ name = CPE
|
||||
|
||||
[settings]
|
||||
material_bed_temperature = 60
|
||||
platform_adhesion = brim
|
||||
adhesion_type = brim
|
||||
material_flow = 100
|
||||
material_print_temperature = 250
|
||||
cool_fan_speed = 50
|
||||
|
@ -5,5 +5,8 @@ name = PLA
|
||||
|
||||
[settings]
|
||||
material_bed_temperature = 60
|
||||
adhesion_type = skirt
|
||||
material_flow = 100
|
||||
material_print_temperature = 210
|
||||
material_print_temperature = 210
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
|
Loading…
x
Reference in New Issue
Block a user