Skip to content

Commit

Permalink
Revert "Update AnkerMake Jerk and Extruder settings to match AnkerMak… (
Browse files Browse the repository at this point in the history
#7659)

Revert "Update AnkerMake Jerk and Extruder settings to match AnkerMakeStudio"

This reverts commit fac94a4.
  • Loading branch information
robertbaker authored Dec 5, 2024
1 parent 8636434 commit 41d1b0d
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": [
"10000"
"4000"
],
"machine_max_acceleration_extruding": [
"10000"
"6000"
],
"machine_max_acceleration_retracting": [
"10000"
"1000"
],
"machine_max_acceleration_x": [
"10000"
"6000"
],
"machine_max_acceleration_y": [
"10000"
"6000"
],
"machine_max_acceleration_z": [
"10000"
"300"
],
"machine_max_acceleration_travel": [
"10000"
"6000"
],
"machine_max_speed_e": [
"100"
"50"
],
"machine_max_speed_x": [
"500"
"600"
],
"machine_max_speed_y": [
"500"
"600"
],
"machine_max_speed_z": [
"50"
"30"
],
"machine_max_jerk_e": [
"3"
],
"machine_max_jerk_x": [
"15"
"8"
],
"machine_max_jerk_y": [
"15"
"8"
],
"machine_max_jerk_z": [
"0.3"
Expand All @@ -70,11 +70,11 @@
"0.32"
],
"min_layer_height": [
"0.08"
"0.05"
],
"printer_settings_id": "",
"retraction_minimum_travel": [
"1.5"
"1"
],
"retract_before_wipe": [
"0%"
Expand All @@ -83,10 +83,10 @@
"1"
],
"retraction_length": [
"3"
"0.5"
],
"retract_length_toolchange": [
"4"
"2"
],
"z_hop": [
"0"
Expand All @@ -106,4 +106,4 @@
"wipe": [
"1"
]
}
}

0 comments on commit 41d1b0d

Please sign in to comment.