From ae4d6f05f8378541fceb7bad8933471df5b40933 Mon Sep 17 00:00:00 2001 From: Matteo Spinelli Date: Mon, 20 Aug 2018 12:12:31 +0200 Subject: [PATCH] teaking the moai profile --- resources/definitions/peopoly_moai.def.json | 49 +++++++++++++++++++-- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/resources/definitions/peopoly_moai.def.json b/resources/definitions/peopoly_moai.def.json index 85480b303d..6ab1157c62 100644 --- a/resources/definitions/peopoly_moai.def.json +++ b/resources/definitions/peopoly_moai.def.json @@ -76,7 +76,13 @@ }, "top_bottom_thickness": { "minimum_value_warning": "0.1", - "value": "0.4" + "value": "0.1" + }, + "top_thickness": { + "minimum_value_warning": "resolveOrValue('layer_height')" + }, + "bottom_thickness": { + "minimum_value_warning": "resolveOrValue('layer_height')" }, "infill_sparse_thickness": { "maximum_value_warning": "0.5" @@ -115,7 +121,7 @@ "value": 3 }, "infill_overlap": { - "value": 15 + "value": 12 }, "adhesion_type": { "value": "'none'" @@ -182,8 +188,11 @@ "travel_compensate_overlapping_walls_x_enabled": { "value": "False" }, + "wall_0_wipe_dist": { + "value": "machine_nozzle_size / 3" + }, "wall_thickness": { - "value": 0.4 + "value": 0.5 }, "infill_sparse_density": { "value": 70 @@ -191,6 +200,9 @@ "infill_pattern": { "value": "'lines'" }, + "infill_angles": { + "valie": "[10,55,100,145,190,235,280,325]" + }, "cool_min_layer_time": { "enabled": false, "value": 0 @@ -231,14 +243,43 @@ "value": "False" }, "skin_overlap": { - "value": 6 + "value": 3 }, "infill_wipe_dist": { "value": 0 }, + "expand_skins_expand_distance": { + "value": "( wall_line_width_0 + (wall_line_count - 1) * wall_line_width_x ) / 2" + }, "max_feedrate_z_override": { "value": 0, "enabled": false + }, + "flow_rate_max_extrusion_offset": { + "enabled": false + }, + "flow_rate_extrusion_offset_factor": { + "enabled": false + }, + "adaptive_layer_height_enabled": { + "value": "False", + "enabled": false + }, + "bridge_settings_enabled": { + "value": "False", + "enabled": false + }, + "acceleration_enabled": { + "value": "False", + "enabled": false + }, + "relative_extrusion": { + "value": "False", + "enabled": false + }, + "coasting_enable": { + "value": "False", + "enabled": false } } }