Add High and Maximum Quality profiles

This commit is contained in:
fieldOfView 2017-04-06 12:00:49 +02:00
parent 164d172e2e
commit a8fffd45a0
3 changed files with 50 additions and 1 deletions

View 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

View 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

View File

@ -9,7 +9,8 @@ weight = 0
quality_type = normal
[values]
infill_sparse_density = 50
infill_sparse_density = 70
layer_height = 0.1
layer_height_0 = 0.1
top_bottom_thickness = 0.4
wall_thickness = 0.4