mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Added not supported quality profiles. CURA-3555
This commit is contained in:
parent
0752c4440c
commit
40a7d2fecc
9 changed files with 110 additions and 1 deletions
|
@ -632,8 +632,13 @@ class BuildVolume(SceneNode):
|
||||||
prime_y = prime_y + machine_depth / 2
|
prime_y = prime_y + machine_depth / 2
|
||||||
|
|
||||||
prime_polygon = Polygon.approximatedCircle(PRIME_CLEARANCE)
|
prime_polygon = Polygon.approximatedCircle(PRIME_CLEARANCE)
|
||||||
prime_polygon = prime_polygon.translate(prime_x, prime_y)
|
|
||||||
prime_polygon = prime_polygon.getMinkowskiHull(Polygon.approximatedCircle(border_size))
|
prime_polygon = prime_polygon.getMinkowskiHull(Polygon.approximatedCircle(border_size))
|
||||||
|
|
||||||
|
#prime_polygon2 = prime_polygon.translate(18, 0)
|
||||||
|
|
||||||
|
#prime_polygon = prime_polygon2.intersectionConvexHulls(prime_polygon)
|
||||||
|
|
||||||
|
prime_polygon = prime_polygon.translate(prime_x, prime_y)
|
||||||
result[extruder.getId()] = [prime_polygon]
|
result[extruder.getId()] = [prime_polygon]
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
13
resources/quality/ultimaker3/um3_aa0.8_PC_Not_Supported_Quality.inst.cfg
Executable file
13
resources/quality/ultimaker3/um3_aa0.8_PC_Not_Supported_Quality.inst.cfg
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Not Supported
|
||||||
|
definition = ultimaker3
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
weight = 0
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = generic_pc_ultimaker3_AA_0.8
|
||||||
|
supported = false
|
||||||
|
|
||||||
|
[values]
|
13
resources/quality/ultimaker3/um3_aa0.8_TPU_Not_Supported_Quality.inst.cfg
Executable file
13
resources/quality/ultimaker3/um3_aa0.8_TPU_Not_Supported_Quality.inst.cfg
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Not Supported
|
||||||
|
definition = ultimaker3
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
weight = 0
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = generic_tpu_ultimaker3_AA_0.8
|
||||||
|
supported = false
|
||||||
|
|
||||||
|
[values]
|
13
resources/quality/ultimaker3/um3_bb0.4_CPEP_Not_Supported_Quality.inst.cfg
Executable file
13
resources/quality/ultimaker3/um3_bb0.4_CPEP_Not_Supported_Quality.inst.cfg
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Not Supported
|
||||||
|
definition = ultimaker3
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = generic_cpe_plus_ultimaker3_BB_0.4
|
||||||
|
weight = 0
|
||||||
|
supported = false
|
||||||
|
|
||||||
|
[values]
|
13
resources/quality/ultimaker3/um3_bb0.4_PC_Not_Supported_Quality.inst.cfg
Executable file
13
resources/quality/ultimaker3/um3_bb0.4_PC_Not_Supported_Quality.inst.cfg
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Not Supported
|
||||||
|
definition = ultimaker3
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = generic_pc_ultimaker3_BB_0.4
|
||||||
|
weight = 0
|
||||||
|
supported = false
|
||||||
|
|
||||||
|
[values]
|
13
resources/quality/ultimaker3/um3_bb0.4_TPU_Not_Supported_Quality.inst.cfg
Executable file
13
resources/quality/ultimaker3/um3_bb0.4_TPU_Not_Supported_Quality.inst.cfg
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Not Supported
|
||||||
|
definition = ultimaker3
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = generic_tpu_ultimaker3_BB_0.4
|
||||||
|
weight = 0
|
||||||
|
supported = false
|
||||||
|
|
||||||
|
[values]
|
13
resources/quality/ultimaker3/um3_bb0.8_CPEP_Not_Supported_Quality.inst.cfg
Executable file
13
resources/quality/ultimaker3/um3_bb0.8_CPEP_Not_Supported_Quality.inst.cfg
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Not Supported
|
||||||
|
definition = ultimaker3
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = generic_cpe_plus_ultimaker3_BB_0.8
|
||||||
|
weight = 0
|
||||||
|
supported = false
|
||||||
|
|
||||||
|
[values]
|
13
resources/quality/ultimaker3/um3_bb0.8_PC_Not_Supported_Quality.inst.cfg
Executable file
13
resources/quality/ultimaker3/um3_bb0.8_PC_Not_Supported_Quality.inst.cfg
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Not Supported
|
||||||
|
definition = ultimaker3
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = generic_pc_ultimaker3_BB_0.8
|
||||||
|
weight = 0
|
||||||
|
supported = false
|
||||||
|
|
||||||
|
[values]
|
13
resources/quality/ultimaker3/um3_bb0.8_TPU_Not_Supported_Quality.inst.cfg
Executable file
13
resources/quality/ultimaker3/um3_bb0.8_TPU_Not_Supported_Quality.inst.cfg
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Not Supported
|
||||||
|
definition = ultimaker3
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = generic_tpu_ultimaker3_BB_0.8
|
||||||
|
weight = 0
|
||||||
|
supported = false
|
||||||
|
|
||||||
|
[values]
|
Loading…
Add table
Add a link
Reference in a new issue