mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Add global profiles and define that the printers have materials and
quality profiles, in the definition files. Contributes to CURA-5499
This commit is contained in:
parent
350f9caa2a
commit
eab10401ee
16 changed files with 55 additions and 16 deletions
|
@ -11,7 +11,5 @@ weight = -2
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_bed_temperature_layer_0 = =default_material_bed_temperature + 10
|
||||
|
|
|
@ -11,4 +11,3 @@ weight = 0
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
|
|
|
@ -11,7 +11,5 @@ weight = -1
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_bed_temperature_layer_0 = =default_material_bed_temperature + 5
|
||||
|
|
14
resources/quality/dagoma/dagoma_global_fast.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_global_fast.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_discoeasy200
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
14
resources/quality/dagoma/dagoma_global_fine.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_global_fine.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_discoeasy200
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
14
resources/quality/dagoma/dagoma_global_standard.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_global_standard.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard
|
||||
definition = dagoma_discoeasy200
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
|
@ -11,7 +11,5 @@ weight = -2
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_bed_temperature_layer_0 = =default_material_bed_temperature + 10
|
||||
|
|
|
@ -11,4 +11,3 @@ weight = 0
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
|
|
|
@ -11,7 +11,5 @@ weight = -1
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_bed_temperature_layer_0 = =default_material_bed_temperature + 5
|
||||
|
|
|
@ -11,7 +11,5 @@ weight = -2
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_bed_temperature_layer_0 = =default_material_bed_temperature + 10
|
||||
|
|
|
@ -11,4 +11,3 @@ weight = 0
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
|
|
|
@ -11,7 +11,5 @@ weight = -1
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_bed_temperature_layer_0 = =default_material_bed_temperature + 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue