PETG_updates_410

Changed max combing distance for UMS3, UMS5, UM2C and UM3 to reduce stringing. Fixed distance of 8 mm.
This commit is contained in:
StijnArntz 2021-06-25 13:31:18 +02:00
parent d35f018729
commit e25ca09bec
29 changed files with 29 additions and 29 deletions

View file

@ -21,4 +21,4 @@ speed_layer_0 = 30
speed_print = 30
top_bottom_thickness = 0.72
wall_thickness = 0.88
retraction_combing_max_distance = 50
retraction_combing_max_distance = 8

View file

@ -27,4 +27,4 @@ speed_wall_0 = =math.ceil(speed_print * 30 / 45)
speed_topbottom = =math.ceil(speed_print * 30 / 45)
speed_wall_x = =math.ceil(speed_print * 40 / 45)
speed_infill = =math.ceil(speed_print * 45 / 45)
retraction_combing_max_distance = 50
retraction_combing_max_distance = 8

View file

@ -27,4 +27,4 @@ speed_wall_0 = =math.ceil(speed_print * 30 / 45)
speed_topbottom = =math.ceil(speed_print * 30 / 45)
speed_wall_x = =math.ceil(speed_print * 40 / 45)
speed_infill = =math.ceil(speed_print * 45 / 45)
retraction_combing_max_distance = 50
retraction_combing_max_distance = 8

View file

@ -22,4 +22,4 @@ speed_print = 45
speed_wall = =math.ceil(speed_print * 30 / 45)
top_bottom_thickness = 0.8
wall_thickness = 1.05
retraction_combing_max_distance = 50
retraction_combing_max_distance = 8

View file

@ -21,4 +21,4 @@ speed_layer_0 = 30
speed_print = 40
top_bottom_thickness = 1.2
wall_thickness = 1.59
retraction_combing_max_distance = 50
retraction_combing_max_distance = 8

View file

@ -21,4 +21,4 @@ speed_layer_0 = 30
speed_print = 40
top_bottom_thickness = 1.2
wall_thickness = 2.1
retraction_combing_max_distance = 50
retraction_combing_max_distance = 8