mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
Add converted material profiles
This commit is contained in:
parent
ce562713c3
commit
cbbc6d1a18
3 changed files with 29 additions and 0 deletions
12
resources/profiles/materials/abs.ini
Normal file
12
resources/profiles/materials/abs.ini
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[general]
|
||||||
|
version = 1
|
||||||
|
type = material
|
||||||
|
name = ABS
|
||||||
|
|
||||||
|
[profile]
|
||||||
|
material_bed_temperature = 100
|
||||||
|
platform_adhesion = Brim
|
||||||
|
material_flow = 107
|
||||||
|
material_print_temperature = 250
|
||||||
|
cool_fan_speed = 50
|
||||||
|
cool_fan_speed_max = 50
|
11
resources/profiles/materials/cpe.ini
Normal file
11
resources/profiles/materials/cpe.ini
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[general]
|
||||||
|
version = 1
|
||||||
|
type = material
|
||||||
|
name = CPE
|
||||||
|
|
||||||
|
[profile]
|
||||||
|
material_bed_temperature = 60
|
||||||
|
platform_adhesion = Brim
|
||||||
|
material_print_temperature = 250
|
||||||
|
cool_fan_speed = 50
|
||||||
|
cool_fan_speed_max = 50
|
6
resources/profiles/materials/pla.ini
Normal file
6
resources/profiles/materials/pla.ini
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[general]
|
||||||
|
version = 1
|
||||||
|
type = material
|
||||||
|
name = PLA
|
||||||
|
|
||||||
|
[profile]
|
Loading…
Add table
Add a link
Reference in a new issue