Profile: Anker M5/C first layer consistency improvements (#3321)

first layer consistency improvments
This commit is contained in:
just-trey 2023-12-28 11:04:45 -05:00 committed by GitHub
parent c1bb9ecc43
commit a96ed26519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 20 deletions

View file

@ -6,7 +6,7 @@
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonicline",
"bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0.5",
"bridge_speed": "50",
"bridge_acceleration": "500",
@ -93,8 +93,8 @@
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"bridge_flow": "0.95",
"initial_layer_speed": "65",
"initial_layer_infill_speed": "125",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "50",
"initial_layer_travel_speed": "100%",
"outer_wall_speed": "125",
"inner_wall_speed": "250",
@ -115,4 +115,4 @@
"outer_wall_jerk": "10",
"top_surface_jerk": "12",
"travel_jerk": "20"
}
}