mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06: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
3 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue