Skip to content

Commit

Permalink
Fix regression in AnkerMake profiles
Browse files Browse the repository at this point in the history
Reverting the changes that got introduced with the merge request SoftFever#7117.

This should fix SoftFever#7633
  • Loading branch information
Patnnn committed Dec 2, 2024
1 parent b331830 commit ce87337
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions resources/profiles/Anker/machine/fdm_machine_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,37 @@
],
"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"
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,7 +83,7 @@
"1"
],
"retraction_length": [
"3"
"0.5"
],
"retract_length_toolchange": [
"4"
Expand Down
14 changes: 7 additions & 7 deletions resources/profiles/Anker/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"inner_wall_acceleration": "500",
"bridge_acceleration": "500",
"travel_acceleration": "2500",
"default_jerk": "15",
"outer_wall_jerk": "10",
"inner_wall_jerk": "15",
"infill_jerk": "15",
"top_surface_jerk": "12",
"initial_layer_jerk": "12",
"travel_jerk": "20",
"default_jerk": "8",
"outer_wall_jerk": "8",
"inner_wall_jerk": "8",
"infill_jerk": "8",
"top_surface_jerk": "8",
"initial_layer_jerk": "8",
"travel_jerk": "12",
"enable_support": "0",
"support_type": "normal(auto)",
"support_threshold_angle": "30",
Expand Down

0 comments on commit ce87337

Please sign in to comment.