diff --git a/resources/definitions/peopoly_moai.def.json b/resources/definitions/peopoly_moai.def.json index bf84eee0a5..b636ce26fc 100644 --- a/resources/definitions/peopoly_moai.def.json +++ b/resources/definitions/peopoly_moai.def.json @@ -46,6 +46,9 @@ "default_value": "M104 S0\nM140 S0\nG28 X0 Y0\nM84" }, + "acceleration_enabled": { + "value": "False" + }, "print_sequence": { "enabled": false }, @@ -59,7 +62,8 @@ "enabled": false }, "material_diameter": { - "enabled": false + "enabled": false, + "value": "1.75" }, "cool_fan_enabled": { "enabled": false, @@ -68,7 +72,11 @@ "retraction_enable": { "enabled": false, "value": "False" - }, + }, + "retraction_combing": { + "enabled": false, + "value": "'off'" + }, "retract_at_layer_change": { "enabled": false }, diff --git a/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg b/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg new file mode 100644 index 0000000000..6c52785671 --- /dev/null +++ b/resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg @@ -0,0 +1,23 @@ +[general] +version = 2 +name = Normal Quality +definition = peopoly_moai + +[metadata] +type = quality +weight = 0 +quality_type = normal + +[values] +infill_sparse_density = 50 +layer_height_0 = 0.1 +top_bottom_thickness = 0.4 +wall_thickness = 0.4 +speed_layer_0 = 5 +speed_print = 100 +speed_slowdown_layers = 2 +speed_topbottom = 100 +speed_travel = 300 +speed_travel_layer_0 = 300 +speed_wall = 100 +speed_wall_x = 100