mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 11:47:50 -06:00
Add High and Maximum Quality profiles
This commit is contained in:
parent
164d172e2e
commit
a8fffd45a0
3 changed files with 50 additions and 1 deletions
24
resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg
Normal file
24
resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = High Quality
|
||||||
|
definition = peopoly_moai
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
weight = 1
|
||||||
|
quality_type = high
|
||||||
|
|
||||||
|
[values]
|
||||||
|
infill_sparse_density = 70
|
||||||
|
layer_height = 0.05
|
||||||
|
layer_height_0 = 0.1
|
||||||
|
top_bottom_thickness = 0.4
|
||||||
|
wall_thickness = 0.4
|
||||||
|
speed_layer_0 = 5
|
||||||
|
speed_print = 150
|
||||||
|
speed_slowdown_layers = 2
|
||||||
|
speed_topbottom = 150
|
||||||
|
speed_travel = 300
|
||||||
|
speed_travel_layer_0 = 300
|
||||||
|
speed_wall = 150
|
||||||
|
speed_wall_x = 150
|
24
resources/quality/peopoly_moai/peopoly_moai_max.inst.cfg
Normal file
24
resources/quality/peopoly_moai/peopoly_moai_max.inst.cfg
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Maximum Quality
|
||||||
|
definition = peopoly_moai
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
weight = 2
|
||||||
|
quality_type = extra_high
|
||||||
|
|
||||||
|
[values]
|
||||||
|
infill_sparse_density = 70
|
||||||
|
layer_height = 0.025
|
||||||
|
layer_height_0 = 0.1
|
||||||
|
top_bottom_thickness = 0.4
|
||||||
|
wall_thickness = 0.4
|
||||||
|
speed_layer_0 = 5
|
||||||
|
speed_print = 200
|
||||||
|
speed_slowdown_layers = 2
|
||||||
|
speed_topbottom = 200
|
||||||
|
speed_travel = 300
|
||||||
|
speed_travel_layer_0 = 300
|
||||||
|
speed_wall = 200
|
||||||
|
speed_wall_x = 200
|
|
@ -9,7 +9,8 @@ weight = 0
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
infill_sparse_density = 50
|
infill_sparse_density = 70
|
||||||
|
layer_height = 0.1
|
||||||
layer_height_0 = 0.1
|
layer_height_0 = 0.1
|
||||||
top_bottom_thickness = 0.4
|
top_bottom_thickness = 0.4
|
||||||
wall_thickness = 0.4
|
wall_thickness = 0.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue