Update AnkerMake Jerk and Extruder settings to match AnkerMakeStudio (#7117)

Using the default 0.4 M5 profile in AnkerMakeStudio to compare, I
updated the values to match

# Description
Updates the jerk limits, max feedrate, max acceleration, retraction
length to match what ankermake studio has.

# Screenshots/Recordings/Graphs

![image](https://github.com/user-attachments/assets/95472ce6-8192-47a5-b300-afbf9a6df20f)

![image](https://github.com/user-attachments/assets/f278c1d3-5143-4fe9-bdf4-9ace6301eeac)

## Tests

NA
This commit is contained in:
SoftFever 2024-10-22 22:48:23 +08:00 committed by GitHub
commit 296b234fe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,46 +16,46 @@
],
"silent_mode": "0",
"machine_max_acceleration_e": [
"4000"
"10000"
],
"machine_max_acceleration_extruding": [
"6000"
"10000"
],
"machine_max_acceleration_retracting": [
"1000"
"10000"
],
"machine_max_acceleration_x": [
"6000"
"10000"
],
"machine_max_acceleration_y": [
"6000"
"10000"
],
"machine_max_acceleration_z": [
"300"
"10000"
],
"machine_max_acceleration_travel": [
"6000"
"10000"
],
"machine_max_speed_e": [
"50"
"100"
],
"machine_max_speed_x": [
"600"
"500"
],
"machine_max_speed_y": [
"600"
"500"
],
"machine_max_speed_z": [
"30"
"50"
],
"machine_max_jerk_e": [
"3"
],
"machine_max_jerk_x": [
"8"
"15"
],
"machine_max_jerk_y": [
"8"
"15"
],
"machine_max_jerk_z": [
"0.3"
@ -70,11 +70,11 @@
"0.32"
],
"min_layer_height": [
"0.05"
"0.08"
],
"printer_settings_id": "",
"retraction_minimum_travel": [
"1"
"1.5"
],
"retract_before_wipe": [
"0%"
@ -83,10 +83,10 @@
"1"
],
"retraction_length": [
"0.5"
"3"
],
"retract_length_toolchange": [
"2"
"4"
],
"z_hop": [
"0"
@ -106,4 +106,4 @@
"wipe": [
"1"
]
}
}