diff --git a/resources/quality/fabxpro/fabxpro_abs_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_abs_draft.inst.cfg new file mode 100644 index 0000000000..d6a6d22b08 --- /dev/null +++ b/resources/quality/fabxpro/fabxpro_abs_draft.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Draft ABS +definition = fabxpro + +[metadata] +setting_version = 11 +type = quality +quality_type = Draft ABS +weight = -2 +global_quality = True + +[values] +layer_height = 0.3 +layer_height_0 = 0.35 +speed_print = 55 +speed_travel = 70 +retraction_amount = 1 +retraction_speed = 40 +support_enable = true +adhesion_type = raft +material_print_temperature = 240 +material_bed_temperature = 110 +cool_fan_enabled = false diff --git a/resources/quality/fabxpro/fabxpro_abs_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_abs_fine.inst.cfg new file mode 100644 index 0000000000..bfaccfadac --- /dev/null +++ b/resources/quality/fabxpro/fabxpro_abs_fine.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Fine ABS +definition = fabxpro + +[metadata] +setting_version = 11 +type = quality +quality_type = Fine ABS +weight = -2 +global_quality = True + +[values] +layer_height = 0.1 +layer_height_0 = 0.15 +speed_print = 55 +speed_travel = 70 +retraction_amount = 1 +retraction_speed = 40 +support_enable = true +adhesion_type = raft +material_print_temperature = 240 +material_bed_temperature = 110 +cool_fan_enabled = false diff --git a/resources/quality/fabxpro/fabxpro_abs_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_abs_normal.inst.cfg new file mode 100644 index 0000000000..c039ca61d7 --- /dev/null +++ b/resources/quality/fabxpro/fabxpro_abs_normal.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Normal ABS +definition = fabxpro + +[metadata] +setting_version = 11 +type = quality +quality_type = Normal ABS +weight = -2 +global_quality = True + +[values] +layer_height = 0.2 +layer_height_0 = 0.3 +speed_print = 55 +speed_travel = 70 +retraction_amount = 1 +retraction_speed = 40 +support_enable = true +adhesion_type = raft +material_print_temperature = 240 +material_bed_temperature = 110 +cool_fan_enabled = false diff --git a/resources/quality/fabxpro/fabxpro_pla_draft.inst.cfg b/resources/quality/fabxpro/fabxpro_pla_draft.inst.cfg new file mode 100644 index 0000000000..8bda2e29fe --- /dev/null +++ b/resources/quality/fabxpro/fabxpro_pla_draft.inst.cfg @@ -0,0 +1,26 @@ +[general] +version = 4 +name = Draft PLA +definition = fabxpro + +[metadata] +setting_version = 11 +type = quality +quality_type = Draft PLA +weight = -2 +global_quality = True + +[values] +layer_height = 0.3 +layer_height_0 = 0.35 +speed_print = 55 +speed_travel = 70 +retraction_amount = 1 +retraction_speed = 40 +support_enable = true +adhesion_type = skirt +material_print_temperature = 215 +material_bed_temperature = 60 +cool_fan_enabled = true +cool_fan_speed = 100 +cool_fan_full_at_height = 0.6 \ No newline at end of file diff --git a/resources/quality/fabxpro/fabxpro_pla_fine.inst.cfg b/resources/quality/fabxpro/fabxpro_pla_fine.inst.cfg new file mode 100644 index 0000000000..c98d73e079 --- /dev/null +++ b/resources/quality/fabxpro/fabxpro_pla_fine.inst.cfg @@ -0,0 +1,26 @@ +[general] +version = 4 +name = Fine PLA +definition = fabxpro + +[metadata] +setting_version = 11 +type = quality +quality_type = Fine PLA +weight = -2 +global_quality = True + +[values] +layer_height = 0.1 +layer_height_0 = 0.15 +speed_print = 55 +speed_travel = 70 +retraction_amount = 1 +retraction_speed = 40 +support_enable = true +adhesion_type = skirt +material_print_temperature = 215 +material_bed_temperature = 60 +cool_fan_enabled = true +cool_fan_speed = 100 +cool_fan_full_at_height = 0.6 \ No newline at end of file diff --git a/resources/quality/fabxpro/fabxpro_pla_normal.inst.cfg b/resources/quality/fabxpro/fabxpro_pla_normal.inst.cfg new file mode 100644 index 0000000000..9727be8841 --- /dev/null +++ b/resources/quality/fabxpro/fabxpro_pla_normal.inst.cfg @@ -0,0 +1,26 @@ +[general] +version = 4 +name = Normal PLA +definition = fabxpro + +[metadata] +setting_version = 11 +type = quality +quality_type = Normal PLA +weight = -2 +global_quality = True + +[values] +layer_height = 0.2 +layer_height_0 = 0.3 +speed_print = 55 +speed_travel = 70 +retraction_amount = 1 +retraction_speed = 40 +support_enable = true +adhesion_type = skirt +material_print_temperature = 215 +material_bed_temperature = 60 +cool_fan_enabled = true +cool_fan_speed = 100 +cool_fan_full_at_height = 0.6 \ No newline at end of file