mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
CURA-4606 fix material names for 1.75mm materials
This commit is contained in:
parent
6dc53eb741
commit
8275e506ce
12 changed files with 33 additions and 16 deletions
|
@ -10,6 +10,7 @@
|
|||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "gmax_1-5_xt-plus_s3d_full model_150707.stl",
|
||||
"has_machine_quality": true,
|
||||
"has_variants": true,
|
||||
"variants_name": "Hotend",
|
||||
"preferred_variant_name": "0.5mm E3D (Default)"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "gmax_1-5_xt-plus_s3d_full model_150707.stl",
|
||||
"has_variants": true,
|
||||
"has_machine_quality": true,
|
||||
"variants_name": "Hotend",
|
||||
"preferred_variant_name": "0.5mm E3D (Default)",
|
||||
"machine_extruder_trains": {
|
||||
|
|
|
@ -8,7 +8,6 @@ setting_version = 4
|
|||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
|
|
|
@ -8,7 +8,6 @@ setting_version = 4
|
|||
type = quality
|
||||
quality_type = course
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.28
|
||||
|
|
|
@ -8,7 +8,6 @@ setting_version = 4
|
|||
type = quality
|
||||
quality_type = high
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.16
|
||||
|
|
|
@ -8,7 +8,6 @@ setting_version = 4
|
|||
type = quality
|
||||
quality_type = extra_course
|
||||
weight = -3
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.32
|
||||
|
|
|
@ -8,7 +8,6 @@ setting_version = 4
|
|||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
|
|
|
@ -8,7 +8,6 @@ setting_version = 4
|
|||
type = quality
|
||||
quality_type = course
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.28
|
||||
|
|
|
@ -8,7 +8,6 @@ setting_version = 4
|
|||
type = quality
|
||||
quality_type = high
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.16
|
||||
|
|
|
@ -8,7 +8,6 @@ setting_version = 4
|
|||
type = quality
|
||||
quality_type = extra_course
|
||||
weight = -3
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue