From: daid Date: Tue, 6 Jan 2015 15:40:27 +0000 (+0100) Subject: Set the fan at lower speed with ABS and add U-PET material. X-Git-Tag: 15.01-RC7~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f090733a2b843816c925dff70e9ce163d23601eb;p=cura.git Set the fan at lower speed with ABS and add U-PET material. --- diff --git a/resources/quickprint/materials/2_abs.ini b/resources/quickprint/materials/2_abs.ini index ccf5e9b0..7b91fd24 100644 --- a/resources/quickprint/materials/2_abs.ini +++ b/resources/quickprint/materials/2_abs.ini @@ -6,3 +6,5 @@ print_bed_temperature = 100 platform_adhesion = Brim filament_flow = 107 print_temperature = 250 +fan_speed = 50 +fan_speed_max = 50 diff --git a/resources/quickprint/materials/3_pet.ini b/resources/quickprint/materials/3_pet.ini new file mode 100644 index 00000000..9b906eef --- /dev/null +++ b/resources/quickprint/materials/3_pet.ini @@ -0,0 +1,9 @@ +[info] +name = U-PET + +[profile] +print_bed_temperature = 60 +platform_adhesion = Brim +print_temperature = 250 +fan_speed = 50 +fan_speed_max = 50