From a8fffd45a0b88a66d0b1ccfca56ebcd1020a86af Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Thu, 6 Apr 2017 12:00:49 +0200 Subject: [PATCH] Add High and Maximum Quality profiles --- .../peopoly_moai/peopoly_moai_high.inst.cfg | 24 +++++++++++++++++++ .../peopoly_moai/peopoly_moai_max.inst.cfg | 24 +++++++++++++++++++ .../peopoly_moai/peopoly_moai_normal.inst.cfg | 3 ++- 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg create mode 100644 resources/quality/peopoly_moai/peopoly_moai_max.inst.cfg diff --git a/resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg new file mode 100644 index 0000000000..789e383b19 --- /dev/null +++ b/resources/quality/peopoly_moai/peopoly_moai_high.inst.cfg @@ -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 diff --git a/resources/quality/peopoly_moai/peopoly_moai_max.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_max.inst.cfg new file mode 100644 index 0000000000..f622511715 --- /dev/null +++ b/resources/quality/peopoly_moai/peopoly_moai_max.inst.cfg @@ -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 diff --git a/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg index 6c52785671..890c73d7e6 100644 --- a/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg +++ b/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg @@ -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