mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Added machine quality
This commit is contained in:
parent
4ff030bdf9
commit
6e9aca817c
7 changed files with 145 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
{
|
||||
"0": "elgoo_neptune2_extruder_0"
|
||||
},
|
||||
"has_machine_quality": true,
|
||||
"preferred_material": "generic_pla",
|
||||
"exclude_materials": [
|
||||
"Vertex_Delta_ABS",
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse
|
||||
definition = elegoo_neptune_2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.45
|
||||
top_thickness = 1.2
|
||||
bottom_thickness = 1.2
|
||||
speed_print = 50
|
||||
wall_thickness = 1.2
|
||||
wall_line_count = 3
|
||||
retraction_enable = true
|
||||
retraction_amount = 5
|
||||
retraction_speed = 70
|
||||
retraction_combing = noskin
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = elegoo_neptune_2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.30
|
||||
layer_height_0 = 0.35
|
||||
top_thickness = 1.2
|
||||
bottom_thickness = 1.2
|
||||
speed_print = 50
|
||||
wall_thickness = 1.2
|
||||
wall_line_count = 3
|
||||
retraction_enable = true
|
||||
retraction_amount = 5
|
||||
retraction_speed = 70
|
||||
retraction_combing = noskin
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Coarse
|
||||
definition = elegoo_neptune_2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = Xcoarse
|
||||
weight = -4
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.5
|
||||
layer_height_0 = 0.55
|
||||
top_thickness = 1.2
|
||||
bottom_thickness = 1.2
|
||||
speed_print = 50
|
||||
wall_thickness = 1.2
|
||||
wall_line_count = 3
|
||||
retraction_enable = true
|
||||
retraction_amount = 5
|
||||
retraction_speed = 70
|
||||
retraction_combing = noskin
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = elegoo_neptune_2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = Xfine
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
layer_height_0 = 0.25
|
||||
top_thickness = 1.2
|
||||
bottom_thickness = 1.2
|
||||
speed_print = 50
|
||||
wall_thickness = 1.2
|
||||
wall_line_count = 3
|
||||
retraction_enable = true
|
||||
retraction_amount = 5
|
||||
retraction_speed = 70
|
||||
retraction_combing = noskin
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = elegoo_neptune_2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.25
|
||||
top_thickness = 1.2
|
||||
bottom_thickness = 1.2
|
||||
speed_print = 50
|
||||
wall_thickness = 1.2
|
||||
wall_line_count = 3
|
||||
retraction_enable = true
|
||||
retraction_amount = 5
|
||||
retraction_speed = 70
|
||||
retraction_combing = noskin
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = elegoo_neptune_2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.25
|
||||
top_thickness = 1.2
|
||||
bottom_thickness = 1.2
|
||||
speed_print = 50
|
||||
wall_thickness = 1.2
|
||||
wall_line_count = 3
|
||||
retraction_enable = true
|
||||
retraction_amount = 5
|
||||
retraction_speed = 70
|
||||
retraction_combing = noskin
|
Loading…
Add table
Add a link
Reference in a new issue