From 745bc8051a07230a6999f7d34d49487c2d866cc1 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Thu, 17 Mar 2016 16:29:19 +0100 Subject: [PATCH] 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 --- resources/profiles/materials/abs.cfg | 2 +- resources/profiles/materials/cpe.cfg | 2 +- resources/profiles/materials/pla.cfg | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/profiles/materials/abs.cfg b/resources/profiles/materials/abs.cfg index 89095c0024..9b797a4da5 100644 --- a/resources/profiles/materials/abs.cfg +++ b/resources/profiles/materials/abs.cfg @@ -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 diff --git a/resources/profiles/materials/cpe.cfg b/resources/profiles/materials/cpe.cfg index 431a6d38d7..fc0293b64e 100644 --- a/resources/profiles/materials/cpe.cfg +++ b/resources/profiles/materials/cpe.cfg @@ -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 diff --git a/resources/profiles/materials/pla.cfg b/resources/profiles/materials/pla.cfg index 86fc696741..e490b05bbe 100644 --- a/resources/profiles/materials/pla.cfg +++ b/resources/profiles/materials/pla.cfg @@ -5,5 +5,8 @@ name = PLA [settings] material_bed_temperature = 60 +adhesion_type = skirt material_flow = 100 -material_print_temperature = 210 \ No newline at end of file +material_print_temperature = 210 +cool_fan_speed = 100 +cool_fan_speed_max = 100