diff --git a/cura/variants/ultimaker_s3_aa0.6.inst.cfg b/cura/variants/ultimaker_s3_aa0.6.inst.cfg index a8e96f5..d333d4f 100644 --- a/cura/variants/ultimaker_s3_aa0.6.inst.cfg +++ b/cura/variants/ultimaker_s3_aa0.6.inst.cfg @@ -4,7 +4,7 @@ version = 4 definition = ultimaker_s3 [metadata] -setting_version = 16 +setting_version = 23 type = variant hardware_type = nozzle @@ -30,6 +30,7 @@ retraction_prime_speed = =retraction_speed skin_overlap = 10 speed_layer_0 = 20 speed_print = 45 +speed_topbottom = =math.ceil(speed_print * 30 / 35) speed_wall = =math.ceil(speed_print * 30 / 45) speed_wall_0 = =math.ceil(speed_wall * 25 / 30) support_angle = 60 @@ -40,5 +41,6 @@ support_use_towers = True support_z_distance = =layer_height * 2 switch_extruder_prime_speed = =switch_extruder_retraction_speeds switch_extruder_retraction_amount = =machine_heat_zone_length -top_bottom_thickness = =layer_height * 6 +top_bottom_thickness = layer_height * 6 wall_thickness = =line_width * 3 +infill_pattern = gyroid