Skip to content

Commit 0f31aeb

Browse files
committed
fix: update default settings values
1 parent 5d16da8 commit 0f31aeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

settings.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ slicing:
113113
random_layer_start: false
114114
is_wall_outside_in: true
115115
planes_contact_with_nozzle: ""
116-
print_speed: 50
117-
print_speed_layer1: 50
118-
print_speed_wall: 50
116+
print_speed: 60
117+
print_speed_layer1: 30
118+
print_speed_wall: 60
119119
print_time: 0
120-
retract_compensation_amount: 3.0
121-
retraction_distance: 3.0
120+
retract_compensation_amount: 1.9
121+
retraction_distance: 2.0
122122
retraction_on: true
123-
retraction_speed: 50
123+
retraction_speed: 30
124124
rotationx: 0.0
125125
rotationy: -0.0
126126
rotationz: 0.0

0 commit comments

Comments
 (0)