From 9cf0fdc4a3cd16e2ab2df86ea2c3539c92fbcea9 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 1 Feb 2017 13:16:50 +0100 Subject: [PATCH] Add quality profiles for ABAX printers These are delivered to me by Pedro J. of ABAX 3D Tech. I modified the file names to be in line with our code standards, and I modified the link to the machine definition to coincide with the file names that were changed there to be in line with our code standards. --- .../quality/abax_pri3/apri3_pla_fast.inst.cfg | 22 +++++++++++++++++++ .../quality/abax_pri3/apri3_pla_high.inst.cfg | 22 +++++++++++++++++++ .../abax_pri3/apri3_pla_normal.inst.cfg | 22 +++++++++++++++++++ .../quality/abax_pri5/apri5_pla_fast.inst.cfg | 22 +++++++++++++++++++ .../quality/abax_pri5/apri5_pla_high.inst.cfg | 22 +++++++++++++++++++ .../abax_pri5/apri5_pla_normal.inst.cfg | 22 +++++++++++++++++++ .../abax_titan/atitan_pla_fast.inst.cfg | 22 +++++++++++++++++++ .../abax_titan/atitan_pla_high.inst.cfg | 21 ++++++++++++++++++ .../abax_titan/atitan_pla_normal.inst.cfg | 22 +++++++++++++++++++ 9 files changed, 197 insertions(+) create mode 100644 resources/quality/abax_pri3/apri3_pla_fast.inst.cfg create mode 100644 resources/quality/abax_pri3/apri3_pla_high.inst.cfg create mode 100644 resources/quality/abax_pri3/apri3_pla_normal.inst.cfg create mode 100644 resources/quality/abax_pri5/apri5_pla_fast.inst.cfg create mode 100644 resources/quality/abax_pri5/apri5_pla_high.inst.cfg create mode 100644 resources/quality/abax_pri5/apri5_pla_normal.inst.cfg create mode 100644 resources/quality/abax_titan/atitan_pla_fast.inst.cfg create mode 100644 resources/quality/abax_titan/atitan_pla_high.inst.cfg create mode 100644 resources/quality/abax_titan/atitan_pla_normal.inst.cfg diff --git a/resources/quality/abax_pri3/apri3_pla_fast.inst.cfg b/resources/quality/abax_pri3/apri3_pla_fast.inst.cfg new file mode 100644 index 0000000000..7f3bf240ac --- /dev/null +++ b/resources/quality/abax_pri3/apri3_pla_fast.inst.cfg @@ -0,0 +1,22 @@ + +[general] +version = 2 +name = Normal Quality +definition = abax_pri3 + +[metadata] +type = quality +material = generic_pla +weight = 0 +quality_type = normal + +[values] +layer_height = 0.2 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 80 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file diff --git a/resources/quality/abax_pri3/apri3_pla_high.inst.cfg b/resources/quality/abax_pri3/apri3_pla_high.inst.cfg new file mode 100644 index 0000000000..be93de160e --- /dev/null +++ b/resources/quality/abax_pri3/apri3_pla_high.inst.cfg @@ -0,0 +1,22 @@ + +[general] +version = 2 +name = High Quality +definition = abax_pri3 + +[metadata] +type = quality +material = generic_pla +weight = 1 +quality_type = high + +[values] +layer_height = 0.1 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 50 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file diff --git a/resources/quality/abax_pri3/apri3_pla_normal.inst.cfg b/resources/quality/abax_pri3/apri3_pla_normal.inst.cfg new file mode 100644 index 0000000000..a116ff4485 --- /dev/null +++ b/resources/quality/abax_pri3/apri3_pla_normal.inst.cfg @@ -0,0 +1,22 @@ + +[general] +version = 2 +name = Normal Quality +definition = abax_pri3 + +[metadata] +type = quality +material = generic_pla +weight = 0 +quality_type = normal + +[values] +layer_height = 0.2 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 50 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file diff --git a/resources/quality/abax_pri5/apri5_pla_fast.inst.cfg b/resources/quality/abax_pri5/apri5_pla_fast.inst.cfg new file mode 100644 index 0000000000..4bfb02fe77 --- /dev/null +++ b/resources/quality/abax_pri5/apri5_pla_fast.inst.cfg @@ -0,0 +1,22 @@ + +[general] +version = 2 +name = Normal Quality +definition = abax_pri5 + +[metadata] +type = quality +material = generic_pla +weight = 0 +quality_type = normal + +[values] +layer_height = 0.2 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 80 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file diff --git a/resources/quality/abax_pri5/apri5_pla_high.inst.cfg b/resources/quality/abax_pri5/apri5_pla_high.inst.cfg new file mode 100644 index 0000000000..4c89f5cf28 --- /dev/null +++ b/resources/quality/abax_pri5/apri5_pla_high.inst.cfg @@ -0,0 +1,22 @@ + +[general] +version = 2 +name = High Quality +definition = abax_pri5 + +[metadata] +type = quality +material = generic_pla +weight = 1 +quality_type = high + +[values] +layer_height = 0.1 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 50 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file diff --git a/resources/quality/abax_pri5/apri5_pla_normal.inst.cfg b/resources/quality/abax_pri5/apri5_pla_normal.inst.cfg new file mode 100644 index 0000000000..fc11c5af19 --- /dev/null +++ b/resources/quality/abax_pri5/apri5_pla_normal.inst.cfg @@ -0,0 +1,22 @@ + +[general] +version = 2 +name = Normal Quality +definition = abax_pri5 + +[metadata] +type = quality +material = generic_pla +weight = 0 +quality_type = normal + +[values] +layer_height = 0.2 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 50 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file diff --git a/resources/quality/abax_titan/atitan_pla_fast.inst.cfg b/resources/quality/abax_titan/atitan_pla_fast.inst.cfg new file mode 100644 index 0000000000..63189c1ed1 --- /dev/null +++ b/resources/quality/abax_titan/atitan_pla_fast.inst.cfg @@ -0,0 +1,22 @@ + +[general] +version = 2 +name = Normal Quality +definition = abax_titan + +[metadata] +type = quality +material = generic_pla +weight = 0 +quality_type = normal + +[values] +layer_height = 0.2 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 80 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file diff --git a/resources/quality/abax_titan/atitan_pla_high.inst.cfg b/resources/quality/abax_titan/atitan_pla_high.inst.cfg new file mode 100644 index 0000000000..7d6f8bb3d7 --- /dev/null +++ b/resources/quality/abax_titan/atitan_pla_high.inst.cfg @@ -0,0 +1,21 @@ + +[general] +version = 2 +name = High Quality +definition = abax_titan +[metadata] +type = quality +material = generic_pla +weight = 1 +quality_type = high + +[values] +layer_height = 0.1 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 50 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file diff --git a/resources/quality/abax_titan/atitan_pla_normal.inst.cfg b/resources/quality/abax_titan/atitan_pla_normal.inst.cfg new file mode 100644 index 0000000000..6de6a1df32 --- /dev/null +++ b/resources/quality/abax_titan/atitan_pla_normal.inst.cfg @@ -0,0 +1,22 @@ + +[general] +version = 2 +name = Normal Quality +definition = abax_titan + +[metadata] +type = quality +material = generic_pla +weight = 0 +quality_type = normal + +[values] +layer_height = 0.2 +wall_thickness = 1.05 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 50 +speed_layer_0 = =round(speed_print * 30 / 50) +speed_topbottom = 20 +cool_min_layer_time = 5 +cool_min_speed = 10 \ No newline at end of file