mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:49:01 +08:00
WIP: Fix quality profiles for abax_pri5
- Removed redundant quality profiles for abax_pri5 and reuse the abax_pri3 ones - Fix abax_pri5 definition file: has_machine_quality = true
This commit is contained in:
parent
c338e1b7d6
commit
be211b7311
@ -6,7 +6,9 @@
|
|||||||
"visible": true,
|
"visible": true,
|
||||||
"author": "ABAX 3d Technologies",
|
"author": "ABAX 3d Technologies",
|
||||||
"manufacturer": "ABAX 3d Technologies",
|
"manufacturer": "ABAX 3d Technologies",
|
||||||
"file_formats": "text/x-gcode"
|
"file_formats": "text/x-gcode",
|
||||||
|
"quality_definition": "abax_pri3",
|
||||||
|
"has_machine_quality": true
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_start_gcode": {
|
"machine_start_gcode": {
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
[general]
|
|
||||||
version = 2
|
|
||||||
name = Fine
|
|
||||||
definition = abax_pri5
|
|
||||||
|
|
||||||
[metadata]
|
|
||||||
setting_version = 4
|
|
||||||
type = quality
|
|
||||||
quality_type = normal
|
|
||||||
weight = -1
|
|
||||||
material = generic_pla
|
|
||||||
|
|
||||||
[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
|
|
@ -1,22 +0,0 @@
|
|||||||
[general]
|
|
||||||
version = 2
|
|
||||||
name = Extra Fine
|
|
||||||
definition = abax_pri5
|
|
||||||
|
|
||||||
[metadata]
|
|
||||||
setting_version = 4
|
|
||||||
type = quality
|
|
||||||
quality_type = high
|
|
||||||
weight = 1
|
|
||||||
material = generic_pla
|
|
||||||
|
|
||||||
[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
|
|
@ -1,22 +0,0 @@
|
|||||||
[general]
|
|
||||||
version = 2
|
|
||||||
name = Fine
|
|
||||||
definition = abax_pri5
|
|
||||||
|
|
||||||
[metadata]
|
|
||||||
setting_version = 4
|
|
||||||
type = quality
|
|
||||||
quality_type = normal
|
|
||||||
weight = 0
|
|
||||||
material = generic_pla
|
|
||||||
|
|
||||||
[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