Skip to content

Commit

Permalink
Update AnkerMake Jerk and Extruder settings to match AnkerMakeStudio (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
SoftFever authored Oct 22, 2024
2 parents 588ffa1 + fac94a4 commit 296b234
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions resources/profiles/Anker/machine/fdm_machine_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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%"
Expand All @@ -83,10 +83,10 @@
"1"
],
"retraction_length": [
"0.5"
"3"
],
"retract_length_toolchange": [
"2"
"4"
],
"z_hop": [
"0"
Expand All @@ -106,4 +106,4 @@
"wipe": [
"1"
]
}
}

0 comments on commit 296b234

Please sign in to comment.