Merge branch '4.1' of github.com:Ultimaker/Cura into 4.1

This commit is contained in:
Jaime van Kessel 2019-05-20 14:41:19 +02:00
commit 919420c47a
5 changed files with 8 additions and 5 deletions

View file

@ -86,10 +86,10 @@
"default_value": true
},
"jerk_print": {
"default_value": 20
"default_value": 8
},
"jerk_travel": {
"default_value": 20
"default_value": 8
}
}
}

View file

@ -56,6 +56,9 @@
"jerk_enabled": {
"default_value": true
},
"jerk_print": {
"value": "10"
},
"jerk_travel": {
"value": "jerk_print"
},

View file

@ -14,7 +14,7 @@ global_quality = True
layer_height = 0.08
layer_height_0 = 0.24
line_width = 0.4
wall_line_width_0 = 100
wall_line_width_0 = 0.4
initial_layer_line_width_factor = 100
wall_thickness = 0.8
wall_0_wipe_dist = 0.2

View file

@ -14,7 +14,7 @@ global_quality = True
layer_height = 0.24
layer_height_0 = 0.24
line_width = 0.4
wall_line_width_0 = 100
wall_line_width_0 = 0.4
initial_layer_line_width_factor = 100
wall_thickness = 0.8
wall_0_wipe_dist = 0.2

View file

@ -14,7 +14,7 @@ global_quality = True
layer_height = 0.16
layer_height_0 = 0.24
line_width = 0.4
wall_line_width_0 = 100
wall_line_width_0 = 0.4
initial_layer_line_width_factor = 100
wall_thickness = 0.8
wall_0_wipe_dist = 0.2