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:
fieldOfView 2016-03-17 16:29:19 +01:00
parent 4507560e30
commit 745bc8051a
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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