mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
WIP: Fix quality profiles for abax_pri3
- Fixed duplicated quality_type and name for qualities "Fast" and "Fine" - Moved global settings to separate global quality files - Fix abax_pri3 definition file: has_machine_quality = true - MAYBE FIXME: Normal and Fast have the same layer height. Don't know if that's intended. They are kept as before.
This commit is contained in:
parent
471182333d
commit
c338e1b7d6
7 changed files with 46 additions and 6 deletions
|
@ -6,7 +6,8 @@
|
|||
"visible": true,
|
||||
"author": "ABAX 3d Technologies",
|
||||
"manufacturer": "ABAX 3d Technologies",
|
||||
"file_formats": "text/x-gcode"
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_machine_quality": true
|
||||
},
|
||||
"overrides": {
|
||||
"machine_start_gcode": {
|
||||
|
|
14
resources/quality/abax_pri3/apri3_fast.inst.cfg
Normal file
14
resources/quality/abax_pri3/apri3_fast.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Fast
|
||||
definition = abax_pri3
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
14
resources/quality/abax_pri3/apri3_high.inst.cfg
Normal file
14
resources/quality/abax_pri3/apri3_high.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Extra Fine
|
||||
definition = abax_pri3
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
14
resources/quality/abax_pri3/apri3_normal.inst.cfg
Normal file
14
resources/quality/abax_pri3/apri3_normal.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Fine
|
||||
definition = abax_pri3
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
|
@ -1,17 +1,16 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Fine
|
||||
name = Fast
|
||||
definition = abax_pri3
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = quality
|
||||
quality_type = normal
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
|
|
|
@ -11,7 +11,6 @@ weight = 1
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
|
|
|
@ -11,7 +11,6 @@ weight = 0
|
|||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue