mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 06:45:14 +08:00
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.
This commit is contained in:
parent
f2695a40e0
commit
9cf0fdc4a3
22
resources/quality/abax_pri3/apri3_pla_fast.inst.cfg
Normal file
22
resources/quality/abax_pri3/apri3_pla_fast.inst.cfg
Normal file
@ -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
|
22
resources/quality/abax_pri3/apri3_pla_high.inst.cfg
Normal file
22
resources/quality/abax_pri3/apri3_pla_high.inst.cfg
Normal file
@ -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
|
22
resources/quality/abax_pri3/apri3_pla_normal.inst.cfg
Normal file
22
resources/quality/abax_pri3/apri3_pla_normal.inst.cfg
Normal file
@ -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
|
22
resources/quality/abax_pri5/apri5_pla_fast.inst.cfg
Normal file
22
resources/quality/abax_pri5/apri5_pla_fast.inst.cfg
Normal file
@ -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
|
22
resources/quality/abax_pri5/apri5_pla_high.inst.cfg
Normal file
22
resources/quality/abax_pri5/apri5_pla_high.inst.cfg
Normal file
@ -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
|
22
resources/quality/abax_pri5/apri5_pla_normal.inst.cfg
Normal file
22
resources/quality/abax_pri5/apri5_pla_normal.inst.cfg
Normal file
@ -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
|
22
resources/quality/abax_titan/atitan_pla_fast.inst.cfg
Normal file
22
resources/quality/abax_titan/atitan_pla_fast.inst.cfg
Normal file
@ -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
|
21
resources/quality/abax_titan/atitan_pla_high.inst.cfg
Normal file
21
resources/quality/abax_titan/atitan_pla_high.inst.cfg
Normal file
@ -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
|
22
resources/quality/abax_titan/atitan_pla_normal.inst.cfg
Normal file
22
resources/quality/abax_titan/atitan_pla_normal.inst.cfg
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user