diff --git a/resources/definitions/dagoma_discoeasy200.def.json b/resources/definitions/dagoma_discoeasy200.def.json index d536466b66..49248ff3d1 100644 --- a/resources/definitions/dagoma_discoeasy200.def.json +++ b/resources/definitions/dagoma_discoeasy200.def.json @@ -71,6 +71,9 @@ }, "layer_height_0": { "default_value": 0.26 + }, + "top_bottom_thickness": { + "default_value": 1 } } } diff --git a/resources/definitions/dagoma_discoultimate.def.json b/resources/definitions/dagoma_discoultimate.def.json index fbd285fc3f..7b127819dc 100644 --- a/resources/definitions/dagoma_discoultimate.def.json +++ b/resources/definitions/dagoma_discoultimate.def.json @@ -71,6 +71,9 @@ }, "layer_height_0": { "default_value": 0.26 + }, + "top_bottom_thickness": { + "default_value": 1 } } } diff --git a/resources/definitions/dagoma_magis.def.json b/resources/definitions/dagoma_magis.def.json index 2c8ebcd7e7..d8864d336f 100644 --- a/resources/definitions/dagoma_magis.def.json +++ b/resources/definitions/dagoma_magis.def.json @@ -70,6 +70,9 @@ }, "layer_height_0": { "default_value": 0.26 + }, + "top_bottom_thickness": { + "default_value": 1 } } } diff --git a/resources/definitions/dagoma_neva.def.json b/resources/definitions/dagoma_neva.def.json index 78c55f5ac0..f81b17a85c 100644 --- a/resources/definitions/dagoma_neva.def.json +++ b/resources/definitions/dagoma_neva.def.json @@ -70,6 +70,9 @@ }, "layer_height_0": { "default_value": 0.26 + }, + "top_bottom_thickness": { + "default_value": 1 } } } diff --git a/resources/quality/dagoma/dagoma_discoeasy200_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_pla_fast.inst.cfg index 9963cb3acd..9834f9086d 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_pla_fast.inst.cfg @@ -8,8 +8,18 @@ setting_version = 11 type = quality quality_type = draft weight = -2 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.2 + material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 + +speed_print = 60 +speed_travel = 75 +speed_layer_0 = 17 +speed_infill = 60 +speed_wall_0 = 50 +speed_wall_x = 60 +speed_topbottom = 60 diff --git a/resources/quality/dagoma/dagoma_discoeasy200_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_pla_fine.inst.cfg index 954b804dd4..40480816b5 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_pla_fine.inst.cfg @@ -8,6 +8,15 @@ setting_version = 11 type = quality quality_type = normal weight = 0 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.1 + +speed_print = 35 +speed_travel = 50 +speed_layer_0 = 15 +speed_infill = 40 +speed_wall_0 = 25 +speed_wall_x = 35 +speed_topbottom = 35 diff --git a/resources/quality/dagoma/dagoma_discoeasy200_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_discoeasy200_pla_standard.inst.cfg index 8dd6db539b..e087991ba6 100644 --- a/resources/quality/dagoma/dagoma_discoeasy200_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_discoeasy200_pla_standard.inst.cfg @@ -8,8 +8,18 @@ setting_version = 11 type = quality quality_type = fast weight = -1 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.15 + material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 + +speed_print = 50 +speed_travel = 60 +speed_layer_0 = 17 +speed_infill = 50 +speed_wall_0 = 40 +speed_wall_x = 45 +speed_topbottom = 50 diff --git a/resources/quality/dagoma/dagoma_discoultimate_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_pla_fast.inst.cfg new file mode 100644 index 0000000000..9dfe6382aa --- /dev/null +++ b/resources/quality/dagoma/dagoma_discoultimate_pla_fast.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Fast +definition = dagoma_discoultimate + +[metadata] +setting_version = 11 +type = quality +quality_type = draft +weight = -2 +material = chromatik_pla + +[values] +layer_height = 0.2 + +material_print_temperature = =default_material_print_temperature + 10 +material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 + +speed_print = 60 +speed_travel = 75 +speed_layer_0 = 17 +speed_infill = 60 +speed_wall_0 = 50 +speed_wall_x = 60 +speed_topbottom = 60 diff --git a/resources/quality/dagoma/dagoma_discoultimate_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_pla_fine.inst.cfg new file mode 100644 index 0000000000..13a581edad --- /dev/null +++ b/resources/quality/dagoma/dagoma_discoultimate_pla_fine.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Fine +definition = dagoma_discoultimate + +[metadata] +setting_version = 11 +type = quality +quality_type = normal +weight = 0 +material = chromatik_pla + +[values] +layer_height = 0.1 + +speed_print = 35 +speed_travel = 50 +speed_layer_0 = 15 +speed_infill = 40 +speed_wall_0 = 25 +speed_wall_x = 35 +speed_topbottom = 35 diff --git a/resources/quality/dagoma/dagoma_discoultimate_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_discoultimate_pla_standard.inst.cfg new file mode 100644 index 0000000000..f779567c59 --- /dev/null +++ b/resources/quality/dagoma/dagoma_discoultimate_pla_standard.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Standard +definition = dagoma_discoultimate + +[metadata] +setting_version = 11 +type = quality +quality_type = fast +weight = -1 +material = chromatik_pla + +[values] +layer_height = 0.15 + +material_print_temperature = =default_material_print_temperature + 5 +material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 + +speed_print = 50 +speed_travel = 60 +speed_layer_0 = 17 +speed_infill = 50 +speed_wall_0 = 40 +speed_wall_x = 45 +speed_topbottom = 50 diff --git a/resources/quality/dagoma/dagoma_global_fast.inst.cfg b/resources/quality/dagoma/dagoma_global_fast.inst.cfg deleted file mode 100644 index 93057f6803..0000000000 --- a/resources/quality/dagoma/dagoma_global_fast.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -version = 4 -name = Fast -definition = dagoma_discoeasy200 - -[metadata] -setting_version = 11 -type = quality -quality_type = draft -weight = -2 -global_quality = True - -[values] -layer_height = 0.2 diff --git a/resources/quality/dagoma/dagoma_global_fine.inst.cfg b/resources/quality/dagoma/dagoma_global_fine.inst.cfg deleted file mode 100644 index 32db1de5c7..0000000000 --- a/resources/quality/dagoma/dagoma_global_fine.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -version = 4 -name = Fine -definition = dagoma_discoeasy200 - -[metadata] -setting_version = 11 -type = quality -quality_type = normal -weight = 0 -global_quality = True - -[values] -layer_height = 0.1 diff --git a/resources/quality/dagoma/dagoma_global_standard.inst.cfg b/resources/quality/dagoma/dagoma_global_standard.inst.cfg deleted file mode 100644 index 2ccfb6d406..0000000000 --- a/resources/quality/dagoma/dagoma_global_standard.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -version = 4 -name = Standard -definition = dagoma_discoeasy200 - -[metadata] -setting_version = 11 -type = quality -quality_type = fast -weight = -1 -global_quality = True - -[values] -layer_height = 0.15 diff --git a/resources/quality/dagoma/dagoma_magis_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_magis_pla_fast.inst.cfg index 91fa81ba7c..2b0ff907df 100644 --- a/resources/quality/dagoma/dagoma_magis_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_magis_pla_fast.inst.cfg @@ -8,8 +8,18 @@ setting_version = 11 type = quality quality_type = draft weight = -2 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.2 + material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 + +speed_print = 40 +speed_travel = 80 +speed_layer_0 = 17 +speed_infill = 40 +speed_wall_0 = 30 +speed_wall_x = 40 +speed_topbottom = 40 diff --git a/resources/quality/dagoma/dagoma_magis_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_magis_pla_fine.inst.cfg index 1e135166b0..b9c2b85bd5 100644 --- a/resources/quality/dagoma/dagoma_magis_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_magis_pla_fine.inst.cfg @@ -8,6 +8,15 @@ setting_version = 11 type = quality quality_type = normal weight = 0 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.1 + +speed_print = 30 +speed_travel = 80 +speed_layer_0 = 17 +speed_infill = 30 +speed_wall_0 = 20 +speed_wall_x = 30 +speed_topbottom = 30 diff --git a/resources/quality/dagoma/dagoma_magis_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_magis_pla_standard.inst.cfg index 297f21f9f1..ce0d4c478f 100644 --- a/resources/quality/dagoma/dagoma_magis_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_magis_pla_standard.inst.cfg @@ -8,8 +8,18 @@ setting_version = 11 type = quality quality_type = fast weight = -1 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.15 + material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 + +speed_print = 35 +speed_travel = 80 +speed_layer_0 = 17 +speed_infill = 35 +speed_wall_0 = 25 +speed_wall_x = 35 +speed_topbottom = 35 diff --git a/resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg b/resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg index 7be90b9db3..bc9705e9f6 100644 --- a/resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg +++ b/resources/quality/dagoma/dagoma_neva_pla_fast.inst.cfg @@ -8,8 +8,18 @@ setting_version = 11 type = quality quality_type = draft weight = -2 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.2 + material_print_temperature = =default_material_print_temperature + 10 material_bed_temperature_layer_0 = =default_material_bed_temperature + 10 + +speed_print = 40 +speed_travel = 80 +speed_layer_0 = 17 +speed_infill = 40 +speed_wall_0 = 30 +speed_wall_x = 40 +speed_topbottom = 40 diff --git a/resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg b/resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg index e5cc46fb9a..0572869d1c 100644 --- a/resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg +++ b/resources/quality/dagoma/dagoma_neva_pla_fine.inst.cfg @@ -8,6 +8,15 @@ setting_version = 11 type = quality quality_type = normal weight = 0 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.1 + +speed_print = 30 +speed_travel = 80 +speed_layer_0 = 17 +speed_infill = 30 +speed_wall_0 = 20 +speed_wall_x = 30 +speed_topbottom = 30 diff --git a/resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg b/resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg index 6b96244f6f..f23ac2a0fd 100644 --- a/resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg +++ b/resources/quality/dagoma/dagoma_neva_pla_standard.inst.cfg @@ -8,8 +8,18 @@ setting_version = 11 type = quality quality_type = fast weight = -1 -material = generic_pla +material = chromatik_pla [values] +layer_height = 0.15 + material_print_temperature = =default_material_print_temperature + 5 material_bed_temperature_layer_0 = =default_material_bed_temperature + 5 + +speed_print = 35 +speed_travel = 80 +speed_layer_0 = 17 +speed_infill = 35 +speed_wall_0 = 25 +speed_wall_x = 35 +speed_topbottom = 35