mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Enhance Dagoma printers profiles and add printer-specific quality profiles.
This commit is contained in:
parent
753101a988
commit
23d6f7ba0b
12 changed files with 263 additions and 13 deletions
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Fast
|
||||
definition = dagoma_discoeasy200
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = draft
|
||||
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_print_temperature + 10
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Fine
|
||||
definition = dagoma_discoeasy200
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Standard
|
||||
definition = dagoma_discoeasy200
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = normal
|
||||
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_print_temperature + 5
|
17
resources/quality/dagoma/dagoma_neva_magis_pla_fast.inst.cfg
Normal file
17
resources/quality/dagoma/dagoma_neva_magis_pla_fast.inst.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Fast
|
||||
definition = dagoma_neva
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = draft
|
||||
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_print_temperature + 10
|
14
resources/quality/dagoma/dagoma_neva_magis_pla_fine.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_neva_magis_pla_fine.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Fine
|
||||
definition = dagoma_neva
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Standard
|
||||
definition = dagoma_neva
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = normal
|
||||
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_print_temperature + 5
|
17
resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg
Normal file
17
resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Fast
|
||||
definition = dagoma_neva
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = draft
|
||||
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_print_temperature + 10
|
14
resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Fine
|
||||
definition = dagoma_neva
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
17
resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg
Normal file
17
resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Standard
|
||||
definition = dagoma_neva
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = normal
|
||||
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_print_temperature + 5
|
Loading…
Add table
Add a link
Reference in a new issue