From 204e7f7647b43ed08c3b50b526e345c9c2e1b598 Mon Sep 17 00:00:00 2001 From: supermerill Date: Tue, 12 Feb 2019 19:11:21 +0100 Subject: [PATCH] config default to octoprint-cancelobject --- resources/profiles/Basic.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/profiles/Basic.ini b/resources/profiles/Basic.ini index 902f6cf6d3e..d8ae08ca6b8 100644 --- a/resources/profiles/Basic.ini +++ b/resources/profiles/Basic.ini @@ -187,7 +187,7 @@ compatible_printers = complete_objects = 0 default_acceleration = 1000 dont_support_bridges = 1 -ensure_vertical_shell_thickness = 1 +ensure_vertical_shell_thickness = 0 top_fill_pattern = smooth bottom_fill_pattern = concentricgapfill external_perimeters_first = 0 @@ -204,6 +204,7 @@ first_layer_height = 50% first_layer_speed = 30 gap_fill_speed = 40 gcode_comments = 0 +gcode_label_objects = 1 hole_size_compensation = -0.03 infill_acceleration = 1000 infill_dense = 1 @@ -500,6 +501,12 @@ bottom_solid_layers = 3 top_solid_layers = 4 layer_height = 0.3 +[print:*0.4mm*] +inherits = *common* +bottom_solid_layers = 3 +top_solid_layers = 4 +layer_height = 0.4 + [print:*0.5mm*] inherits = *common* bottom_solid_layers = 2