mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Added material stubs
CURA-1278
This commit is contained in:
parent
ed49831785
commit
bfbb48268a
3 changed files with 33 additions and 0 deletions
12
resources/instances/abs.inst.cfg
Normal file
12
resources/instances/abs.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = ABS
|
||||
definition = fdmprinter
|
||||
|
||||
[metadata]
|
||||
type = material
|
||||
|
||||
[values]
|
||||
material_print_temperature = 250
|
||||
material_bed_temperature = 80
|
||||
material_flow = 107
|
11
resources/instances/cpe.inst.cfg
Normal file
11
resources/instances/cpe.inst.cfg
Normal file
|
@ -0,0 +1,11 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = CPE
|
||||
definition = fdmprinter
|
||||
|
||||
[metadata]
|
||||
type = material
|
||||
|
||||
[values]
|
||||
material_print_temperature = 250
|
||||
material_bed_temperature = 70
|
10
resources/instances/pla.inst.cfg
Normal file
10
resources/instances/pla.inst.cfg
Normal file
|
@ -0,0 +1,10 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = PLA
|
||||
definition = fdmprinter
|
||||
|
||||
[metadata]
|
||||
type = material
|
||||
|
||||
[values]
|
||||
material_bed_temperature = 60
|
Loading…
Add table
Add a link
Reference in a new issue